Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Oct 5, 2024

This PR contains the following updates:

Package Type Update Change
common-dev-assets digest 45f17e6 -> 0e47f01
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper require minor v1.39.7 -> v1.55.2
go (source) toolchain minor 1.23.2 -> 1.24.4
terraform-ibm-modules/common-pipeline-assets action patch v1.22.4 -> v1.22.5

Release Notes

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

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

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

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

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)

v1.51.1

Compare Source

Bug Fixes
  • deps: update module github.com/ibm/platform-services-go-sdk to v0.82.0 (#​963) (8e25b30)

v1.51.0

Compare Source

Features

v1.50.1

Compare Source

Bug Fixes

v1.50.0

Compare Source

Features
  • add public TestTearDown method to testschematics package (#​958) (b023477)

v1.49.4

Compare Source

Bug Fixes

v1.49.3

Compare Source

Bug Fixes

v1.49.2

Compare Source

Bug Fixes

v1.49.1

Compare Source

Bug Fixes

v1.49.0

Compare Source

Features

v1.48.3

Compare Source

Bug Fixes

v1.48.2

Compare Source

Bug Fixes
  • deps: update module golang.org/x/crypto to v0.37.0 (#​945) (61e7625)

v1.48.1

Compare Source

Bug Fixes

v1.48.0

Compare Source

Features
  • added test routines for catalog add-ons da structures (#​942) (925965e)

v1.47.1

Compare Source

Bug Fixes

v1.47.0

Compare Source

Features
  • Add function to check if there are local git changes not yet pushed (#​934) (6a118a4)

v1.46.6

Compare Source

Bug Fixes

v1.46.5

Compare Source

Bug Fixes

v1.46.4

Compare Source

Bug Fixes

v1.46.3

Compare Source

Bug Fixes

v1.46.2

Compare Source

Bug Fixes

v1.46.1

Compare Source

Bug Fixes

v1.46.0

Compare Source

Features
  • added Schematic test hooks and outputs (#​919)
    - Added Pre and Post Apply and Destroy hooks to the testschematic options
    - Added LastTestTerraformOutputs to testschematic options struct and set after each apply step (5ac1bec)

v1.45.2

Compare Source

Bug Fixes

v1.45.1

Compare Source

Bug Fixes

v1.45.0

Compare Source

Features
  • add new function to delete reclamation instances using CRN (#​914) (8c35ed6)

v1.44.0

Compare Source

Features
  • ability to set value of the API_DATA_IS_SENSITIVE environment variable (#​915) (838f9d6)

v1.43.0

Compare Source

Features
  • add option for an upgrade test using schematics (#​913)
    - Added new upgrade test feature, implemented by a new function testschematic.RunSchematicUpgradeTest()
    - added new options to testschematic.TestSchematicOptions to configure and support new upgrade functionality (a50d580)

v1.42.10

Compare Source

Bug Fixes

v1.42.9

Compare Source

Bug Fixes
  • deps: update module github.com/go-git/go-git/v5 to v5.13.1 (#​909) (df0ded1)

v1.42.8

Compare Source

Bug Fixes
  • deps: update module github.com/go-git/go-git/v5 to v5.13.0 (#​908) (94d589b)

v1.42.7

Compare Source

Bug Fixes
  • deps: update module github.com/ibm/vpc-go-sdk to v0.64.0 (#​906) (1d061e2)

v1.42.6

Compare Source

Bug Fixes
  • deps: update module github.com/gruntwork-io/terratest to v0.48.1 (#​905) (511dc17)

v1.42.5

Compare Source

Bug Fixes

v1.42.4

Compare Source

Bug Fixes

v1.42.3

Compare Source

Bug Fixes
  • deps: update module github.com/ibm/platform-services-go-sdk to v0.72.0 (#​901) (6b14632)

v1.42.2

Compare Source

Bug Fixes
  • deps: update module github.com/stretchr/testify to v1.10.0 (#​900) (f0ad88c)

v1.42.1

Compare Source

Bug Fixes

v1.42.0

Compare Source

Features

v1.41.5

Compare Source

Bug Fixes
  • deps: update module github.com/ibm/vpc-go-sdk to v0.62.0 (#​896) (f84c9e7)

v1.41.4

Compare Source

Bug Fixes

v1.41.3

Compare Source

Bug Fixes

v1.41.2

Compare Source

Bug Fixes

v1.41.1

Compare Source

Bug Fixes

v1.41.0

Compare Source

Features
  • Increase default stack poll time to 60sec and expose as option (#​883) (b31c896)

v1.40.4

Compare Source

Bug Fixes

v1.40.3

Compare Source

Bug Fixes

v1.40.2

Compare Source

Bug Fixes

v1.40.1

Compare Source

Bug Fixes

v1.40.0

Compare Source

Features
  • This update will allow correct overrides. Stack definitions inputs get overridden by catalog inputs which get overridden by test inputs. If no catalog product is specified we select the first one in the catalog.json. If no flavor is specified we select the first one in the catalog.json.

    Existing stack tests may need to be updated if CatalogProductName and CatalogFlavorName are not set as it will default to the first of each in the catalog json for the default values. (#​877) (f28d49f)
terraform-ibm-modules/common-pipeline-assets (terraform-ibm-modules/common-pipeline-assets)

v1.22.5

Compare Source

Bug Fixes
  • removed support for passing MZ_INGESTION_KEY env var to the pipeline (#​734) (cb9de3b)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title chore(deps): update common-dev-assets digest to 41d5196 chore(deps): update common-dev-assets digest to d58f089 Oct 6, 2024
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title chore(deps): update common-dev-assets digest to d58f089 chore(deps): update ci dependencies Oct 11, 2024
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops
Copy link
Contributor Author

ℹ Artifact update notice

File name: tests/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 25 additional dependencies were updated

Details:

Package Change
github.com/IBM-Cloud/power-go-client v1.8.1 -> v1.11.0
github.com/IBM/cloud-databases-go-sdk v0.7.0 -> v0.8.0
github.com/IBM/go-sdk-core/v5 v5.17.5 -> v5.20.1
github.com/IBM/platform-services-go-sdk v0.69.1 -> v0.83.2
github.com/IBM/schematics-go-sdk v0.3.0 -> v0.4.0
github.com/IBM/vpc-go-sdk v0.59.0 -> v0.68.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.4.1
github.com/gabriel-vasile/mimetype v1.4.3 -> v1.4.9
github.com/go-git/go-billy/v5 v5.5.0 -> v5.6.2
github.com/go-git/go-git/v5 v5.12.0 -> v5.16.2
github.com/go-logr/logr v1.3.0 -> v1.4.2
github.com/go-openapi/errors v0.22.0 -> v0.22.1
github.com/go-playground/validator/v10 v10.19.0 -> v10.26.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/gruntwork-io/terratest v0.47.2 -> v0.50.0
github.com/pjbgf/sha1cd v0.3.0 -> v0.3.2
github.com/skeema/knownhosts v1.2.2 -> v1.3.1
go.mongodb.org/mongo-driver v1.14.0 -> v1.17.3
go.opentelemetry.io/otel v1.16.0 -> v1.29.0
go.opentelemetry.io/otel/metric v1.16.0 -> v1.29.0
go.opentelemetry.io/otel/trace v1.16.0 -> v1.29.0
golang.org/x/crypto v0.28.0 -> v0.39.0
golang.org/x/net v0.25.0 -> v0.41.0

@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

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

Successfully merging this pull request may close these issues.

2 participants