Releases: alekc/terraform-provider-kubectl
Releases · alekc/terraform-provider-kubectl
v2.0.3
v2.0.3-rc2
Changelog
- e4a0440 added prerelease: auto in goreleaser.
- 2885531 add stringData to Secret's sensitive fields
- 62dd5f1 chore: added test covering #46
- a8eb8d0 fix: prevent inconsistent planning
- 0a2e569 chore: changed description on dependabot commits
- db44073 fix: change in gpg import attributes
- c47f57d fix: removed broken link
- 4ec82ee fix: tests failing due to duplicated providermessage. I.e
- 4e630fd *: Bump github.com/hashicorp/terraform-plugin-sdk/v2
- 7eb0a09 *: Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
- 4632051 chore: removed goversion leaving go-version-file
- 5b64c73 chore: reduced number of supported terraform versions in tests.
- 3857679 *: Bump k8s.io/kube-aggregator from 0.21.3 to 0.28.2
- 917087d *: Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.18.0
- 33cd1c8 chore: Added test for kubernetes version 1.28, limited testing to latest 7 versions
- d87b10f *: Bump github.com/zclconf/go-cty-yaml from 1.0.2 to 1.0.3
- 21c05db *: Bump github.com/zclconf/go-cty from 1.10.0 to 1.14.0
- ed7018e fix: dependabot not able to get the toolchain see https://github.com/orgs/community/discussions/65431
- f93cc4d chore: bumped cli-runtime, client-go, kubectl, api to 0.24.0
- 2ac195b *: Bump k8s.io/apimachinery from 0.24.0 to 0.28.2
- 4b28f63 chore: added FUNDING
- 3bfe2ed chore: bumped go version to 1.21
- 8ed8f00 *: Bump actions/upload-artifact from 2 to 3
- 72a7a00 *: Bump actions/setup-go from 2 to 4
- 31cdb13 *: Bump actions/checkout from 2 to 4
- fc7ea19 *: Bump crazy-max/ghaction-import-gpg from 3 to 6
- 94e2a26 *: Bump goreleaser/goreleaser-action from 2 to 5
- e30db20 chore: removed tests from master push
- fb7ad57 Added dependabot.yaml with updates config
- 5158868 Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0
v2.0.3-rc1
Changelog
- 6528484 fix: change in gpg import attributes
- c47f57d fix: removed broken link
- 4ec82ee fix: tests failing due to duplicated providermessage. I.e
- 4e630fd *: Bump github.com/hashicorp/terraform-plugin-sdk/v2
- 7eb0a09 *: Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
- 4632051 chore: removed goversion leaving go-version-file
- 5b64c73 chore: reduced number of supported terraform versions in tests.
- 3857679 *: Bump k8s.io/kube-aggregator from 0.21.3 to 0.28.2
- 917087d *: Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.18.0
- 33cd1c8 chore: Added test for kubernetes version 1.28, limited testing to latest 7 versions
- d87b10f *: Bump github.com/zclconf/go-cty-yaml from 1.0.2 to 1.0.3
- 21c05db *: Bump github.com/zclconf/go-cty from 1.10.0 to 1.14.0
- ed7018e fix: dependabot not able to get the toolchain see https://github.com/orgs/community/discussions/65431
- f93cc4d chore: bumped cli-runtime, client-go, kubectl, api to 0.24.0
- 2ac195b *: Bump k8s.io/apimachinery from 0.24.0 to 0.28.2
- 4b28f63 chore: added FUNDING
- 3bfe2ed chore: bumped go version to 1.21
- 8ed8f00 *: Bump actions/upload-artifact from 2 to 3
- 72a7a00 *: Bump actions/setup-go from 2 to 4
- 31cdb13 *: Bump actions/checkout from 2 to 4
- fc7ea19 *: Bump crazy-max/ghaction-import-gpg from 3 to 6
- 94e2a26 *: Bump goreleaser/goreleaser-action from 2 to 5
- e30db20 chore: removed tests from master push
- fb7ad57 Added dependabot.yaml with updates config
- 5158868 Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0
v2.0.2
Changelog
- a0cf1de fix: use correct GVK when discovering resources (gavinbunney/terraform-provider-kubectl#270)
- fe8094e added additional testing for k8s version (up to 1.19.x)
- fbed0bd Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0
- 4e0bf5f Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0
- 2b67d10 Bump github.com/emicklei/go-restful
- 55a3c1a Bump golang.org/x/sys from 0.0.0-20220209214540-3681064d5158 to 0.1.0
- ab625bf feat: Added support for user defined field manager
- 4788b7f feat: CICD refactoring
v2.0.1
v2.0.0
Changelog
- 6faa29f chore: bumped goreleaser to goland v1.18
- 73d6e2c chore: docs changes
- bccfa81 chore: added docs for new wait_for field
- 89fd46c fix: cicd build pipeline
- f43e082 chore: renamed terraform provider address from alekc-forks
- 82771bf feat: bumped go version in cicd
- 8a08708 feat: added wait_for attribute for the kubectl_manifest object
- 72a073c fix: typo
- bd4999d chore: updated dependencies
- 128eeee chore: renamed module
- 22c5121 fix: Introduces wait polling in case we are waiting for the deletion. Fixes gavinbunney/terraform-provider-kubectl#109
- 940a9ee Feature: add freebsd support (#169)
- 484aa79 Trigger
- 16f7be2 Add apply_only argument. Add force_conflicts option. (#148)