Skip to content

Releases: metal3-io/ip-address-manager

v1.7.0-beta.0

25 Mar 11:56
v1.7.0-beta.0
480a9e5
Compare
Choose a tag to compare
v1.7.0-beta.0 Pre-release
Pre-release

Changes since v1.6.2

🚨 This is a BETA RELEASE. Use it only for testing purposes.

📖 Documentation

  • Switch markdownlint container to markdownlint-cli2 (#419)

🌱 Others

  • Bump CAPI to v1.7.0-beta.0 (#467)
  • Bump k8s.io/code-generator from 0.29.2 to 0.29.3 in /hack/tools (#464)
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#461, #462)
  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 in /api (#455)
  • Add golang base image check to verify-release.sh (#450)
  • Bump shellcheck to v0.10.0 (#451)
  • Add make unit-cover like in BMO (#443)
  • Bump golangci-lint to v1.56.2 (#448)
  • Bump actions/cache from 4.0.0 to 4.0.1 (#438)
  • Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#439)
  • Fix Ginkgo API test suite (#441)
  • Improve ipv6 address in bound check performance in ippool webhook (#431)
  • Bump golang to v1.21.7 (#435)
  • Bump actions/cache from 3.3.2 to 4.0.0 (#426)
  • Bump EndBug/add-and-commit from 9.1.3 to 9.1.4 (#425)
  • Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 (#424)
  • Bump k8s.io/code-generator from 0.29.0 to 0.29.1 in /hack/tools (#420)
  • Fix dependabot workflow permissions (#415)
  • Remove some conditionals from workflows (#410)
  • Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#404)
  • Add tag triggering for container building wf (#394)
  • Reduce github action permissions (#408)

♻️ Superseded or Reverted

The container image for this release is: v1.7.0-beta.0

Thanks to all our contributors! 😊

v1.6.2

04 Mar 11:48
v1.6.2
4a42aa0
Compare
Choose a tag to compare

Changes since v1.6.1

🌱 Others

  • Fix build image action for release-1.6 (#445)
  • Bump golang to v1.21.7 (#446)

The container image for this release is: v1.6.2

Thanks to all our contributors! 😊

v1.5.3

04 Mar 11:23
v1.5.3
50c4032
Compare
Choose a tag to compare

Changes since v1.5.2

🌱 Others

  • Bump golang to v1.21.7 (#447)
  • Adjust and sync versions in go mod files (#442)
  • Add build images action to release-1.5 (#444)
  • Bumping CAPI to v1.5.6 (#433)
  • Bump markdownlint to 0.13.0 (#392)

♻️ Superseded or Reverted

  • CAPI uplift: (#417)
  • Golang uplift: (#412)

The container image for this release is: v1.5.3

Thanks to all our contributors! 😊

v1.6.1

01 Mar 13:40
v1.6.1
0c26a0e
Compare
Choose a tag to compare

Changes since v1.6.0

⚠️ Golang 1.20 is out of support in Feb 2024. This patch missed the uplift. Use patch v1.6.2 to avoid any issues.

🌱 Others

  • Bump CAPI to v1.6.2 (#437)
  • Bump golang to v1.20.14 (#436)
  • Bump CAPI to v1.6.1 (#418)
  • Bump golang to 1.20.12 (#411)

The container image for this release is: v1.6.1

Thanks to all our contributors! 😊

v1.6.0

08 Jan 13:02
v1.6.0
450ef3b
Compare
Choose a tag to compare

Changes since v1.5.2

✨ New Features

  • Bump cluster-api to v1.6.0 (#398)

🐛 Bug Fixes

  • Fix error in build image github action (#388)

📖 Documentation

  • add OpenSSF Scorecard badge to README (#403)
  • add clomonitor badge to README (#399)
  • Commit signing off update. (#377)
  • clarify tag usage in releasing.md (#335)
  • fix releasing.md on annotated tags (#331)
  • update releasing.md (#315)
  • improve release notes tool (#310)
  • update README.md on 1.5 release (#309)

🌱 Others

  • Bump k8s.io and controller-runtime Go modules to sync (#407)
  • Bump kubernetes-sigs/kubebuilder-release-tools from 0.4.2 to 0.4.3 (#406)
  • Bump actions/setup-go from 4.1.0 to 5.0.0 (#405)
  • Use k8s apimachinery scheme builder instead of controller-runtime scheme builder (#400)
  • Bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#402)
  • Bump k8s.io/code-generator from 0.28.4 to 0.29.0 in /hack/tools (#401)
  • Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 (#396)
  • Bump markdownlint to 0.13.0 (#391)
  • Delete "ok-to-test" label from dependabot PRs (#389)
  • Add github action to trigger container image build (#386)
  • Bump golang version to 1.20.11 (#384)
  • improve hack/verify-release.sh draft release note handling (#381)
  • Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#376)
  • Adding PR title verifier (#369)
  • Bump actions/checkout from 4.1.0 to 4.1.1 (#368)
  • Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#364)
  • use GLOBIGNORE to ignore hack/tools/go.mod in verify-release.sh (#347)
  • fix hack/verify-release.sh module list printout (#342)
  • add hack/verify-release.sh script (#339)
  • remove hack/gosec.sh (#326)
  • don't ignore #nosec in golangci-lint config (#325)
  • bump gosec to 2.17.0, and fix gosec for submodules (#324)
  • fix ensure-golangci-lint digest for Linux/amd64 (#323)
  • run dependabot less often for GH actions (#320)
  • Remove unused scripts and Makefile phonys and add build phony (#314)
  • Bump actions/cache from 3.3.1 to 3.3.2 (#318)
  • Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 (#316)

♻️ Superseded or Reverted

The container image for this release is: v1.6.0

Thanks to all our contributors! 😊

v1.4.4

24 Nov 12:35
v1.4.4
9f8d0a3
Compare
Choose a tag to compare

Changes since v1.4.3

🐛 Bug Fixes

  • Sync go.mod files (#344)

🌱 Others

  • Bump golang to 1.20.11 for release-1.4 (#387)
  • Bump CAPI to v1.4.8 (#367)
  • Add hack/verify-release.sh (#341)

♻️ Superseded or Reverted

The container image for this release is: v1.4.4

Thanks to all our contributors! 😊

v1.5.2

23 Nov 10:31
v1.5.2
93afc6b
Compare
Choose a tag to compare

Changes since v1.5.1

🌱 Others

  • Bump golang to 1.20.11 for release-1.5 (#385)
  • Bump golang version to v1.20.10 on release-1.5 (#357)
  • Bump x/net to 0.17.0 (#352)
  • Use GLOBIGNORE to ignore hack/tools/go.mod in verify-release.sh (#345)
  • Add hack/verify-release.sh (#340)
  • Improve hack/verify-release.sh draft release note handling (#382)
  • Bump sigs.k8s.io/cluster-api from 1.5.2 to 1.5.3 (#366)

The container image for this release is: v1.5.2

Thanks to all our contributors! 😊

v1.5.1

28 Sep 09:38
v1.5.1
076120e
Compare
Choose a tag to compare

Changes since v1.5.0

📖 Documentation

  • improve release notes tool (#311)
  • update README.md (#308)

🌱 Others

  • Bumping CAPI to 1.5.2 (#334)
  • Bump gosec and fix errors (#329)
  • Remove hack/gosec.sh (#330)
  • Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 (#328)

The container image for this release is: v1.5.1

Thanks to all our contributors! 😊

v1.4.3

28 Sep 08:16
v1.4.3
fc0b5bf
Compare
Choose a tag to compare

Changes since v1.4.2

📖 Documentation

  • improve release notes tool (#312)

🌱 Others

  • Bumping CAPI to 1.4.7 (#333)
  • Bump CAPI to v1.4.6 and cert-manager to v1.12.3 (#307)

The container image for this release is: v1.4.3

Thanks to all our contributors! 😊

v1.3.4

26 Sep 11:54
v1.3.4
930a41a
Compare
Choose a tag to compare

Changes since v1.3.3

📖 Documentation

  • improve release notes tool (#313)

🌱 Others

  • Bump CAPI to v1.3.10 (#296)

The container image for this release is: v1.3.4

Thanks to all our contributors! 😊