Skip to content

Releases: sysdiglabs/agent-kilt

v0.2.4

18 Sep 14:55
1e6e885
Compare
Choose a tag to compare
Release v0.2.4

v0.2.3

13 Aug 11:57
Compare
Choose a tag to compare
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

30 Jul 15:27
Compare
Choose a tag to compare

Resolve CVE-2024-41110

v0.2.1

25 Jul 10:55
Compare
Choose a tag to compare
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

24 Jul 16:54
Compare
Choose a tag to compare

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

07 Mar 13:02
Compare
Choose a tag to compare
  • Update Golang to 1.21 (1.20 has been deprecated)
  • Upgrade various Go packages

v0.0.5

28 Feb 08:56
50da6ac
Compare
Choose a tag to compare
fix: use entrypoint/command from template when possibile

v0.0.4

01 Feb 12:38
Compare
Choose a tag to compare
new(handler): expose sidecar resource controls

refs/tags/v0.0.3

19 Dec 16:28
Compare
Choose a tag to compare
fix: sort environment variables

This makes for usable `terraform plan` change reports

refs/tags/v0.0.2

07 Dec 11:05
Compare
Choose a tag to compare
build: move runtimes/cloudformation into the sysdiglabs/agent-kilt na…