Skip to content

v1.3.23

Choose a tag to compare

@joshiste joshiste released this 09 Oct 14:29
· 781 commits to main since this release

Changelog

  • 97db502 Merge pull request #178 from steadybit/dependabot/go_modules/github.com/steadybit/action-kit/go/action_kit_sdk-1.1.10
  • ce19357 Merge pull request #179 from steadybit/dependabot/go_modules/github.com/steadybit/discovery-kit/go/discovery_kit_commons-0.2.0
  • eaf790f Merge pull request #180 from steadybit/dependabot/go_modules/github.com/containerd/containerd-1.7.21
  • 0910fea Merge pull request #181 from steadybit/dependabot/go_modules/github.com/steadybit/discovery-kit/go/discovery_kit_sdk-1.1.0
  • f700621 Merge pull request #182 from steadybit/dependabot/go_modules/google.golang.org/grpc-1.66.0
  • 6d2ac10 Merge pull request #183 from steadybit/dependabot/go_modules/github.com/docker/docker-27.2.1incompatible
  • aa18d0d Merge pull request #184 from steadybit/dependabot/go_modules/github.com/containerd/containerd-1.7.22
  • 5f114ef Merge pull request #185 from steadybit/dependabot/go_modules/k8s.io/client-go-0.31.1
  • d9bd478 Merge pull request #186 from steadybit/dependabot/go_modules/k8s.io/apimachinery-0.31.1
  • 9ad8495 Merge pull request #187 from steadybit/dependabot/go_modules/google.golang.org/grpc-1.66.2
  • cec4c7e Merge pull request #188 from steadybit/dependabot/go_modules/k8s.io/cri-api-0.31.1
  • c33fbfd Merge pull request #189 from steadybit/dependabot/go_modules/google.golang.org/grpc-1.67.0
  • 7f4f464 Merge pull request #190 from steadybit/dependabot/go_modules/github.com/docker/docker-27.3.1incompatible
  • c51641d Merge pull request #191 from steadybit/dependabot/go_modules/github.com/steadybit/discovery-kit/go/discovery_kit_sdk-1.1.1
  • 4bd6f5f Merge pull request #193 from steadybit/feat/string-interning
  • ee7640d Merge pull request #195 from steadybit/refa/mem-optmize
  • 5dfbd55 Merge pull request #196 from steadybit/refa/mem-optmize-2
  • 733850a Merge pull request #197 from steadybit/refa/grpc-stream
  • 368ab00 Merge pull request #198 from steadybit/dependabot/go_modules/github.com/steadybit/action-kit/go/action_kit_api/v2-2.9.3-beta.2
  • a1f475f Update .goreleaser.yaml
  • c2d53b7 build(deps): bump github.com/containerd/containerd from 1.7.20 to 1.7.21
  • 1683bd5 build(deps): bump github.com/containerd/containerd from 1.7.21 to 1.7.22
  • 39c83ce build(deps): bump github.com/docker/docker
  • 4438b54 build(deps): bump github.com/docker/docker
  • 845f290 build(deps): bump github.com/steadybit/action-kit/go/action_kit_api/v2
  • 909c5e0 build(deps): bump github.com/steadybit/action-kit/go/action_kit_sdk
  • 6b0c614 build(deps): bump github.com/steadybit/discovery-kit/go/discovery_kit_commons
  • 1147522 build(deps): bump github.com/steadybit/discovery-kit/go/discovery_kit_sdk
  • 74006e7 build(deps): bump github.com/steadybit/discovery-kit/go/discovery_kit_sdk
  • 60b83de build(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0
  • dcbde8d build(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2
  • 5fc3be7 build(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0
  • 1c51c4c build(deps): bump k8s.io/apimachinery from 0.31.0 to 0.31.1
  • 714ed45 build(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1
  • 561ebaf build(deps): bump k8s.io/cri-api from 0.31.0 to 0.31.1
  • 0f9bd23 chore: update action_kit_sdk and other dependencies
  • f66bfa5 chore: update dependencies
  • d15359b chore: update helm chart version
  • 4e50106 feat: add string interning to reduce memory footprint
  • 9d0d9a3 feat: prepare new sidebar ordering / add technology
  • e66aa58 fix: container.apparmor.security.beta.kubernetes.io deprecated
  • 2555e0c fix: wrong semverCompare usage in helm chart
  • b9105fb perf: remove unecessary metadata refresh for containerd
  • f6b8839 refa: don't keep unneeded container info in memory during discovery
  • 0d81100 refa: stream the container list from grpc from containerd