Releases: kubernetes-sigs/cluster-api-operator
Releases · kubernetes-sigs/cluster-api-operator
v0.3.0
What's Changed
- 🌱 Stop using github.com/pkg/errors by @Fedosin in #89
- ✨ Update helm chart repository by @alexander-demicev in #93
- 📖 Add helm chart to getting started doc by @alexander-demicev in #94
- 🌱 Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 by @dependabot in #96
- 🌱 Rebase on cluster-api v1.4 by @Fedosin in #88
- 🌱 Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 by @dependabot in #97
- 🌱 Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible by @dependabot in #98
- 🌱 some e2e improvements by @Fedosin in #101
- 🌱 Bump dockerfile image to v1.4 by @Fedosin in #100
- 🐛 Use correct flags in the component customizer by @Fedosin in #102
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 by @dependabot in #106
- 🐛 fix: ensure that all required env variables are set before running tests by @Fedosin in #105
- ✨ port to kubebuilder v4 by @Fedosin in #103
- ✨ support provider downgrades by @Fedosin in #107
- 🌱 Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible in /hack/chart-update by @dependabot in #99
- 🌱 Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #109
- 🌱 Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /hack/chart-update by @dependabot in #110
- 🐛 Avoid failures on unchanged provider version by @Fedosin in #108
- ✨ support gitlab repos by @Fedosin in #111
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 by @dependabot in #112
- 🌱 Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #113
- 🌱 Bump kube-rbac-proxy by @Fedosin in #116
- 🌱 Bump CAPI, controller tools and other dependencies by @furkatgofurov7 in #117
- 🌱 Configure importas linter and fix import issues by @furkatgofurov7 in #118
- 📖 Improve root README.md by @furkatgofurov7 in #124
- 🌱 Bump golangci lint version to v1.52.2 by @furkatgofurov7 in #125
- 🐛 Add a preflight check to ensure that custom providers have a fetch config by @Fedosin in #114
- 🐛 Don't requeue provider if its spec is invalid by @Fedosin in #115
- 🌱 add more e2e tests by @Fedosin in #121
- 🌱 Add go.work/go.sum to .gitignore by @furkatgofurov7 in #126
- 🐛 build: fix image push job by disabling CGO when building kustomize by @furkatgofurov7 in #133
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.9.7 by @dependabot in #134
- 🐛 Download and store manifests from provider URL by @Fedosin in #131
- 📖 Fix typo in capi-operator-proposal.md by @kishen-v in #139
- ✨ Validate github token in preflight checks by @alexander-demicev in #135
- 🌱 Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by @dependabot in #140
- 🌱 Update OWNERS by @Fedosin in #136
New Contributors
- @furkatgofurov7 made their first contribution in #117
- @kishen-v made their first contribution in #139
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- 🌱 Update OWNERS by @Fedosin in #47
- 🌱 Enable additional linters by @Fedosin in #72
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.9.0 by @dependabot in #75
- 🌱 Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 by @dependabot in #76
- 🌱Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0 in /hack/tools by @dependabot in #73
- 🌱Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 in /hack/tools by @dependabot in #74
- ✨ Make tools installation consistent with other CAPI projects by @alexander-demicev in #77
- 🌱 Bump github.com/onsi/gomega from 1.27.2 to 1.27.3 by @dependabot in #78
- 📖 Replace apiversion from management to operator by @ljtill in #81
- 🌱 Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 by @dependabot in #79
- ✨ Add new e2e tests by @alexander-demicev in #80
- ✨ Publish helm charts on each operator release by @alexander-demicev in #82
- 🌱 Bump golang.org/x/net from 0.5.0 to 0.7.0 in /hack/chart-update by @dependabot in #83
- 🌱 Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 in /hack/chart-update by @dependabot in #84
- 🌱 Bump actions/setup-go from 3 to 4 by @dependabot in #85
- 🌱 Bump github.com/onsi/gomega from 1.27.3 to 1.27.4 by @dependabot in #86
- 📖 Update capi-operator-proposal.md by @miyadav in #48
- 📖 Add doc describing release process by @alexander-demicev in #87
- 🌱 Bump golangci-lint to v1.51.2 by @Fedosin in #90
- 🌱 Fix release workflow version by @alexander-demicev in #91
- 🐛 Make release tag argument configurable by @alexander-demicev in #92
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the first alpha release, thanks to everyone who participated!