Skip to content

Conversation

@vbontempi
Copy link
Member

@vbontempi vbontempi commented Aug 12, 2025

Skipping upgrade tests failing due to certificate content update

This PR contains the following updates:

Package Type Update Change Age Confidence
external-secrets patch 0.19.0 -> 0.19.1 age confidence
ghcr.io/external-secrets/external-secrets minor v0.17.0-ubi -> v0.19.1-ubi age confidence
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper require minor v1.57.1 -> v1.58.10 age confidence
go (source) toolchain patch 1.24.5 -> 1.24.6 age confidence
helm (source) required_provider major 2.17.0 -> 3.0.2 age confidence
ibm (source) required_provider minor 1.80.4 -> 1.81.1 age confidence
terraform-ibm-modules/base-ocp-vpc/ibm (source) module minor 3.53.0 -> 3.55.1 age confidence
terraform-ibm-modules/resource-group/ibm (source) module minor 1.2.1 -> 1.3.0 age confidence
terraform-ibm-modules/secrets-manager-private-cert-engine/ibm (source) module patch 1.6.4 -> 1.6.6 age confidence
terraform-ibm-modules/secrets-manager-private-cert/ibm (source) module patch 1.4.1 -> 1.4.4 age confidence
terraform-ibm-modules/secrets-manager-public-cert-engine/ibm (source) module patch 1.1.7 -> 1.1.9 age confidence
terraform-ibm-modules/secrets-manager-public-cert/ibm (source) module minor 1.3.1 -> 1.4.0 age confidence
terraform-ibm-modules/secrets-manager-secret-group/ibm (source) module patch 1.3.11 -> 1.3.13 age confidence
terraform-ibm-modules/vpe-gateway/ibm (source) module patch 4.7.0 -> 4.7.5 age confidence

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)

Release Notes

external-secrets/external-secrets (external-secrets)

v0.19.1

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.19.1
Image: ghcr.io/external-secrets/external-secrets:v0.19.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.19.1-ubi-boringssl

What's Changed
New Contributors

Full Changelog: external-secrets/external-secrets@v0.19.0...v0.19.1

terraform-ibm-modules/ibmcloud-terratest-wrapper (github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper)

v1.58.10

Compare Source

Bug Fixes
  • deps: update module github.com/go-openapi/errors to v0.22.2 (#​1017) (5f41ba3)

v1.58.9

Compare Source

Bug Fixes

v1.58.8

Compare Source

Bug Fixes
  • update CatalogJson and CatalogInput structs to use omitempty and interface{} for options (#​1014) (a8b0d01)

v1.58.7

Compare Source

Bug Fixes
  • filter out files with no diff content in all environments (#​1013) (f53cb0d)

v1.58.6

Compare Source

Bug Fixes
  • simplify dependency detection by adding support for local ibm_catalog.json parsing (#​1012) (6e173fc)

v1.58.5

Compare Source

Bug Fixes
  • Add IsRunningInCI function and enhance local change checks in test setup (#​1009) (bb3411f)

v1.58.4

Compare Source

Bug Fixes
  • Add GetFileDiff function to retrieve file diffs and enhance error reporting in test setup (#​1008) (919a6e6)

v1.58.3

Compare Source

Bug Fixes
  • Resolve circular dependency detection issues and improve documentation (#​1007) (13228b8)

v1.58.2

Compare Source

Bug Fixes

v1.58.1

Compare Source

Bug Fixes

v1.58.0

Compare Source

Features
hashicorp/terraform-provider-helm (helm)

v3.0.2

Compare Source

This is a patch release that fixes a number of bugs discovered in the v3.x.x release.

BUG FIXES:

  • helm_release: Fix description field causing inconsistent plan [GH-1648]
  • helm_release: Fix plan error when devel = false is set and version is provided [GH-1656]
  • helm_release: Fix postrender being run when binaryPath is nil [GH-1649]
  • helm_release: Fix shallow clone bug causing nested sensitive values to be redacted in the k8s API [GH-1644]
  • provider: Fix namespace override logic in Kubernetes client initialization [GH-1650]
  • provider: Restore support for the KUBE_PROXY_URL environment variable [GH-1655]

v3.0.1

Compare Source

This is a hotfix release.

HOTFIX:

  • helm_release: Fix state upgrader code to use correct type for "values" attribute. [GH-1638]

v3.0.0

Compare Source

This release migrates ports the provider project from terraform-plugin-sdk/v2 to terraform-plugin-framework [GH-1379]

Please refer to the migration guide.

BREAKING CHANGES:

  • Blocks to Nested Objects: Blocks like kubernetes, registry, and experiments are now represented as nested objects.
  • List Syntax for Nested Attributes: Attributes like set, set_list, and set_sensitive in helm_release and helm_template are now lists of nested objects instead of blocks
  • The new framework code uses Terraform Plugin Protocol Version 6 which is compatible with Terraform versions 1.0 and above. Users of earlier versions of Terraform can continue to use the Helm provider by pinning their configuration to the 2.x version.

FEATURES:

  • Add "literal" as a supported type for the set block [GH-1615]

  • helm_release: Add support for ResourceIdentity. [GH-1625]

  • helm_release: Add set_wo write-only attribute [GH-1592]

ENHANCEMENT:

  • helm_release: Add UpgradeState logic to support migration from SDKv2 to Plugin Framework [GH-1633]
  • update helm dependency to v3.17.2 [GH-1608]

BUG FIXES:

  • helm_release: Fix namespace behaviour for dependency charts in non-default namespaces [GH-1583]

  • change set.value && set_list.value to optional instead of required [GH-1572]

IBM-Cloud/terraform-provider-ibm (ibm)

v1.81.1

Compare Source

Bug Fixes

Resource controller
  • bypassing scc refresh after deprecation (6401)
VPC Infrastructure
  • prevent 409 errors in is_virtual_endpoint_gateway by locking on VPC ID during create (6378)

v1.81.0

Compare Source

  • Support for Cloud Internet Services
    • Datasources
      • ibm_cis_managed_lists
      • ibm_cis_custom_lists
      • ibm_cis_custom_list_items
    • Resources
      • ibm_cis_custom_list
      • ibm_cis_custom_list_items
  • Support for VPC Infrastructure
    • Datasources
      • ibm_is_public_address_ranges
      • ibm_is_public_address_range
      • ibm_is_image_bare_metal_server_profiles
      • ibm_is_image_instance_profiles
      • ibm_is_snapshot_instance_profiles
      • ibm_is_volume_instance_profiles
    • Resources
      • ibm_is_public_address_range
  • Support for Power Systems
    • Datasources
      • ibm_pi_software_tiers
  • Support for IAM
    • Datasources
      • ibm_iam_trusted_profile_identities

Enhancements

CD Tekton Pipeline
  • add support for waiting runs limit (6335)
Cloud Internet Services
  • trusted profile support for ibm_cis datasource (6363)
  • Add support for managed and custom lists (6310)
Hpcs
  • Support for trusted profile token (6388)
IAM
  • Handle failed state assignments (6372)
  • added trusted profile identities (6316)
ODF
  • ODF 4.18 initial support (6348)
Power Systems
  • [DataSource] [Resource] Add Software Tier support for data sources and resources (6321)
  • Timeout changes (6392)
VMware
  • update vmware service (6329)
VPC Infrastructure
  • public address range development (6341)
  • Added support for source_snapshot on instance template (6364)
  • image capabilities changes (6366)
  • Legacy vendor images support for vpc-services (6357)
  • Added support for tags in is_vpn_server resource (6295)
  • Added crn to virtual network interface for is_instance (6297)

Deprecation

IAM
  • deprecate iam_service_id and profile_id while creation of policies (6345)

Bug Fixes

Cloud Internet Services
  • update error toolchain changes for cis (6300)
Dns Services
  • update error toolchain changes for dns services (6289)
IAM
  • Fix build failure issues (6367)
  • Fixed documentation on access management templates (6298)
Key Management
  • fix KMS example code and typos (6337)
Logs
  • fix dashboard panic (6374)
Power Systems
  • [Resource] [Datasource] Replace SSH Key API with new API (6375)
  • Remove dhcp option and fix arp-broadcast bug (6380)
Directlink
  • update error toolchain changes for direct link (6272)
Transit Gateway
  • update error toolchain changes for transit gateway (6274)
VPC Infrastructure
  • Added an empty check on allowed_use for is_instance (6381)
  • handle nil pointer in VPN server route deletion wait (6369)
  • is_lb docs for failsafe_policy_actions (6393)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.55.1

Compare Source

Bug Fixes

v3.55.0

Compare Source

Features

v3.54.7

Compare Source

Bug Fixes
  • The default value of existing_resource_group_name is now null, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#​766) (24224bf)

v3.54.6

Compare Source

Bug Fixes

v3.54.5

Compare Source

Bug Fixes
  • added regex validation to the DA for prefix, existing_kms_instance_crn, existing_cluster_kms_key_crn and existing_boot_volume_kms_key_crn inputs (#​751) (f94351d)

v3.54.4

Compare Source

Bug Fixes
  • add api key variable to the catalog validation json (#​759) (cb76a6f)

v3.54.3

Compare Source

Bug Fixes

v3.54.2

Compare Source

Bug Fixes

v3.54.1

Compare Source

Bug Fixes

v3.54.0

Compare Source

Features

v3.53.4

Compare Source

Bug Fixes
  • Make disable_public_endpoint a required input exposed to the DA (#​749) (56e8b79)

v3.53.3

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.14 (#​748) (2ffe7e0)

v3.53.2

Compare Source

Bug Fixes

v3.53.1

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)

v1.3.0

Compare Source

Features
  • Add support to return default resource group details (#​728) (15e69d7)
terraform-ibm-modules/terraform-ibm-secrets-manager-private-cert-engine (terraform-ibm-modules/secrets-manager-private-cert-engine/ibm)

v1.6.6

Compare Source

Bug Fixes

v1.6.5

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-secrets-manager-private-cert (terraform-ibm-modules/secrets-manager-private-cert/ibm)

v1.4.4

Compare Source

Bug Fixes

v1.4.3

Compare Source

Bug Fixes

v1.4.2

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-secrets-manager-public-cert-engine (terraform-ibm-modules/secrets-manager-public-cert-engine/ibm)

v1.1.9

Compare Source

Bug Fixes

v1.1.8

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-secrets-manager-public-cert (terraform-ibm-modules/secrets-manager-public-cert/ibm)

v1.4.0

Compare Source

Features
  • Added functionality to include metadata and labels for public certifciates (#​233) (f102a16)
terraform-ibm-modules/terraform-ibm-secrets-manager-secret-group (terraform-ibm-modules/secrets-manager-secret-group/ibm)

v1.3.13

Compare Source

Bug Fixes

v1.3.12

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-vpe-gateway (terraform-ibm-modules/vpe-gateway/ibm)

v4.7.5

Compare Source

Bug Fixes

v4.7.4

Compare Source

Bug Fixes

v4.7.3

Compare Source

Bug Fixes
  • deps: bump provider to 1.81.1 (#​684)
    - fixes in provider to resolve issue with multiple VPE gateways in parallel (dfa789b)

v4.7.2

Compare Source

Bug Fixes
  • The default value of existing_resource_group_name is now null, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#​685) (ee24c53)

v4.7.1

Compare Source

Bug Fixes
  • The default value of existing_resource_group_name is now null, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#​683) (b6fb3bd)

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
Copy link
Member Author

/run pipeline

@vbontempi
Copy link
Member Author

/run pipeline

@daniel-butler-irl daniel-butler-irl merged commit a64229c into main Aug 18, 2025
2 checks passed
@daniel-butler-irl daniel-butler-irl deleted the fix_renovate branch August 18, 2025 16:08
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 2.2.2 🎉

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.

4 participants