generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update terraform-module #12
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/run pipeline |
1 similar comment
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 6, 2024 01:10
7d9c85a
to
5144893
Compare
terraform-ibm-modules-ops
changed the title
chore(deps): update terraform terraform-ibm-modules/base-ocp-vpc/ibm to v3.16.1
chore(deps): update terraform-module
Apr 6, 2024
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 6, 2024 09:12
5144893
to
260d1c1
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 6, 2024 16:25
260d1c1
to
f22ff70
Compare
/run pipeline |
1 similar comment
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 7, 2024 07:19
f22ff70
to
29a47f9
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 13, 2024 02:55
29a47f9
to
a180397
Compare
terraform-ibm-modules-ops
requested review from
vbontempi and
rajatagarwal-ibm
as code owners
April 13, 2024 02:55
/run pipeline |
1 similar comment
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 13, 2024 10:58
a180397
to
b15f2ed
Compare
/run pipeline |
2 similar comments
/run pipeline |
/run pipeline |
vbontempi
approved these changes
Apr 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
6 tasks
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 20, 2024 02:44
b15f2ed
to
a8b1dbb
Compare
/run pipeline |
2 similar comments
/run pipeline |
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 20, 2024 08:12
a8b1dbb
to
c63137f
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 20, 2024 15:32
c63137f
to
7736ee8
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/terraform-module
branch
from
April 20, 2024 22:54
7736ee8
to
c8573a9
Compare
/run pipeline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.10.1
->3.20.2
1.1.4
->1.1.5
Release Notes
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)
v3.20.2
Compare Source
Bug Fixes
v3.20.1
Compare Source
Bug Fixes
workerpools
output (#383) (2d93f6b)v3.20.0
Compare Source
Features
additional_vpe_security_group_ids
,number_of_lbs
,additional_lb_security_group_ids
,custom_security_group_ids
,attach_ibm_managed_security_group
worker_pools
variable also now has optional attributeadditional_security_group_ids
(#386) (cee78d6)v3.19.0
Compare Source
Features
vpe_url
that will contain the virtual private endpoint URL of the OCP cluster. (ad8ec24)NOTE: When upgrading to this version from a previous version, the COS HMAC resource key will be deleted. This is expected since there is no resource key required for the COS instance used by IKS.
v3.18.3
Compare Source
Bug Fixes
v3.18.2
Compare Source
Bug Fixes
v3.18.1
Compare Source
Bug Fixes
v3.18.0
Compare Source
Features
master_url
,operating_system
andmaster_status
(#370) (1b08dce)v3.17.1
Compare Source
Bug Fixes
v3.17.0
Compare Source
Features
master_url
,operating_system
,master_status
(#366) (eb76bb0)oc
binary in the script. All scripts now only depend onkubectl
.Fixes
v3.16.2
Compare Source
Fix
cluster_config_endpoint_type
in the fscloud submodule (ae6e7d4).v3.16.1
Compare Source
Bug Fixes
v3.16.0
Compare Source
Features
latest
for OCP version to ensure untested versions are not used (#348) (c1a0625)v3.15.1
Compare Source
Bug Fixes
v3.15.0
Compare Source
Features
v3.14.4
Compare Source
Bug Fixes
v3.14.3
Compare Source
Bug Fixes
v3.14.2
Compare Source
Bug Fixes
v3.14.1
Compare Source
Bug Fixes
v3.14.0
Compare Source
Features
v3.13.0
Compare Source
Features
added new variable
enable_registry_storage
(bool) to allow consumer to enable or disable an IBM Cloud Object Storage bucket to be used for OpenShift internal container image storage. Previously this was not optional and was always provisioned with COS storage, but recent changes to underlying API now makes it possible to turn storage off to take care of certain compliancy restrictions.NOTE: You must have an allowlisted account to avail of this feature until its fully GA (#307) (f4b1a10)
v3.12.0
Compare Source
Features
account_id
added to thekms_config
input variable providing the ability to attach a KMS instance to a cluster from a different account. As this feature only became available in IBM provider version 1.60.0, the modules version constraints have been updated to>= 1.60.0, <2.0.0
. See Cross account KMS encryption example for more information.(#301) (d85b328)v3.11.3
Compare Source
Bug Fixes
alb-oauth-proxy
andistio
from allowed addons as they are not supported on OCP (#308) (c26e55e)v3.11.2
Compare Source
Bug Fixes
v3.11.1
Compare Source
Bug Fixes
v3.11.0
Compare Source
Features
v3.10.2
Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)
v1.1.5
Compare 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.