Releases: ironcore-dev/ipam
Releases · ironcore-dev/ipam
v0.0.22
Changes
Maintenance
- Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 @dependabot (#182)
- Bump k8s.io/apimachinery from 0.27.1 to 0.27.2 @dependabot (#181)
- Bump golang from 1.20.3 to 1.20.4 @dependabot (#176)
- Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.5 @dependabot (#179)
- Bump k8s.io/apimachinery from 0.26.3 to 0.27.1 @dependabot (#174)
- Bump golang from 1.20.2 to 1.20.3 @dependabot (#171)
- Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 @dependabot (#170)
- Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 @dependabot (#169)
v0.0.21
Changes
Maintenance
- Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 @dependabot (#167)
- Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 @dependabot (#166)
- Bump k8s.io/client-go from 0.26.2 to 0.26.3 @dependabot (#165)
- Bump actions/setup-go from 3 to 4 @dependabot (#162)
- Bump github.com/onsi/gomega from 1.27.3 to 1.27.4 @dependabot (#161)
- Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 @dependabot (#159)
- Bump golang from 1.20.1 to 1.20.2 @dependabot (#158)
- Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 @dependabot (#157)
- Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.5 @dependabot (#156)
- Bump k8s.io/client-go from 0.26.1 to 0.26.2 @dependabot (#155)
- Bump k8s.io/api from 0.26.1 to 0.26.2 @dependabot (#153)
v0.0.20
Changes
Features
- Always use the version from
go.mod
when setting up a go action @damyan (#152) - Use go modules cache, when building the image @damyan (#150)
Maintenance
- Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 @dependabot (#151)
- Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4 @dependabot (#149)
- Bump github.com/onsi/gomega from 1.27.0 to 1.27.1 @dependabot (#147)
- Bump github.com/onsi/ginkgo/v2 from 2.8.1 to 2.8.3 @dependabot (#148)
v0.0.19
v0.0.18
Changes
Bug Fixes
- Fixes for golang v1.20 @damyan (#143)
- Quote the golang version, otherwise
1.20
becomes1.2
:) @damyan (#144)
Maintenance
- Bump github.com/onsi/gomega from 1.26.0 to 1.27.0 @dependabot (#142)
- Bump golang from 1.19.5 to 1.20.1 @dependabot (#141)
- Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1 @dependabot (#140)
- Use major version for
azure/k8s-bake
@dependabot (#139) - Bump sigs.k8s.io/controller-runtime from 0.14.2 to 0.14.4 @dependabot (#138)
v0.0.17
Changes
Maintenance
- Bump docker/build-push-action from 3 to 4 @dependabot (#136)
- Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0 @dependabot (#135)
- Bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.14.2 @dependabot (#133)
- Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 @dependabot (#132)
- Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 @dependabot (#131)
- Bump k8s.io/client-go from 0.26.0 to 0.26.1 @dependabot (#129)
- Bump k8s.io/api from 0.26.0 to 0.26.1 @dependabot (#128)
- Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 @dependabot (#127)
- Bump golang from 1.19.4 to 1.19.5 @dependabot (#126)
- Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 @dependabot (#125)
v0.0.16
Changes
Features
Bug Fixes
Maintenance
- Bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.14.1 @dependabot (#122)
- Use absolute paths for documentation links @damyan (#124)
- Bump k8s.io/api from 0.25.2 to 0.26.0 @dependabot (#117)
- Bump github.com/onsi/gomega from 1.20.2 to 1.24.2 @dependabot (#120)
- Bump golangci/golangci-lint-action from 3.2.0 to 3.3.1 @dependabot (#111)
- Bump golang from 1.19.2 to 1.19.4 @dependabot (#115)
v0.0.15: Fix pre-1.19 unsafe warning
What's Changed
- Bump azure/k8s-bake from 2.2 to 2.3 by @dependabot in https://github.com/onmetal/ipam/pull/96
- Bump golang from 1.19.1 to 1.19.2 by @dependabot in https://github.com/onmetal/ipam/pull/99
Full Changelog: onmetal/ipam@v0.0.14...v0.0.15
v0.0.14: Fix linter errors (#98)
* Fix linter errors
v0.0.12
Do not check whether subnet is failed or not on release when checking…