-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update terraform dependencies #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update terraform dependencies #28
Conversation
|
/run pipeline |
6d940b7 to
cf77f6b
Compare
|
/run pipeline |
cf77f6b to
75eb553
Compare
|
/run pipeline |
75eb553 to
a9246db
Compare
|
/run pipeline |
a9246db to
214e5b6
Compare
|
/run pipeline |
214e5b6 to
4380ff7
Compare
|
/run pipeline |
4380ff7 to
4ce41c2
Compare
|
/run pipeline |
4ce41c2 to
89371f0
Compare
|
/run pipeline |
89371f0 to
427e192
Compare
|
/run pipeline |
427e192 to
5ce0fb5
Compare
5ce0fb5 to
6bcf8a0
Compare
|
/run pipeline |
6bcf8a0 to
dc638bf
Compare
|
/run pipeline |
dc638bf to
70243e3
Compare
|
/run pipeline |
70243e3 to
c1c6a46
Compare
|
/run pipeline |
|
/run pipeline |
c1c6a46 to
aa18deb
Compare
|
/run pipeline |
1 similar comment
|
/run pipeline |
aa18deb to
b05c133
Compare
|
/run pipeline |
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
1 similar comment
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This PR contains the following updates:
>= 2.3.4->>= 2.3.5>= 2.8.0, <3.0.0->>= 2.17.0, < 3.0.01.79.1->1.79.2>= 3.2.1, < 4.0.0->>= 3.2.4, < 4.0.03.49.0->3.50.33.46.14->3.50.34.2.2->4.4.11.2.0->1.2.1Release Notes
hashicorp/terraform-provider-external (external)
v2.3.5Compare Source
NOTES:
hashicorp/terraform-provider-helm (helm)
v2.17.0Compare Source
ENHANCEMENT:
resource/helm_release: the dry-run option is now set toserverto execute any chart lookups against the server during the plan stage. [GH-1335]BUG FIXES:
resource/helm_release: fix an issue wherepostrender.argsis not parsed correctly. [GH-1534]v2.16.1Compare Source
BUG FIXES:
helm_release: Fix nil pointer deref panic on destroy when helm release is not found [GH-1501]v2.16.0Compare Source
BUG FIXES:
helm_release: On destroy, do not error when release is not found [GH-1487]resource/helm_release: Fix: only recompute metadata when the version in the metadata changes [GH-1458]v2.15.0Compare Source
ENHANCEMENT:
upgrade_installboolean attribute to enable idempotent release installation, addressing components of GH-425 [GH-1247]v2.14.1Compare Source
DEPENDENCIES:
v2.14.0Compare Source
ENHANCEMENT:
helm_release: add new attributes metadata.last_deployed, metadata.first_deployed, metadata.notes [GH-1380]v2.13.2Compare Source
DEPENDENCIES:
v2.13.1Compare Source
HOTFIX:
helm_release: Fix regression causing errors at plan time.v2.13.0Compare Source
BUG FIXES:
provider: Fix manifest diff rendering for OCI charts. [GH-1326]DOCS:
docs: Use templatefile() instead of "template_file" provider in GKE example. [GH-1329]v2.12.1Compare Source
DEPENDENCIES:
1.20to1.21. [GH-1300]v1.4.1-0.20200414143053-d3edf31b6320tov1.4.1-0.20200723130312-85980079f637. [GH-1300]v0.14.1tov0.16.0. [GH-1300]v2.26.1tov2.30.0. [GH-1300]v0.14.0tov0.16.0. [GH-1300]v3.13.1tov3.13.2. [GH-1300]v0.28.3tov0.28.4. [GH-1300]v0.28.3tov0.28.4. [GH-1300]v0.28.3tov0.28.4. [GH-1300]v1.3.0tov1.4.0. [GH-1300]v2.12.0Compare Source
BUG FIXES:
helm_release: Fix perpetual diff when version attribute is an empty string [GH-1246]DEPENDENCIES:
helm.sh/helm/v3from3.12.0to3.13.1v2.11.0Compare Source
ENHANCEMENT:
kubernetes/provider.go: Addtls_server_namekubernetes provider options. [GH-839]resource/helm_release: addnamefield validation to be limited to 53 characters. [GH-1228]BUG FIXES:
helm/resource_release.go: Fix: version conflicts when using local chart [GH-1176]resource/helm_release: Add nil check forset_list.valueto prevent provider ChartPathOptions [GH-1231]v2.10.1Compare Source
HOTFIX:
helm_release: Fix: Only recompute metadata if version actually changes. [GH-1150]v2.10.0Compare Source
FEATURES:
helm_release: Addset_listattribute [GH-1071]BUG FIXES:
helm_release: Always recompute metadata when a release is updated [GH-1097]DEPENDENCIES:
helm.sh/helm/v3from3.11.2to3.12.0[GH-1143]v2.9.0Compare Source
FEATURES:
provider: Add a new attributeburst_limitfor client-side throttling limit configuration. [GH-1012]ENHANCEMENT:
data_source/helm_template: Add a new attributecrdswhich wheninclude_crdsis set totruewill be populated with a list of the manifests from thecrds/folder of the chart. [GH-1050]BUG FIXES:
resource/helm_release: Fix an issue when the provider crashes with the error messageProvider produced inconsistent final planafter upgrading fromv2.5.1tov2.6.0and higher. That happened due to changes in the provider schema and the introduction of a new attributepass_credentialsthat was not properly handled. [GH-982]DOCS:
data_source/helm_template: Add a new attributecrds[GH-1050]data_source/helm_template: Correct some errors in examples. [GH-1027]provider: Add a new attributeburst_limit. [GH-1012]provider: Add a note regarding theKUBECONFIGenvironment variable. [GH-1051]resource/helm_release: Add usage example forOCIrepositories. [GH-1030]resource/helm_release: Add usage examples forGCSandS3plugins. [GH-1026]DEPENDENCIES:
github.com/containerd/containerdfrom1.6.6to1.6.12[GH-1029]golang.org/x/cryptofrom0.5.0to0.6.0[GH-1055]helm.sh/helm/v3from3.9.4to3.11.1[GH-1036] [GH-1054]k8s.io/client-gofrom0.24.2to0.26.1[GH-1037]NOTES:
provider:kubernetes.exec.api_versionno longer supportsclient.authentication.k8s.io/v1alpha1. Please, switch toclient.authentication.k8s.io/v1beta1orclient.authentication.k8s.io/v1. [GH-1037]IBM-Cloud/terraform-provider-ibm (ibm)
v1.79.2Compare Source
Bug Fixes
VPC Infrastructure
Enhancements
Cloud Databases
General
IAM
Documentation
General
hashicorp/terraform-provider-null (null)
v3.2.4Compare Source
NOTES:
v3.2.3Compare Source
NOTES:
v3.2.2Compare Source
NOTES:
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)
v3.50.3Compare Source
Bug Fixes
v3.50.2Compare Source
Bug Fixes
v3.50.1Compare Source
Bug Fixes
v3.50.0Compare Source
Features
- pinned the addons version
- added more details in UI(catalog tile) regarding DA overview, features, architecture & variation
- updated DA architecture diagram to include on_by_default addons
prefixinput variable description and validation for DA-
cluster_key_ring_name->cluster_kms_key_ring_name-
cluster_key_name->cluster_kms_key_name-
boot_volume_key_ring_name->boot_volume_kms_key_ring_name-
boot_volume_key_name->boot_volume_kms_key_nameMontrealregion(#667) (e50cef7)
v3.49.3Compare Source
Bug Fixes
v3.49.2Compare Source
Bug Fixes
v3.49.1Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-code-engine (terraform-ibm-modules/code-engine/ibm)
v4.4.1Compare Source
Bug Fixes
v4.4.0Compare Source
Features
v4.3.3Compare Source
Bug Fixes
v4.3.2Compare Source
Bug Fixes
v4.3.1Compare Source
Bug Fixes
v4.3.0Compare Source
Features
v4.2.7Compare Source
Bug Fixes
v4.2.6Compare Source
Bug Fixes
v4.2.5Compare Source
Bug Fixes
v4.2.4Compare Source
Bug Fixes
v4.2.3Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)
v1.2.1Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.