Alastair Pitts

Results 19 issues of Alastair Pitts

# Prerequisites - [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already requested - [x] My team has started working on this issue - [x]...

kind/enhancement

# Background Halibut doesn't currently support generic services (i.e. `IMyService`). This is due to how the service name is serialized in the request message, it just uses `Type.Name`, which doesn't...

# Background When enabled and monitoring in PreProd Cloud, this error doesn't tell you which subscription has exceeded the limit, which is a bit annoying. # Results Add the subscription...

When doing ConfigMap/script style k8s deployments, the `kubectl` wasn't set up so would use the fallback resource list ![image](https://github.com/user-attachments/assets/ed4e0314-0aa5-43ed-b45c-cd7fec8d223a) We now just make sure `kubectl` is setup before we try...

FSharp scripts were are deprecated in 2024.1 and thus can be removed in 2025.1. This PR removes all FSharp code from Calamari. This will be paired with a Server PR...

Removes the use of `Microsoft.Rest` and `Microsoft.Azure.Management.Fluent` from `Calamari.CloudAccounts` as these are deprecated libraries. The main code changes is to move the logic for retrieving the access token on to...

We have flaky issues in Calamari tests due to capacity issues creating app service plans. To avoid this, we now have 3 static app service plans that all the test...

### Severity 3 ### Version 2024.1.12760 ### Latest Version I could reproduce the problem in the latest build ### What happened? The Kubernetes Object status tab shows steps that aren't...

kind/bug