Skip to content

0.5.15

Compare
Choose a tag to compare
@Gearheads Gearheads released this 10 Jan 22:03
· 44 commits to main since this release

Changelog

  • fd130e4 chore(deps): bump github.com/aws/aws-sdk-go from 1.48.1 to 1.48.16
  • eeb4023 chore(deps): bump github.com/aws/aws-sdk-go from 1.48.16 to 1.49.16
  • 60f896c chore(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0
  • e06b9b5 chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1
  • 28a3990 chore(deps): bump go directive to leverage dependency version
  • bdc445c chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • 16333ac chore(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0
  • 836ecec chore(deps): bump k8s.io/cli-runtime from 0.28.4 to 0.29.0
  • 898139d chore(deps): bump k8s.io/client-go from 0.28.4 to 0.29.0
  • 649bbb2 chore(deps): bump k8s.io/code-generator in /hack/tools
  • bf1aa82 chore(deps): remove toolchain directive, since our github action is still running go1.20
  • 6783019 feat(Makefile): update deprecated goreleaser flags for 'make release-local'
  • 6ecef9e feat(deps): upgrade the various dependencies within the Dockerfile.deps

Docker Images

  • docker pull docker.io/kconnectcli/kconnect:latest
  • docker pull docker.io/kconnectcli/kconnect:v0.5
  • docker pull docker.io/kconnectcli/kconnect:0.5.15
  • docker pull docker.io/kconnectcli/kconnect:0.5.15-amd64
  • docker pull docker.io/kconnectcli/kconnect:0.5.15-arm64
  • docker pull docker.io/kconnectcli/kconnect:latest-alpine
  • docker pull docker.io/kconnectcli/kconnect:v0.5-alpine
  • docker pull docker.io/kconnectcli/kconnect:0.5.15-alpine
  • docker pull docker.io/kconnectcli/kconnect:0.5.15-alpine-amd64
  • docker pull docker.io/kconnectcli/kconnect:0.5.15-alpine-arm64
  • docker pull docker.io/kconnectcli/kconnect:latest-alpine-with-deps
  • docker pull docker.io/kconnectcli/kconnect:v0.5-alpine-with-deps
  • docker pull docker.io/kconnectcli/kconnect:0.5.15-alpine-with-deps
  • docker pull docker.io/kconnectcli/kconnect:0.5.15-alpine-with-deps-arm64
  • docker pull docker.io/kconnectcli/kconnect:0.5.15-alpine-with-deps-amd64

What's Changed

  • chore(deps): bump github.com/aws/aws-sdk-go from 1.48.1 to 1.48.16 by @dependabot in #613
  • chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 by @dependabot in #612
  • chore(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0 by @dependabot in #615
  • chore(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 by @dependabot in #610
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.48.16 to 1.49.16 by @dependabot in #624
  • chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #621
  • chore(deps): bump k8s.io/code-generator from 0.28.4 to 0.29.0 in /hack/tools by @dependabot in #620
  • chore(deps): bump k8s.io/client-go from 0.28.4 to 0.29.0 by @dependabot in #618
  • chore(deps): bump k8s.io/cli-runtime from 0.28.4 to 0.29.0 by @dependabot in #617
  • feat(Dockerfile): upgrade deps image by @Gearheads in #625

Full Changelog: 0.5.14...0.5.15