Skip to content
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

Renovate fix for https://github.com/terraform-ibm-modules/terraform-ibm-websphere-liberty-operator/pull/12 #36

Merged
merged 6 commits into from
Apr 26, 2024

Conversation

vbontempi
Copy link
Member

Description

This PR contains the following updates:

Package Type Update Change
terraform-ibm-modules/base-ocp-vpc/ibm (source) module minor 3.10.1 -> 3.20.2
terraform-ibm-modules/resource-group/ibm (source) module patch 1.1.4 -> 1.1.5

Fixes #12 failing on upgrade test

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content
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
  • include default worker pool in list in the workerpools output (#​383) (2d93f6b)

v3.20.0

Compare Source

Features
  • Exposed the following variables in the fscloud submodule: additional_vpe_security_group_ids, number_of_lbs, additional_lb_security_group_ids, custom_security_group_ids, attach_ibm_managed_security_group
  • The worker_pools variable also now has optional attribute additional_security_group_ids (#​386) (cee78d6)

v3.19.0

Compare Source

Features
  • Added a new terraform output 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
  • fix intermittent sync issues impacting confirm_network_healthy script execution (eb019cb)

v3.18.2

Compare Source

Bug Fixes

v3.18.1

Compare Source

Bug Fixes
  • deps: update terraform-ibm-modules/cos/ibm to 7.1.5 (#​338) (33b9720)

v3.18.0

Compare Source

Features
  • exposed the following outputs in the fscloud submodule: master_url, operating_system and master_status (#​370) (1b08dce)

v3.17.1

Compare Source

Bug Fixes
  • locked down required provider versions in order to ensure no new major versions are allowed (#​368) (0295160)

v3.17.0

Compare Source

Features
  • Introduce additional outputs: master_url, operating_system, master_status (#​366) (eb76bb0)
  • Remove the dependencies on the oc binary in the script. All scripts now only depend on kubectl.
Fixes
  • Fix a typo in variable name in documentation

v3.16.2

Compare Source

Fix
  • Exposed the variable cluster_config_endpoint_type in the fscloud submodule (ae6e7d4).

v3.16.1

Compare Source

Bug Fixes
  • increase the wait time for checking for "iks-ca-configmap" (#​365) (808160b)

v3.16.0

Compare Source

Features
  • removed support for passing the string latest for OCP version to ensure untested versions are not used (#​348) (c1a0625)

v3.15.1

Compare Source

Bug Fixes
  • added a script that will ensure the "iks-ca-configmap" exists before enabling auto scaling (#​356) (7cead90)

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
  • added support for OCP 4.14, and removed support for 4.11 (#​312) (802ab78)

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
  • new optional attribute account_id added to the kms_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
  • removed alb-oauth-proxy and istio 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
  • add variable and option to not manage all addons (#​296) (d4b56c5)

v3.10.2

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v7.0.5 (#​293) (6914e78)
terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)

v1.1.5

Compare Source

Bug Fixes

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@vbontempi vbontempi changed the title Renovate fix vb Renovate fix for https://github.com/terraform-ibm-modules/terraform-ibm-websphere-liberty-operator/pull/12 Apr 15, 2024
@vbontempi
Copy link
Member Author

/run pipeline

@vbontempi
Copy link
Member Author

/run pipeline

@vbontempi
Copy link
Member Author

/run pipeline

@vbontempi
Copy link
Member Author

/run pipeline

@vbontempi
Copy link
Member Author

/run pipeline

@ocofaigh ocofaigh merged commit c1a1ed3 into main Apr 26, 2024
2 checks passed
@ocofaigh ocofaigh deleted the renovate_fix_vb branch April 26, 2024 13:54
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants