Huy Nguyen
Huy Nguyen
### Severity _No response_ ### Version 2024.1 ### Latest Version I could reproduce the problem in the latest build ### What happened? Error show when try to create deployment with...
Include an example of how to add a variable to the library variable set and update the octopusdeploy_variable.owner_id to clarify the usage.
[sc-103873](https://app.shortcut.com/octopusdeploy/story/103873/sev-3-go-client-returns-an-empty-result-when-calling-root-get-requested-by-matthew-casperson) - Fixed `Root.Get()` to correctly call the root API endpoint at `/api` - Added new [GetSpaceRoot()](cci:1://file:///d:/Octopus/go-octopusdeploy/pkg/client/root_service.go:41:0-52:1) function to get space-scoped root resources at `/api/{space-id}` - Added e2e test to...
### Severity _No response_ ### Version 2025.1.5569 ### Latest Version I could reproduce the problem in the latest build ### What happened? Packages that are referenced using variable-based package IDs...
### Severity _No response_ ### Version Earliest try 2025.3.7427 ### Latest Version I could reproduce the problem in the latest build ### What happened? The "Stop a Docker Resource" step...
Add `Octopus.Action.Kubernetes.VerboseOutput` variable to log CLI tool output at Info level for Kubernetes steps [sc-130810] https://github.com/OctopusDeploy/Issues/issues/9786 ## Before ## After
Add `Octopus.Action.Kubernetes.VerboseOutput` variable to log CLI tool output at Info level for Kubernetes steps https://github.com/OctopusDeploy/Issues/issues/9786
**Description** When calling Root.Get() in the Go client library, the resulting RootResource is blank. This occurs because the RootService is incorrectly calling an endpoint like http://localhost/api/Spaces-1 when it should be...