Skip to content

Releases: alekc/terraform-provider-kubectl

v2.1.3

06 Nov 10:09
Compare
Choose a tag to compare

Changelog

  • 6ec3c60 Dependencies: Bump crazy-max/ghaction-import-gpg
  • 97ed035 Removed usage of sergi/go-diff due to a #181
  • 8b04321 chore: Refactored acceptance test matrix
  • 403468a chore: Added wait for tests on an update
  • 0c50865 feat: Optimised watch patterns

v2.1.2

19 Oct 14:23
5f8c474
Compare
Choose a tag to compare

Changelog

v2.1.1

16 Oct 21:00
Compare
Choose a tag to compare

Changelog

  • 583c218 Fix a wait_for condition where the status is already present in the first observation

v2.1.0

12 Oct 12:38
Compare
Choose a tag to compare

What's Changed

  • Dependencies: Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #94
  • Dependencies: Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #96
  • Dependencies: Bump helm/kind-action from 1.8.0 to 1.9.0 by @dependabot in #102
  • Dependencies: Bump actions/setup-go from 4 to 5 by @dependabot in #86
  • Dependencies: Bump k8s.io/api from 0.28.3 to 0.28.4 by @dependabot in #80
  • Dependencies: Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #111
  • Improve yaml_incluster handling. by @alekc in #112
  • Dependencies: Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.3 by @dependabot in #109
  • Dependencies: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #115
  • Dependencies: Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #130
  • Dependencies: Bump helm/kind-action from 1.9.0 to 1.10.0 by @dependabot in #131
  • Fix stringData causing a panic by @alekc in #122
  • Dependencies: Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #141
  • Dependencies: Bump github.com/zclconf/go-cty from 1.14.3 to 1.15.0 by @dependabot in #148
  • Dependencies: bump kube-aggregator to 0.31.0 by @alekc in #162
  • feat: Added delete cascade input by @stevehipwell in #165
  • Extend wait_for with optional condition blocks by @jkabonickAtOlo in #157
  • fix: goreleaser args by @alekc in #167
  • feat: Changed to use watch for wait rollout by @stevehipwell in #166
  • feat: Changed to use watch for wait for by @stevehipwell in #169
  • Update README with new wait_for condition information by @jkabonickAtOlo in #175

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.1.0-beta2

05 Sep 14:38
Compare
Choose a tag to compare
v2.1.0-beta2 Pre-release
Pre-release

Changelog

  • b812a0b feat: Changed to use watch to wait_for
  • fdf34c7 feat: Changed to use watch for wait rollout

v2.1.0-beta1

25 Aug 12:00
Compare
Choose a tag to compare
v2.1.0-beta1 Pre-release
Pre-release

Changelog

  • 6ba4fdf fix: goreleaser args
  • 3203edc Extend wait_for with optional condition blocks
  • abed1de feat: Added delete cascade input
  • f0d2112 Chore: bumped kube aggregator version
  • e18d5ad Dependencies: Bump github.com/zclconf/go-cty from 1.14.3 to 1.15.0
  • eeaabb8 Dependencies: Bump goreleaser/goreleaser-action from 5 to 6
  • 6970aea fixed an edge case where stringData could cause a panic. Fixes #120
  • ccf2f91 Dependencies: Bump helm/kind-action from 1.9.0 to 1.10.0
  • 765b169 Dependencies: Bump golang.org/x/net from 0.17.0 to 0.23.0
  • 91ae9ed Dependencies: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • f66bc7e Dependencies: Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.3

v2.0.4-incluster1

16 Mar 17:32
06b3f74
Compare
Choose a tag to compare
v2.0.4-incluster1 Pre-release
Pre-release

Changelog

  • 06b3f74 changed yaml_incluster structure and added additional debug message (#112)
  • 4ac8ce0 Dependencies: Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • 8ab0f15 Dependencies: Bump k8s.io/api from 0.28.3 to 0.28.4
  • 3b193f2 Dependencies: Bump actions/setup-go from 4 to 5
  • 9b40125 Dependencies: Bump helm/kind-action from 1.8.0 to 1.9.0
  • 4afda00 Dependencies: Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
  • 234a26d Dependencies: Bump golang.org/x/crypto from 0.14.0 to 0.17.0

v2.0.4

15 Dec 12:37
Compare
Choose a tag to compare

Changelog

  • ffdc65b Dependencies: Bump actions/upload-artifact from 3 to 4
  • f8c80d6 Added clarifiction in the documentation
  • c8fdb35 Added tls_server_name option
  • 9c07d38 Added proxy_url config. See #75
  • ca6ec65 refactoring + tweak for secret parsing (#70)
  • cf438ad Dependencies: Bump google.golang.org/grpc from 1.57.0 to 1.57.1
  • ea0c2e5 Dependencies: Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0
  • 3bfe99e Dependencies: Bump github.com/hashicorp/hcl/v2 from 2.19.0 to 2.19.1
  • ebda0f3 Dependencies: Bump k8s.io/kube-aggregator from 0.28.2 to 0.28.3
  • 49a15e8 Dependencies: Bump k8s.io/kubectl from 0.28.2 to 0.28.3
  • ad9284d Dependencies: Bump k8s.io/apimachinery from 0.28.2 to 0.28.3
  • 78d616a Dependencies: Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.0
  • 161d3a7 Dependencies: Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1
  • 15d7b29 Dependencies: Bump golang.org/x/net from 0.13.0 to 0.17.0
  • 46f460d Dependencies: Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.18.1

v2.0.4-rc2

14 Dec 12:41
Compare
Choose a tag to compare
v2.0.4-rc2 Pre-release
Pre-release

Changelog

  • c8fdb35 Added tls_server_name option

v2.0.4-rc1

06 Dec 21:10
Compare
Choose a tag to compare
v2.0.4-rc1 Pre-release
Pre-release

Changelog

  • 9c07d38 Added proxy_url config. See #75
  • ca6ec65 refactoring + tweak for secret parsing (#70)
  • cf438ad Dependencies: Bump google.golang.org/grpc from 1.57.0 to 1.57.1
  • ea0c2e5 Dependencies: Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0
  • 3bfe99e Dependencies: Bump github.com/hashicorp/hcl/v2 from 2.19.0 to 2.19.1
  • ebda0f3 Dependencies: Bump k8s.io/kube-aggregator from 0.28.2 to 0.28.3
  • 49a15e8 Dependencies: Bump k8s.io/kubectl from 0.28.2 to 0.28.3
  • ad9284d Dependencies: Bump k8s.io/apimachinery from 0.28.2 to 0.28.3
  • 78d616a Dependencies: Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.0
  • 161d3a7 Dependencies: Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1
  • 15d7b29 Dependencies: Bump golang.org/x/net from 0.13.0 to 0.17.0
  • 46f460d Dependencies: Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.18.1