Releases: sysdiglabs/agent-kilt
Releases · sysdiglabs/agent-kilt
v0.2.4
v0.2.3
build(deps): bump github.com/google/go-containerregistry Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](https://github.com/google/go-containerregistry/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
v0.2.2
Resolve CVE-2024-41110
v0.2.1
build(deps): bump github.com/aws/aws-sdk-go in /runtimes/cloudformation Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.55.1 to 1.55.2. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.1...v1.55.2) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
v0.2.0
Maintenance release containing dependency updates to resolve CVEs and addresses a potential sigsegv that may occur when the configuration gets an empty entrypoint/command.
v0.0.6
- Update Golang to 1.21 (1.20 has been deprecated)
- Upgrade various Go packages
v0.0.5
fix: use entrypoint/command from template when possibile
v0.0.4
new(handler): expose sidecar resource controls
refs/tags/v0.0.3
fix: sort environment variables This makes for usable `terraform plan` change reports
refs/tags/v0.0.2
build: move runtimes/cloudformation into the sysdiglabs/agent-kilt na…