Skip to content

Conversation

MatthewLemmond
Copy link
Member

@MatthewLemmond MatthewLemmond commented Aug 26, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/stretchr/testify v1.10.0 -> v1.11.0 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.51.1 -> v1.59.1 age confidence require minor
go (source) 1.24.4 -> 1.25.0 age confidence toolchain minor
ibm (source) 1.81.0 -> 1.81.1 age confidence required_provider patch
terraform-ibm-modules/cbr/ibm (source) 1.32.6 -> 1.33.0 age confidence module minor
terraform-ibm-modules/trusted-profile/ibm (source) 2.3.1 -> 3.1.1 age confidence module major

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

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

v1.59.1

Compare Source

Bug Fixes

v1.59.0

Compare Source

Features
  • improve addon test dependency tree resolution (#​1020)
    - Fixes the dependecy tree resolution
    - added the ability to skip ceritan permutaion test combinations
    - simplified some code paths (3520879)

v1.58.12

Compare Source

Bug Fixes

v1.58.11

Compare Source

Bug Fixes

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

v1.57.1

Compare Source

Bug Fixes

v1.57.0

Compare Source

Features
  • Implement dependency permutation testing framework and enhance logging features (#​1000) (4a5d4af)

v1.56.1

Compare Source

Bug Fixes

v1.56.0

Compare Source

Features

v1.55.7

Compare Source

Bug Fixes
  • Enhance error handling for nil configuration fields in catalog and icd processing (#​997) (bba698e)

v1.55.6

Compare Source

Bug Fixes

v1.55.5

Compare Source

Bug Fixes
  • remove some optimisation that introduced a bug (#​993)
    - enhanced addon dependency visualization with comprehensive tree structure and circular reference detection (517dd93)

v1.55.4

Compare Source

Bug Fixes
  • optimize dependency processing logic by catalog api (#​992)
    - ensure required dependencies are always processed and stop processing disabled branches (360f721)

v1.55.3

Compare Source

Bug Fixes

v1.55.2

Compare Source

Bug Fixes
  • Implement staggered testing to prevent rate limiting in parallel addon tests (#​988) (0fb548e)

v1.55.1

Compare Source

Bug Fixes

v1.55.0

Compare Source

Features

v1.54.2

Compare Source

Bug Fixes

v1.54.1

Compare Source

Bug Fixes
  • do not skip validation if infra deploy is disabled (#​980) (3eab311)

v1.54.0

Compare Source

Features

v1.53.4

Compare Source

Bug Fixes

v1.53.3

Compare Source

Bug Fixes

v1.53.2

Compare Source

Bug Fixes

v1.53.1

Compare Source

Bug Fixes

v1.53.0

Compare Source

Features
  • schematics test input var validation for undeclared variables (#​973)
    - added new schematics test for input variables, to alert that variables are being used in test that are not present in the solution (8bdc717)

v1.52.1

Compare Source

Bug Fixes
  • Add option to skip infrastructure deployment in addon tests (#​975) (4d4c815)

v1.52.0

Compare Source

Features
  • Validation of Expected Dependencies in Addons Testing (#​966) (ecce09a)
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)
terraform-ibm-modules/terraform-ibm-cbr (terraform-ibm-modules/cbr/ibm)

v1.33.0

Compare Source

Features
  • updated fscloud submodule to support required flows for SCC Workload Protection service (#​691) (a9da081)

v1.32.7

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-trusted-profile (terraform-ibm-modules/trusted-profile/ibm)

v3.1.1

Compare Source

Bug Fixes
  • deps: update required ibm provider version to >= 1.79.1, < 2.0.0 (#​193) (4baead8)

v3.1.0

Compare Source

Features
  • Updates to trusted-profile-template submodule:
    - identity_crn input has been changed to identities and now supports all identitiy types: user, serviceid and crn. Its also now optional to pass any idenitify.
    - Added support to assign trusted profile template to single accounts using new input account_ids_to_assign (#​189) (d0f234e)

v3.0.0

Compare Source

(#​181) (07e3a80)

Bug Fixes
  • added a fix to prevent resources getting destroyed when a trusted profile name is being renamed
    • trusted_profile_policies now has a required attribute called unique_identifier which must have a unique value per policy. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.
    • trusted_profile_claim_rules now has a required attribute called unique_identifier which must have a unique value per claim rule. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.
    • trusted_profile_links now has a required attribute calledunique_identifier` which must have a unique value per profile link. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.
BREAKING CHANGES
  • If upgrading from a previous version, you can prevent resources from being recreated if you use the correct value for the new unique_identifier attribute. For example, if you used the following value for trusted profile name: trusted_profile_name = "my-profile" you should use the following naming conventions:
Trusted profile policies
trusted_profile_policies = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
Trusted profile policies
trusted_profile_claim_rules = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
Trusted profile links
trusted_profile_links = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]

In addition, these changes include adding and exposing the trusted_profile_unique_identifier variable.

Fixes errors seen in #366

This PR contains the following updates:

| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [github.com/stretchr/testify](https://redirect.github.com/stretchr/testify) | `v1.10.0` -> `v1.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fstretchr%2ftestify/v1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fstretchr%2ftestify/v1.10.0/v1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor |
| [github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper) | `v1.51.1` -> `v1.59.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fterraform-ibm-modules%2fibmcloud-terratest-wrapper/v1.59.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fterraform-ibm-modules%2fibmcloud-terratest-wrapper/v1.51.1/v1.59.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor |
| [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | `1.24.4` -> `1.25.0` | [![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.24.4/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | toolchain | minor |
| [ibm](https://registry.terraform.io/providers/ibm-cloud/ibm) ([source](https://redirect.github.com/IBM-Cloud/terraform-provider-ibm)) | `1.81.0` -> `1.81.1` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/ibm-cloud%2fibm/1.81.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/ibm-cloud%2fibm/1.81.0/1.81.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | required_provider | patch |
| [terraform-ibm-modules/cbr/ibm](https://registry.terraform.io/modules/terraform-ibm-modules/cbr/ibm) ([source](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-cbr)) | `1.32.6` -> `1.33.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-module/terraform-ibm-modules%2fcbr%2fibm/1.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-module/terraform-ibm-modules%2fcbr%2fibm/1.32.6/1.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | module | minor |
| [terraform-ibm-modules/trusted-profile/ibm](https://registry.terraform.io/modules/terraform-ibm-modules/trusted-profile/ibm) ([source](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile)) | `2.3.1` -> `3.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-module/terraform-ibm-modules%2ftrusted-profile%2fibm/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-module/terraform-ibm-modules%2ftrusted-profile%2fibm/2.3.1/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | module | major |

---

<details>
<summary>stretchr/testify (github.com/stretchr/testify)</summary>

[Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.10.0...v1.11.0)

v1.11.0 Includes a number of performance improvements.

- Call stack perf change for CallerInfo by [@&#8203;mikeauclair](https://redirect.github.com/mikeauclair) in [#&#8203;1614](https://redirect.github.com/stretchr/testify/pull/1614)
- Lazily render mock diff output on successful match by [@&#8203;mikeauclair](https://redirect.github.com/mikeauclair) in [#&#8203;1615](https://redirect.github.com/stretchr/testify/pull/1615)
- assert: check early in Eventually, EventuallyWithT, and Never by [@&#8203;cszczepaniak](https://redirect.github.com/cszczepaniak) in [#&#8203;1427](https://redirect.github.com/stretchr/testify/pull/1427)
- assert: add IsNotType by [@&#8203;bartventer](https://redirect.github.com/bartventer) in [#&#8203;1730](https://redirect.github.com/stretchr/testify/pull/1730)
- assert.JSONEq: shortcut if same strings by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1754](https://redirect.github.com/stretchr/testify/pull/1754)
- assert.YAMLEq: shortcut if same strings by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1755](https://redirect.github.com/stretchr/testify/pull/1755)
- assert: faster and simpler isEmpty using reflect.Value.IsZero by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1761](https://redirect.github.com/stretchr/testify/pull/1761)
- suite: faster methods filtering (internal refactor) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1758](https://redirect.github.com/stretchr/testify/pull/1758)

- assert.ErrorAs: log target type by [@&#8203;craig65535](https://redirect.github.com/craig65535) in [#&#8203;1345](https://redirect.github.com/stretchr/testify/pull/1345)
- Fix failure message formatting for Positive and Negative asserts in [#&#8203;1062](https://redirect.github.com/stretchr/testify/pull/1062)
- Improve ErrorIs message when error is nil but an error was expected by [@&#8203;tsioftas](https://redirect.github.com/tsioftas) in [#&#8203;1681](https://redirect.github.com/stretchr/testify/pull/1681)
- fix Subset/NotSubset when calling with mixed input types by [@&#8203;siliconbrain](https://redirect.github.com/siliconbrain) in [#&#8203;1729](https://redirect.github.com/stretchr/testify/pull/1729)
- Improve ErrorAs failure message when error is nil by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1734](https://redirect.github.com/stretchr/testify/pull/1734)
- mock.AssertNumberOfCalls: improve error msg by [@&#8203;3scalation](https://redirect.github.com/3scalation) in [#&#8203;1743](https://redirect.github.com/stretchr/testify/pull/1743)

- docs: Fix typo in README by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1688](https://redirect.github.com/stretchr/testify/pull/1688)
- Replace deprecated io/ioutil with io and os by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1684](https://redirect.github.com/stretchr/testify/pull/1684)
- Document consequences of calling t.FailNow() by [@&#8203;greg0ire](https://redirect.github.com/greg0ire) in [#&#8203;1710](https://redirect.github.com/stretchr/testify/pull/1710)
- chore: update docs for Unset [#&#8203;1621](https://redirect.github.com/stretchr/testify/issues/1621) by [@&#8203;techfg](https://redirect.github.com/techfg) in [#&#8203;1709](https://redirect.github.com/stretchr/testify/pull/1709)
- README: apply gofmt to examples by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1687](https://redirect.github.com/stretchr/testify/pull/1687)
- refactor: use %q and %T to simplify fmt.Sprintf by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1674](https://redirect.github.com/stretchr/testify/pull/1674)
- Propose Christophe Colombier (ccoVeille) as approver by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1716](https://redirect.github.com/stretchr/testify/pull/1716)
- Update documentation for the Error function in assert or require package by [@&#8203;architagr](https://redirect.github.com/architagr) in [#&#8203;1675](https://redirect.github.com/stretchr/testify/pull/1675)
- assert: remove deprecated build constraints by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1671](https://redirect.github.com/stretchr/testify/pull/1671)
- assert: apply gofumpt to internal test suite by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1739](https://redirect.github.com/stretchr/testify/pull/1739)
- CI: fix shebang in .ci.\*.sh scripts by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1746](https://redirect.github.com/stretchr/testify/pull/1746)
- assert,require: enable parallel testing on (almost) all top tests by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1747](https://redirect.github.com/stretchr/testify/pull/1747)
- suite.Passed: add one more status test report by [@&#8203;Ararsa-Derese](https://redirect.github.com/Ararsa-Derese) in [#&#8203;1706](https://redirect.github.com/stretchr/testify/pull/1706)
- Add Helper() method in internal mocks and assert.CollectT by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1423](https://redirect.github.com/stretchr/testify/pull/1423)
- assert.Same/NotSame: improve usage of Sprintf by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1742](https://redirect.github.com/stretchr/testify/pull/1742)
- mock: enable parallel testing on internal testsuite by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1756](https://redirect.github.com/stretchr/testify/pull/1756)
- suite: cleanup use of 'testing' internals at runtime by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1751](https://redirect.github.com/stretchr/testify/pull/1751)
- assert: check test failure message for Empty and NotEmpty  by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1745](https://redirect.github.com/stretchr/testify/pull/1745)
- deps: fix dependency cycle with objx (again) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1567](https://redirect.github.com/stretchr/testify/pull/1567)
- assert.Empty: comprehensive doc of "Empty"-ness rules by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1753](https://redirect.github.com/stretchr/testify/pull/1753)
- doc: improve godoc of top level 'testify' package by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1760](https://redirect.github.com/stretchr/testify/pull/1760)
- assert.ErrorAs: simplify retrieving the type name by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1740](https://redirect.github.com/stretchr/testify/pull/1740)
- assert.EqualValues: improve test coverage to 100% by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1763](https://redirect.github.com/stretchr/testify/pull/1763)
- suite.Run: simplify running of Setup/TeardownSuite by [@&#8203;renzoarreaza](https://redirect.github.com/renzoarreaza) in [#&#8203;1769](https://redirect.github.com/stretchr/testify/pull/1769)
- assert.CallerInfo: micro optimization by using LastIndexByte by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1767](https://redirect.github.com/stretchr/testify/pull/1767)
- assert.CallerInfo: micro cleanup by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1768](https://redirect.github.com/stretchr/testify/pull/1768)
- assert: refactor Test*FileExists and Test*DirExists tests to enable parallel testing by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1766](https://redirect.github.com/stretchr/testify/pull/1766)
- suite.Run: refactor handling of stats for improved readability by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1764](https://redirect.github.com/stretchr/testify/pull/1764)
- tests: improve captureTestingT helper by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1741](https://redirect.github.com/stretchr/testify/pull/1741)
- build(deps): bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1778](https://redirect.github.com/stretchr/testify/pull/1778)

- [@&#8203;greg0ire](https://redirect.github.com/greg0ire) made their first contribution in [#&#8203;1710](https://redirect.github.com/stretchr/testify/pull/1710)
- [@&#8203;techfg](https://redirect.github.com/techfg) made their first contribution in [#&#8203;1709](https://redirect.github.com/stretchr/testify/pull/1709)
- [@&#8203;mikeauclair](https://redirect.github.com/mikeauclair) made their first contribution in [#&#8203;1614](https://redirect.github.com/stretchr/testify/pull/1614)
- [@&#8203;cszczepaniak](https://redirect.github.com/cszczepaniak) made their first contribution in [#&#8203;1427](https://redirect.github.com/stretchr/testify/pull/1427)
- [@&#8203;architagr](https://redirect.github.com/architagr) made their first contribution in [#&#8203;1675](https://redirect.github.com/stretchr/testify/pull/1675)
- [@&#8203;tsioftas](https://redirect.github.com/tsioftas) made their first contribution in [#&#8203;1681](https://redirect.github.com/stretchr/testify/pull/1681)
- [@&#8203;siliconbrain](https://redirect.github.com/siliconbrain) made their first contribution in [#&#8203;1729](https://redirect.github.com/stretchr/testify/pull/1729)
- [@&#8203;bartventer](https://redirect.github.com/bartventer) made their first contribution in [#&#8203;1730](https://redirect.github.com/stretchr/testify/pull/1730)
- [@&#8203;Ararsa-Derese](https://redirect.github.com/Ararsa-Derese) made their first contribution in [#&#8203;1706](https://redirect.github.com/stretchr/testify/pull/1706)
- [@&#8203;renzoarreaza](https://redirect.github.com/renzoarreaza) made their first contribution in [#&#8203;1769](https://redirect.github.com/stretchr/testify/pull/1769)
- [@&#8203;3scalation](https://redirect.github.com/3scalation) made their first contribution in [#&#8203;1743](https://redirect.github.com/stretchr/testify/pull/1743)

**Full Changelog**: <stretchr/testify@v1.10.0...v1.11.0>

</details>

<details>
<summary>terraform-ibm-modules/ibmcloud-terratest-wrapper (github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper)</summary>

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.59.0...v1.59.1)

- **deps:** update dependencies ([#&#8203;1021](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1021)) ([2521c4d](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/2521c4d044df93489026896302567bcaca6b42e1))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.12...v1.59.0)

- improve addon test dependency tree resolution ([#&#8203;1020](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1020)) <br> - Fixes the dependecy tree resolution<br> - added the ability to skip ceritan permutaion test combinations<br> - simplified some code paths ([3520879](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/3520879423fa4676fb5423aa806570497cb3af5c))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.11...v1.58.12)

- Enhance logging and dependency processing ([#&#8203;1019](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1019)) ([0d01cdd](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/0d01cdd1ddf145a7f7c51c5dce8d099125c02087))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.10...v1.58.11)

- **deps:** update dependencies ([#&#8203;1018](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1018)) ([e55d50c](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/e55d50cf0d56361139bea3c35511d0e11ed5713c))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.9...v1.58.10)

- **deps:** update module github.com/go-openapi/errors to v0.22.2 ([#&#8203;1017](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1017)) ([5f41ba3](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/5f41ba34d9d3db1fcd05f3176e12c80f62f059e3))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.8...v1.58.9)

- **deps:** update dependencies ([#&#8203;1016](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1016)) ([7363154](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/736315428dc568df923ee72f39839439a8c76be5))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.7...v1.58.8)

- update CatalogJson and CatalogInput structs to use omitempty and interface{} for options ([#&#8203;1014](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1014)) ([a8b0d01](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/a8b0d0101b5f178f507245dab18db33765da30e6))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.6...v1.58.7)

- filter out files with no diff content in all environments ([#&#8203;1013](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1013)) ([f53cb0d](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/f53cb0d150a2f70a8f3f853be924c87b52d324ed))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.5...v1.58.6)

- simplify dependency detection by adding support for local ibm\_catalog.json parsing ([#&#8203;1012](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1012)) ([6e173fc](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/6e173fc2f41201a4bd1e90393f21f639d9ca77a1))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.4...v1.58.5)

- Add IsRunningInCI function and enhance local change checks in test setup ([#&#8203;1009](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1009)) ([bb3411f](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/bb3411f617403676ae7d065647402a2798e11679))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.3...v1.58.4)

- Add GetFileDiff function to retrieve file diffs and enhance error reporting in test setup ([#&#8203;1008](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1008)) ([919a6e6](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/919a6e6ce38145dbb0afa6480344ce8c1ce69f82))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.2...v1.58.3)

- Resolve circular dependency detection issues and improve documentation ([#&#8203;1007](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1007)) ([13228b8](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/13228b86e689190d7358f755b88568f1b343a5f6))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.1...v1.58.2)

- **deps:** update gomod ([#&#8203;1005](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1005)) ([5ad6537](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/5ad6537b8309008618c99a597408b9abdf13e2be))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.58.0...v1.58.1)

- Report fix and improve summary and refactor ([#&#8203;1003](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1003)) ([df7c9bc](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/df7c9bcc8426896cbad924e768e7014840ce975e))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.57.1...v1.58.0)

- add Permutation report ([#&#8203;1002](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1002)) ([d5c773d](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/d5c773dcd27a29c2cc05cff08715895f0bdbd77e))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.57.0...v1.57.1)

- Improve logging ([#&#8203;1001](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1001)) ([8f97b57](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/8f97b573fcc5232d46fd6c2efd3a2ce7d0e461fd))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.56.1...v1.57.0)

- Implement dependency permutation testing framework and enhance logging features ([#&#8203;1000](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/1000)) ([4a5d4af](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/4a5d4af3708f72fab81315849af1ef4f9b095ea0))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.56.0...v1.56.1)

- **deps:** update gomod ([#&#8203;989](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/989)) ([aca5345](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/aca5345b53ea0480f221f70bb3fc6eaf370d60a9))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.55.7...v1.56.0)

- add functions to create/delete resource groups ([#&#8203;999](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/999)) ([96643e7](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/96643e7208068e951bb0901947b606441f62edcd))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.55.6...v1.55.7)

- Enhance error handling for nil configuration fields in catalog and icd processing ([#&#8203;997](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/997)) ([bba698e](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/bba698ed610b963747cb57c7b39b8994de0e4666))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.55.5...v1.55.6)

- Fix dep bug ([#&#8203;996](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/996)) ([e0b74e0](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/e0b74e0b0650974b5411d5786867d180183e9dee))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.55.4...v1.55.5)

- remove some optimisation that introduced a bug ([#&#8203;993](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/993)) <br> - enhanced addon dependency visualization with comprehensive tree structure and circular reference detection ([517dd93](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/517dd937a37409c5fedb5762299eb037ad87c92b))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.55.3...v1.55.4)

- optimize dependency processing logic by catalog api ([#&#8203;992](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/992))<br> - ensure required dependencies are always processed and stop processing disabled branches ([360f721](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/360f721b6021df9563e4e1b2d56f693d0a57d133))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.55.2...v1.55.3)

- url encode offering branch name ([#&#8203;991](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/991)) ([611effe](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/611effe2f3a97d4823d41570c1bdff082b413616))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.55.1...v1.55.2)

- Implement staggered testing to prevent rate limiting in parallel addon tests ([#&#8203;988](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/988)) ([0fb548e](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/0fb548e08198fc8cda2fe4b708bf2bc611ad4237))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.55.0...v1.55.1)

- ci branch detection ([#&#8203;987](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/987)) ([c942b63](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/c942b6335aaedee2b7ee75bb7214f64886d2801b))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.54.2...v1.55.0)

- Use single catalog across tests([#&#8203;984](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/984)) ([8981f72](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/8981f72e42a516a63d90ce19152a9271f0dbf94e))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.54.1...v1.54.2)

- control random hash length for prefix ([#&#8203;983](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/983)) ([de13c38](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/de13c3865d6d3c903dd21ae0354277fed1dcf860))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.54.0...v1.54.1)

- do not skip validation if infra deploy is disabled ([#&#8203;980](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/980)) ([3eab311](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/3eab311f53d4326ebc3b82ce52339ba4df18a180))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.53.4...v1.54.0)

- update docs ([#&#8203;979](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/979)) ([2d2675a](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/2d2675a5ed455ec78222093966ae0daa7b06987a))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.53.3...v1.53.4)

- Add default local ignores ([#&#8203;978](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/978)) ([376dffc](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/376dffccd7c2d927c17cca9785adfbd739917b28))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.53.2...v1.53.3)

- Improve ref resolver ([#&#8203;977](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/977)) ([27b3ea5](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/27b3ea525d86dd6c069981a7a8691219f6942d40)), closes [#&#8203;976](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/976)

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.53.1...v1.53.2)

- **deps:** update golang.org/x/net to v0.41.0 ([#&#8203;976](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/976)) ([556f019](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/556f0191c0b4ed1aa0e7c220f0028df8cb3e1071))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.53.0...v1.53.1)

- **deps:** update gomod ([#&#8203;968](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/968)) ([a76b57a](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/a76b57aa3884dcc4e079f5287a9730a505a2d040))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.52.1...v1.53.0)

- schematics test input var validation for undeclared variables ([#&#8203;973](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/973))<br> - added new schematics test for input variables, to alert that variables are being used in test that are not present in the solution ([8bdc717](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/8bdc71770ced3800b25ca10a3738113b2f6ed4f1))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.52.0...v1.52.1)

- Add option to skip infrastructure deployment in addon tests ([#&#8203;975](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/975)) ([4d4c815](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/4d4c8152a8f281f5f52adec9b813945e948c5977))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/compare/v1.51.1...v1.52.0)

- Validation of Expected Dependencies in Addons Testing ([#&#8203;966](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/issues/966)) ([ecce09a](https://redirect.github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/commit/ecce09a5a6d2a2a10096f94c718b9e7bd2da655b))

</details>

<details>
<summary>IBM-Cloud/terraform-provider-ibm (ibm)</summary>

[Compare Source](https://redirect.github.com/IBM-Cloud/terraform-provider-ibm/compare/v1.81.0...v1.81.1)

- bypassing scc refresh after deprecation ([6401](https://redirect.github.com/IBM-Cloud/terraform-provider-ibm/pull/6401))

- prevent 409 errors in is\_virtual\_endpoint\_gateway by locking on VPC ID during create ([6378](https://redirect.github.com/IBM-Cloud/terraform-provider-ibm/pull/6378))

</details>

<details>
<summary>terraform-ibm-modules/terraform-ibm-cbr (terraform-ibm-modules/cbr/ibm)</summary>

[Compare Source](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-cbr/compare/v1.32.7...v1.33.0)

- updated fscloud submodule to support required flows for SCC Workload Protection service ([#&#8203;691](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-cbr/issues/691)) ([a9da081](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-cbr/commit/a9da081f6f0bdc62bdf48c648c7c31aeaf67c6cb))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-cbr/compare/v1.32.6...v1.32.7)

- **deps:** update dependencies ([#&#8203;709](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-cbr/issues/709)) ([6cfc6f7](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-cbr/commit/6cfc6f777a69a2bd158ee4177c7039c1448ad47e))

</details>

<details>
<summary>terraform-ibm-modules/terraform-ibm-trusted-profile (terraform-ibm-modules/trusted-profile/ibm)</summary>

[Compare Source](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/compare/v3.1.0...v3.1.1)

- **deps:** update required ibm provider version to `>= 1.79.1, < 2.0.0` ([#&#8203;193](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/issues/193)) ([4baead8](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/commit/4baead87b6673ed2f96fa5e6403ad730c4b9f8f7))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/compare/v3.0.0...v3.1.0)

- Updates to `trusted-profile-template` submodule:<br>- `identity_crn` input has been changed to `identities` and now supports all identitiy types: `user`, `serviceid` and `crn`. Its also now optional to pass any idenitify.<br>- Added support to assign trusted profile template to single accounts using new input `account_ids_to_assign` ([#&#8203;189](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/issues/189)) ([d0f234e](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/commit/d0f234e4b992f79167bb83429a8f201b13057471))

[Compare Source](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/compare/v2.3.1...v3.0.0)

([#&#8203;181](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/issues/181)) ([07e3a80](https://redirect.github.com/terraform-ibm-modules/terraform-ibm-trusted-profile/commit/07e3a8053e14397731d17b4f377024a0e1a37617))

- added a fix to prevent resources getting destroyed when a trusted profile name is being renamed
  - `trusted_profile_policies` now has a required attribute called `unique_identifier` which must have a unique value per policy. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.
  - `trusted_profile_claim_rules` now has a required attribute called `unique_identifier` which must have a unique value per claim rule. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.
  - `trusted_profile_links` `now has a required attribute called`unique\_identifier\` which must have a unique value per profile link. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.

- If upgrading from a previous version, you can prevent resources from being recreated if you use the correct value for the new `unique_identifier` attribute. For example, if you used the following value for trusted profile name: `trusted_profile_name = "my-profile"` you should use the following naming conventions:

```
trusted_profile_policies = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
```

```
trusted_profile_claim_rules = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
```

```
trusted_profile_links = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
```

</details>

---

In addition, these changes add the `trusted_profile_unique_identifier` variable and expose in the DA
@MatthewLemmond
Copy link
Member Author

/run pipeline

@MatthewLemmond
Copy link
Member Author

/run pipeline

@MatthewLemmond
Copy link
Member Author

/run pipeline

@MatthewLemmond
Copy link
Member Author

/run pipeline

@MatthewLemmond
Copy link
Member Author

/run pipeline

@MatthewLemmond
Copy link
Member Author

/run pipeline

@MatthewLemmond
Copy link
Member Author

Spoke with @toddgiguere about the trusted_profile_unique_identifier addition and we agreed that this is not something that is needed in the DA as that is more of a module-level concern and the acct-infra-base module only ever creates 1 trusted profile policy so we are deliberately not exposing this variable in the DA.

@MatthewLemmond
Copy link
Member Author

/run pipeline

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

Successfully merging this pull request may close these issues.

2 participants