Notable Changes
- Significantly reduced the number of Requests made to the Hetzner Cloud API. While this does not solve all cases of API rate limits, the situation should be better than before.
What's Changed
- chore: add apricote as codeowner by @apricote in #335
- feat: test against Kubernetes v1.26 by @apricote in #334
- ci: stop logging api token by @apricote in #336
- chore: update codeowner to use groups by @apricote in #345
- fix(deploy): node.kubernetes.io/not-ready taint is NoExecute by @flokli in #344
- docs: incorrect statement that --cloud-provider is removed by @apricote in #347
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #346
- chore(deps): Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0 by @dependabot in #352
- chore(deps): Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #343
- test(e2e): fix flake when LB health checks have not passed by @apricote in #354
- feat: drop support for Kubernetes v1.23 by @apricote in #350
- docs: fix skaffold guide by @apricote in #348
- docs(lb): reference existing lb #351 by @apricote in #353
- Configure Renovate by @renovate in #355
- chore(deps): update alpine docker tag to v3.17 by @renovate in #357
- fix(deps): update module github.com/stretchr/testify to v1.8.2 by @renovate in #356
- chore(deps): update golang docker tag to v1.20 by @renovate in #359
- chore(deps): update golangci/golangci-lint docker tag to v1.51.2 by @renovate in #360
- fix(deps): update module github.com/hetznercloud/hcloud-go to v1.40.0 by @renovate in #361
- chore(deps): update actions/setup-go action to v3 by @renovate in #367
- chore(deps): update docker/login-action action to v2 by @renovate in #369
- chore(deps): update docker/setup-buildx-action action to v2 by @renovate in #370
- chore(deps): update goreleaser/goreleaser-action action to v4 by @renovate in #371
- fix(deps): update kubernetes packages to v0.26.2 by @renovate in #365
- chore(deps): update actions/stale action to v7 by @renovate in #368
- chore(deps): update actions/checkout action to v3 by @renovate in #364
- fix(deps): update module golang.org/x/crypto to v0.6.0 by @renovate in #366
- fix(deps): update module k8s.io/klog/v2 to v2.90.0 by @renovate in #363
- chore: initial basic helm chart by @samcday in #375
- fix(deps): update module k8s.io/klog/v2 to v2.90.1 by @renovate in #374
- chore(chart): resources configurable via values.yaml by @samcday in #376
- chore: basic .gitpod.yml by @samcday in #377
- fix(ci): main branch rename by @apricote in #379
- feat: add packaged helm chart to release artifacts by @apricote in #378
- refactor(e2e): remove dev-ccm manifests by @samcday in #380
- fix(deps): update module github.com/hetznercloud/hcloud-go to v1.41.0 by @renovate in #383
- feat(ci): publish helm chart to repository by @apricote in #381
- fix(deps): update module golang.org/x/crypto to v0.7.0 by @renovate in #382
- feat: add InstancesV2 interface by @apricote in #385
- fix: self-reported version not correct by @apricote in #387
- chore(ci): run e2e on public workers by @samcday in #388
- refactor: unnecessary API call in instance reconciliation by @apricote in #386
New Contributors
- @apricote made their first contribution in #335
- @renovate made their first contribution in #355
- @samcday made their first contribution in #375
Full Changelog: v1.13.2...v1.14.0-rc.0