Releases: alexandrevilain/controller-tools
Releases · alexandrevilain/controller-tools
v0.3.0
What's Changed
🌱 Improvements
- chore(): remove debug package by @alexandrevilain in #47
- fix(ci): use go.mod file to determine golang version by @alexandrevilain in #112
🐛 Bug fixes
- fix(patch): deepcopy expected object before patching it to allow status patching by @alexandrevilain in #111
🔨 Dependencies
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #48
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #53
- chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #54
- chore(deps): bump k8s.io/apimachinery from 0.27.4 to 0.28.2 by @dependabot in #50
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 by @dependabot in #55
- chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1 by @dependabot in #60
- chore(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by @dependabot in #61
- chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #62
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 by @dependabot in #63
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 by @dependabot in #67
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #68
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #72
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 by @dependabot in #73
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 by @dependabot in #75
- chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #80
- chore(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #82
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #87
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in #88
- chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #92
- chore(deps): bump k8s.io/apimachinery from 0.28.2 to 0.29.3 by @dependabot in #89
- bump k8s dependencies to 0.30.2 by @alexandrevilain in #116
- chore(deps): bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #104
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
🌱 Improvement
- chore(lint): enable unparam linter by @alexandrevilain in #46
🐛 Bug fixes
- fix(discovery): make discovery manager fill the cache by @alexandrevilain in #45
🔨 Dependencies
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 by @dependabot in #40
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
🌱 Improvement
- fix(hash): make Sha256 function more generic by @alexandrevilain in #38
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
🌱 Improvement
- chore(reconciler): don't compute resource status after reconcile by @alexandrevilain in #34
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
🌱 Improvement
- chore(reconciler): remove dependent builder as it introduces too much complexity by @alexandrevilain in #33
🔨 Dependencies
- Bump k8s.io/api from 0.27.2 to 0.27.3 by @dependabot in #24
- Bump k8s.io/client-go from 0.27.2 to 0.27.3 by @dependabot in #23
- Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 by @dependabot in #25
- Bump github.com/onsi/gomega from 1.27.8 to 1.27.9 by @dependabot in #29
- Bump k8s.io/api from 0.27.3 to 0.27.4 by @dependabot in #27
- Bump k8s.io/client-go from 0.27.3 to 0.27.4 by @dependabot in #28
- Bump sigs.k8s.io/cli-utils from 0.34.0 to 0.35.0 by @dependabot in #30
- Bump github.com/onsi/gomega from 1.27.9 to 1.27.10 by @dependabot in #31
- Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 by @dependabot in #32
Full Changelog: v0.0.2...v0.1.0
v0.0.2
What's Changed
🌱 Improvement
- Remove goreleaser and use github automated releases by @alexandrevilain in #21
🔨 Dependencies
- Bump github.com/onsi/gomega from 1.27.4 to 1.27.6 by @dependabot in #4
- Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.3 by @dependabot in #7
- Bump github.com/onsi/ginkgo/v2 from 2.9.3 to 2.9.5 by @dependabot in #9
- Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #14
- Bump k8s.io/apimachinery from 0.27.1 to 0.27.2 by @dependabot in #12
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #13
- Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.15.0 by @dependabot in #15
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #16
- Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.9.7 by @dependabot in #17
- dependencies: update to k8s 1.27 by @alexandrevilain in #18
- Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 by @dependabot in #20
- Bump github.com/onsi/ginkgo/v2 from 2.9.7 to 2.10.0 by @dependabot in #19
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v0.0.1...v0.0.2