Merge pull request #132755 from flokli/terraform-provider-kubernetes-bump
terraform-providers.kubernetes: 2.1.0 -> 2.4.1, remove kubernetes-alpha
This commit is contained in:
commit
7a8f6028c4
2 changed files with 4 additions and 12 deletions
|
@ -50,6 +50,7 @@ let
|
||||||
cloudfoundry = callPackage ./cloudfoundry {};
|
cloudfoundry = callPackage ./cloudfoundry {};
|
||||||
gandi = callPackage ./gandi {};
|
gandi = callPackage ./gandi {};
|
||||||
hcloud = callPackage ./hcloud {};
|
hcloud = callPackage ./hcloud {};
|
||||||
|
kubernetes-alpha = throw "This has been merged as beta into the kubernetes provider. See https://www.hashicorp.com/blog/beta-support-for-crds-in-the-terraform-provider-for-kubernetes for details";
|
||||||
libvirt = callPackage ./libvirt {};
|
libvirt = callPackage ./libvirt {};
|
||||||
linuxbox = callPackage ./linuxbox {};
|
linuxbox = callPackage ./linuxbox {};
|
||||||
lxd = callPackage ./lxd {};
|
lxd = callPackage ./lxd {};
|
||||||
|
|
|
@ -561,19 +561,10 @@
|
||||||
"owner": "hashicorp",
|
"owner": "hashicorp",
|
||||||
"provider-source-address": "registry.terraform.io/hashicorp/kubernetes",
|
"provider-source-address": "registry.terraform.io/hashicorp/kubernetes",
|
||||||
"repo": "terraform-provider-kubernetes",
|
"repo": "terraform-provider-kubernetes",
|
||||||
"rev": "v2.1.0",
|
"rev": "v2.4.1",
|
||||||
"sha256": "02ygydgi3fa8z6qd04hgcilbbwns8f21agaqxly2pf9j23fzi37g",
|
"sha256": "0mk0f12yy58gjkki7xpf9bjfw9h9zdgby2b4bddqp5csq11payhd",
|
||||||
"vendorSha256": null,
|
"vendorSha256": null,
|
||||||
"version": "2.1.0"
|
"version": "2.4.1"
|
||||||
},
|
|
||||||
"kubernetes-alpha": {
|
|
||||||
"owner": "hashicorp",
|
|
||||||
"provider-source-address": "registry.terraform.io/hashicorp/kubernetes-alpha",
|
|
||||||
"repo": "terraform-provider-kubernetes-alpha",
|
|
||||||
"rev": "v0.5.0",
|
|
||||||
"sha256": "0yqm3wlya69w9g9kzgvm28mbbwp6wik51syjnbnj8dis5kspx8gd",
|
|
||||||
"vendorSha256": null,
|
|
||||||
"version": "0.5.0"
|
|
||||||
},
|
},
|
||||||
"launchdarkly": {
|
"launchdarkly": {
|
||||||
"owner": "terraform-providers",
|
"owner": "terraform-providers",
|
||||||
|
|
Loading…
Reference in a new issue