0.5.20-rc.1
Pre-release
Pre-release
Changelog
- 9fd522e chore(deps): bump actions/checkout from v3 to v4, and golangci-lint from v1.57.1 to latest
- d86b200 chore(deps): bump github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7
- ee8a567 chore(deps): bump github.com/aws/aws-sdk-go-v2/config
- 1619cd3 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/eks
- 1734cd0 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/iam
- d442374 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/sts
- 918e593 chore(deps): bump github.com/beevik/etree from 1.5.0 to 1.5.1
- fa47f0e chore(deps): bump github.com/go-playground/validator/v10
- 8fda610 chore(deps): bump github.com/go-viper/mapstructure/v2
- 3ce0d2d chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
- e4e13d8 chore(deps): bump github.com/onsi/gomega from 1.36.2 to 1.37.0
- e75182a chore(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1
- 54fb043 chore(deps): bump github.com/versent/saml2aws/v2 from 2.36.18 to 2.36.19
- bddf228 chore(deps): bump go directive from 1.23.0 to 1.24.0
- bd63435 chore(deps): bump golang.org/x/mod from 0.23.0 to 0.24.0
- 5c09fdc chore(deps): bump golang.org/x/mod from 0.24.0 to 0.25.0
- a046c4a chore(deps): bump golang.org/x/net from 0.34.0 to 0.38.0
- 4349d00 chore(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 in /hack/tools
- efc9011 chore(deps): bump k8s.io/cli-runtime from 0.32.2 to 0.33.0
- 1a287ff chore(deps): bump k8s.io/cli-runtime from 0.33.0 to 0.33.1
- 2d2c6e6 chore(deps): bump k8s.io/cli-runtime from 0.33.1 to 0.33.2
- 11d9954 chore(deps): bump k8s.io/client-go from 0.33.0 to 0.33.1
- 8a8c2ea chore(deps): bump k8s.io/code-generator in /hack/tools
- adfd88d chore(deps): bump k8s.io/code-generator in /hack/tools
- edc8dce chore(deps): bump k8s.io/code-generator in /hack/tools
- 59c9094 chore(deps): bump sigs.k8s.io/controller-tools in /hack/tools
- e203f53 chore(deps): bump sigs.k8s.io/controller-tools in /hack/tools
- 22d7944 chore(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0
- 10348a2 chore(deps): remove deprecated linters from the list of disabled linters, and fix magic number lint error
- becc84c feat(actions): migrate titlecheck workflow to amannn/action-semantic-pull-request@v5
- 98361d5 feat(actions): upgrade a few out dated github action versions
- 9198bb1 feat(aws): upgrade from AWS SDK for Go v1 to v2
- 8b069df feat(deps): upgrade dependencies in Dockerfiles, and update goreleaser config
- 5769b6c fix(Makefile): fix make generate and make docs-generate
- a75bf9c fix(actions): add required linux package libudev-dev
- 8461309 fix(golangci-lint): resolve ineffassign with regions variable
Docker Images
docker pull docker.io/kconnectcli/kconnect:latestdocker pull docker.io/kconnectcli/kconnect:v0.5docker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1docker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1-amd64docker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1-arm64docker pull docker.io/kconnectcli/kconnect:latest-alpinedocker pull docker.io/kconnectcli/kconnect:v0.5-alpinedocker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1-alpinedocker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1-alpine-amd64docker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1-alpine-arm64docker pull docker.io/kconnectcli/kconnect:latest-alpine-with-depsdocker pull docker.io/kconnectcli/kconnect:v0.5-alpine-with-depsdocker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1-alpine-with-depsdocker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1-alpine-with-deps-arm64docker pull docker.io/kconnectcli/kconnect:0.5.20-rc.1-alpine-with-deps-amd64
What's Changed
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 in /hack/tools by @dependabot[bot] in #772
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 by @dependabot[bot] in #771
- chore(deps): bump k8s.io/code-generator from 0.32.2 to 0.33.0 in /hack/tools by @dependabot[bot] in #775
- chore(deps): bump sigs.k8s.io/controller-tools from 0.17.2 to 0.17.3 in /hack/tools by @dependabot[bot] in #768
- chore(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot[bot] in #767
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot[bot] in #766
- chore(deps): bump golang.org/x/mod from 0.23.0 to 0.24.0 by @dependabot[bot] in #759
- chore(deps): bump k8s.io/cli-runtime from 0.32.2 to 0.33.0 by @dependabot[bot] in #774
- feat(actions): upgrade a few out dated github action versions by @Gearheads in #776
- feat(actions): migrate titlecheck workflow to amannn/action-semantic-pull-request@v5 by @Gearheads in #777
- chore(deps): bump github.com/versent/saml2aws/v2 from 2.36.18 to 2.36.19 by @dependabot[bot] in #782
- chore(deps): bump github.com/onsi/gomega from 1.36.2 to 1.37.0 by @dependabot[bot] in #781
- chore(deps): bump github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7 by @dependabot[bot] in #780
- chore(deps): bump github.com/beevik/etree from 1.5.0 to 1.5.1 by @dependabot[bot] in #779
- chore(deps): bump github.com/go-playground/validator/v10 from 10.25.0 to 10.26.0 by @dependabot[bot] in #778
- feat(aws): upgrade from AWS SDK for Go v1 to v2 by @Gearheads in #791
- chore(deps): bump k8s.io/code-generator from 0.33.0 to 0.33.1 in /hack/tools by @dependabot[bot] in #790
- chore(deps): bump k8s.io/client-go from 0.33.0 to 0.33.1 by @dependabot[bot] in #789
- chore(deps): bump k8s.io/cli-runtime from 0.33.0 to 0.33.1 by @dependabot[bot] in #787
- chore(deps): bump sigs.k8s.io/controller-tools from 0.17.3 to 0.18.0 in /hack/tools by @dependabot[bot] in #783
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/iam from 1.41.1 to 1.43.0 by @dependabot[bot] in #807
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #806
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.19 to 1.34.0 by @dependabot[bot] in #805
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.17 by @dependabot[bot] in #804
- chore(deps): bump k8s.io/code-generator from 0.33.1 to 0.33.2 in /hack/tools by @dependabot[bot] in #802
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/eks from 1.64.0 to 1.66.1 by @dependabot[bot] in #801
- chore(deps): bump golang.org/x/mod from 0.24.0 to 0.25.0 by @dependabot[bot] in #795
- fix(Makefile): fix make generate by @Gearheads in #808
- feat(deps): upgrade dependencies in Dockerfiles, and update goreleaser config by @Gearheads in #809
- chore(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 by @dependabot[bot] in #813
- chore(deps): bump k8s.io/cli-runtime from 0.33.1 to 0.33.2 by @dependabot[bot] in #812
Full Changelog: 0.5.19...0.5.20-rc.1