Releases: stackitcloud/rename-pvc
Releases · stackitcloud/rename-pvc
v0.5.0
Changelog
- a938378 Bump k8s.io/cli-runtime from 0.29.2 to 0.29.3
- 4370791 Bump helm/kind-action from 1.8.0 to 1.9.0
- 2f72683 Bump k8s.io/cli-runtime from 0.29.1 to 0.29.2
- ee3cc8e Bump actions/cache from 3 to 4
- 2f5a38b Bump k8s.io/cli-runtime from 0.29.0 to 0.29.1
- b7e40c1 Bump actions/setup-go from 4 to 5
- a620c2f Bump k8s.io/cli-runtime from 0.28.4 to 0.29.0
- 47eaf7c Bump k8s.io/cli-runtime from 0.28.3 to 0.28.4
- c0888f0 Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
- 544d421 Bump k8s.io/cli-runtime from 0.28.2 to 0.28.3
- fc38d56 Bump goreleaser/goreleaser-action from 4 to 5
- eb9cb3c Bump k8s.io/cli-runtime from 0.28.1 to 0.28.2
- f7d75ea Bump actions/checkout from 3 to 4
- bd6ef4d Bump k8s.io/cli-runtime from 0.28.0 to 0.28.1
- fcadfa1 Bump k8s.io/cli-runtime from 0.27.4 to 0.28.0
- 759cbb0 Bump helm/kind-action from 1.7.0 to 1.8.0
- 9d3bcc6 remove deprecated goreleaser flag in github action
v0.4.0
Changelog
- ba38ae0 Bump k8s.io/cli-runtime from 0.27.3 to 0.27.4
- f5170ad fix go version in release gh action.
- 1507fd4 Update golangci-lint
- 6bdab4a update go version to 1.20.
- 7231b07 Bump k8s.io/cli-runtime from 0.27.2 to 0.27.3
- 6fa2fc6 Bump helm/kind-action from 1.6.0 to 1.7.0
- f83a430 Bump k8s.io/cli-runtime from 0.27.1 to 0.27.2
- 05b16da Bump helm/kind-action from 1.5.0 to 1.6.0
- b142337 Bump k8s.io/cli-runtime from 0.27.0 to 0.27.1
- 27c1de5 Bump k8s.io/cli-runtime from 0.26.3 to 0.27.0
- 5c133c9 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
- 4c51a40 Bump rajatjindal/krew-release-bot from 0.0.43 to 0.0.46
- 7674cd6 README: fix step 1. of How does it work?
v0.3.2
v0.3.1
What's Changed
- Bump k8s dependencies from 0.25.3 to 0.25.4 by @dependabot in #48
- Bump k8s dependencies from 0.25.4 to 0.25.5 by @dependabot in #52
- Bump k8s dependencies from 0.25.5 to 0.26.0 by @dependabot in #55
- Bump helm/kind-action from 1.4.0 to 1.5.0 by @dependabot in #58
- Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #57
- Bump k8s dependencies from 0.26.0 to 0.26.1 by @dependabot in #61
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- add kind test by @dergeberl in #26
- Bump k8s.io/cli-runtime from 0.24.4 to 0.25.0 by @dependabot in #22
- Bump k8s.io/cli-runtime from 0.25.0 to 0.25.2 by @dependabot in #33
- Bump k8s.io/cli-runtime from 0.25.2 to 0.25.3 by @dependabot in #35
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #39
- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #40
- update golangci-lint by @dergeberl in #42
- update github actions actions; add github actions to dependabot by @dergeberl in #41
- update to go 1.19 by @dergeberl in #44
- Bump actions/setup-go from 2 to 3 by @dependabot in #43
Full Changelog: v0.2.3...v0.3.0
v0.2.3
Changelog
- f5e6016 Merge pull request #19 from stackitcloud/dependabot/go_modules/k8s.io/cli-runtime-0.24.4
- ae94729 Bump k8s.io/cli-runtime from 0.24.2 to 0.24.4
- 2e556b6 Merge pull request #18 from stackitcloud/dependabot/go_modules/k8s.io/api-0.24.4
- 2cfb77d Bump k8s.io/api from 0.24.2 to 0.24.4
- a09b147 Merge pull request #21 from stackitcloud/dependabot/go_modules/k8s.io/apimachinery-0.24.4
- 7ac3452 Bump k8s.io/apimachinery from 0.24.2 to 0.24.4
- 1bcc3fb Create dependabot.yml
- 9b7a8ab remove deprecated errors pkg
- 436e743 update maintainers in README
- 5c6f4e8 Merge pull request #14 from stackitcloud/feature/changeCodeOwners
- bd646da update CODEOWNERS
- 0e3edbe Merge pull request #13 from stackitcloud/feature/updateGoDependencies
- 886407f update go dependencies
v0.2.2
v0.2.1
Changelog
- a066c12 update golangci-lint
- d71beac update go dependencies
- 085205d Merge pull request #10 from stackitcloud/feature/addGoTests
- c60b147 add suggestions from code review
- d68e587 add github action for tests
- be9bd54 add tests for rename-pvc
- 2643c55 move k8s client out of run to be able to test this fuction with a k8s fake client