Commit Graph

127 Commits

Author SHA1 Message Date
zowoq
fbdfa32356 terraform-providers.vault: 3.0.0 -> 3.0.1 2021-12-02 21:17:46 +10:00
zowoq
d871541f06 terraform-providers.nomad: 1.4.15 -> 1.4.16 2021-12-02 21:17:46 +10:00
zowoq
d5a8b6e063 terraform-providers.kubernetes: 2.6.1 -> 2.7.0 2021-12-02 21:17:46 +10:00
zowoq
5dd8c34e3b terraform-providers.github: 4.18.0 -> 4.18.2 2021-12-02 21:17:46 +10:00
Arthur Gautier
ba798538d0
terraform-providers.dhall: init at 0.0.1 2021-12-02 19:36:16 +10:00
Zhong Jianxin
40915ab80f terraform-providers: Update alicloud to v1.144.0
The alicloud provider move from to aliyun/alicloud, update to the latest
version.

Also introduct `deleteVendor` in `buildWithGoModule`, the vendor of
alicloud needs to be cleared due to openapiv2 API rename, or the
following error appears when building in case sensitive filesystems:

```
vendor/k8s.io/client-go/discovery/discovery_client.go:30:2: cannot find package "." in:
        /build/source/vendor/github.com/googleapis/gnostic/openapiv2
```
2021-11-24 21:28:11 +08:00
Jörg Thalheim
4a5127954c terraform-providers.sops: set provider-source-address 2021-11-21 18:45:49 +01:00
Jörg Thalheim
b1c113d736 terraform-providers: update 2021-11-21 17:29:10 +00:00
zowoq
9c23308813 terraform-providers.nomad: 1.4.5 -> 1.4.15 2021-11-17 10:37:58 +10:00
zowoq
a9e43d8a07 terraform-providers.github: 3.1.0 -> 4.18.0 2021-11-17 10:37:42 +10:00
zowoq
9dc45adfb6 terraform-providers.consul: 2.8.0 -> 2.14.0 2021-11-17 10:37:23 +10:00
zowoq
700768faa2 terraform-providers: format 2021-11-17 10:36:51 +10:00
Alexander Bich
5971d29609 terraform-providers.cloudflare: 2.23.0 -> 3.4.0 2021-11-15 07:53:42 +03:00
Florian Klink
ddc02d8c25 teraform-providers.kubernetes: 2.6.0 -> 2.6.1
2.6.1 (October 22, 2021)
BUG FIXES:

Fix import ID syntax in manifest import docs
Tolerate unknown values in "env" and "exec" provider attributes
Remove "beta" designation of the kubernetes_manifest from documentation
2021-10-26 16:59:57 +02:00
Florian Klink
a8b37b3c81 terraform-providers.kubernetes: 2.5.0 -> 2.6.0
IMPROVEMENTS:

    kubernetes_manifest is now GA and enabled by default

BUG FIXES:

    kubernetes_manifest now correctly handles empty blocks as attribute values (#1352)
    kubernetes_manifest now correctly handles multiple CRDs with different number of schema versions (#1460)
2021-10-26 16:58:03 +02:00
Ryan Burns
c5c0db7c93
Merge pull request #141482 from felschr/terraform-provider-sentry
terraform-providers.sentry: init at 0.6.0
2021-10-23 11:33:28 -07:00
arcnmx
7b1157cb9e terraform-providers.oci: 4.35.0 -> 4.49.0 2021-10-21 11:27:19 -07:00
Graham Christensen
ba1fedf175
Merge pull request #141777 from DeterminateSystems/terraform-provider-vault
terraform-provider-vault: 2.11.0 -> 2.24.1
2021-10-15 14:59:44 -04:00
Graham Christensen
4a1558f290 terraform-provider-vault: 2.11.0 -> 2.24.1 2021-10-15 11:45:05 -04:00
Jonas Chevalier
f1220d72a3
terraform-providers.kubernetes: 2.4.1 -> 2.5.0 (#141519) 2021-10-13 17:30:26 +02:00
Felix Tenley
810cc7b2ac
terraform-providers.sentry: init at 0.6.0 2021-10-13 12:06:44 +02:00
Jonas Chevalier
ccc287f6d9
terraform-providers.openstack: 1.28.0 -> 1.43.1 (#139753)
Use the more updated version from the terraform registry.
2021-10-10 09:56:57 +00:00
zimbatm
afc60010a6
terraform-providers.netlify: 0.4.0 -> 0.6.12
Switch base, https://github.com/hashicorp/terraform-provider-netlify has
been archived. AegirHealth is the freshest one and supports DNS
records that are needed for NixOS/nixos-org-configurations#163
2021-10-04 11:22:26 +02:00
Jonas Chevalier
bc9e07ba10
terraform-providers.aws: 3.43.0 -> 3.56.0 (#136102) 2021-08-30 13:13:36 +02:00
Jonas Chevalier
7e495c1b55
terraform-providers.fastly: 0.16.1 -> 0.34.0 (#136158) 2021-08-30 11:55:59 +02:00
Florian Klink
7a8f6028c4
Merge pull request #132755 from flokli/terraform-provider-kubernetes-bump
terraform-providers.kubernetes: 2.1.0 -> 2.4.1, remove kubernetes-alpha
2021-08-05 12:01:33 +02:00
Florian Klink
8e7ecf4a23
Merge pull request #132760 from zimbatm/terraform-provider-ovh-0.15.0
terraform-providers.ovh: 0.8.0 -> 0.15.0
2021-08-05 12:01:12 +02:00
Ricardo Guevara
d1dfdf7b3b
terraform-providers.datadog: 2.7.0 -> 3.2.0 (#104310) 2021-08-05 12:00:54 +02:00
Florian Klink
2ec3c8ec19 terraform-providers.kubernetes-alpha: remove
This has graduated to beta, and the kubernetes_manifest resource has
moved into terraform-provider-kubernetes.

To use it, you must be enabled in the provider block:

```hcl
provider "kubernetes" {
  experiments {
    manifest_resource = true
  }
  config_path = "~/.kube/config"
}
```
2021-08-05 11:52:32 +02:00
zimbatm
d752fb3b44
terraform-providers.ovh: 0.8.0 -> 0.15.0
The provider had moved location, which prevented the auto-updated from
working.

https://github.com/hashicorp/terraform-provider-ovh ->
https://github.com/ovh/terraform-provider-ovh
2021-08-05 11:48:52 +02:00
Florian Klink
743a807550
Merge pull request #125467 from arcnmx/terraform-acme
terraform-providers.acme: 1.5.0-patched -> 2.5.2
2021-08-05 11:38:51 +02:00
Florian Klink
586172f0fe terraform-providers.kubernetes: 2.1.0 -> 2.4.1 2021-08-05 11:20:42 +02:00
zimbatm
0ed460f15c
terraform-providers.metal: 2.1.0 -> 3.0.0 2021-07-28 14:06:52 +02:00
Sandro
e3d53a90ce
Merge pull request #127485 from asymmetric/update-tf-gce-provider
terraform-providers.google, google-beta: v3.62.0 -> v3.76.0
2021-07-24 22:47:59 +00:00
Lorenzo Manacorda
1154036a26 terraform-providers.google, google-beta: v3.62.0 -> v3.76.0 2021-07-24 13:01:31 +02:00
arcnmx
bf6c627629 terraform-providers.oci: 3.79.0 -> 4.35.0 2021-07-18 11:11:24 -07:00
Florian Klink
5ec8029d37
terraform-providers.kubernetes-alpha: 0.3.3 -> 0.5.0 (#129666) 2021-07-10 19:42:59 +00:00
Romain Davaze
445c3649b6 terraform-providers.keycloak: 3.0.0 -> 3.1.1 2021-07-07 10:27:35 +02:00
Justinas Stankevicius
77a2f38892 terraform-providers.cloudflare: update source, 2.7.0 -> 2.23.0 2021-07-06 19:33:31 +03:00
arcnmx
7a6ecf8e89 terraform-providers.acme: 2.4.0 -> 2.5.2 2021-06-28 09:39:06 -07:00
Shea Levy
08931215f4
terraform-providers.grafana: 1.10.0 -> 1.12.0
Requires backport due to https://github.com/grafana/terraform-provider-grafana/issues/212
2021-06-23 17:38:45 -04:00
Martin Weinelt
2f4e5ccd6d
terraform-providers.vsphere: 1.24.3 -> 2.0.1
https://github.com/hashicorp/terraform-provider-vsphere/blob/v2.0.1/CHANGELOG.md\#201-june-09-2021
2021-06-17 16:03:10 +02:00
Jonas Chevalier
01127a0527
terraform-providers.kafka: 0.2.12 -> 0.3.3 (#126880) 2021-06-15 12:12:13 +02:00
Florian Klink
845f700a92 terraform-providers.ct: 0.6.1 -> 0.8.0
Bumps the Terraform SDK from 1.8.0 to 2.3.0, ensuring compatibility with
future versions of terraform.

Adds Fedora CoreOS Config v1.3.0 support.
2021-06-10 20:06:30 +02:00
Florian Klink
476165ba5e
terraform-providers.kafka-connect: init at 0.2.3 (#126368) 2021-06-09 15:52:17 +02:00
Sandro
45abcba183
Merge pull request #126217 from mupdt/grafana-terraform-v1.10.0 2021-06-09 15:42:27 +02:00
Florian Klink
8f34dc4057
terraform-providers.metal: add missing provider-source-address attribute (#126206) 2021-06-08 15:24:59 +02:00
zimbatm
4a56c948d2
terraform-providers.aiven: init at 2.1.14 2021-06-08 14:12:40 +02:00
mupdt
a5d51a575c terraform-providers.grafana: 1.5.0 -> 1.10.0 2021-06-08 12:54:34 +01:00
Florian Klink
6f1857f2f2
terraform-providers.metal: init at 2.1.0 (#125665)
terraform-provider-packet is deprecated, and this is its successor.
2021-06-04 18:20:38 +02:00