Skip to content

Commit

Permalink
chore(deps): update ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 23, 2023
1 parent 789a389 commit 58c2825
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 335 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
call-terraform-release-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.14.0
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.17.0
secrets: inherit
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ You need the following permissions to run this module.
- [ Example with SLZ default values](examples/slz)
<!-- END EXAMPLES HOOK -->
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
### Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.53.0 |

## Modules
### Modules

| Name | Source | Version |
|------|--------|---------|
Expand All @@ -93,11 +93,11 @@ You need the following permissions to run this module.
| <a name="module_key_protect_key_rings"></a> [key\_protect\_key\_rings](#module\_key\_protect\_key\_rings) | git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-key-ring.git | v2.0.1 |
| <a name="module_key_protect_keys"></a> [key\_protect\_keys](#module\_key\_protect\_keys) | git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-key.git | v1.0.3 |

## Resources
### Resources

No resources.

## Inputs
### Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
Expand All @@ -122,7 +122,7 @@ No resources.
| <a name="input_rotation_enabled"></a> [rotation\_enabled](#input\_rotation\_enabled) | If set to true, Key Protect enables a rotation policy on the Key Protect instance. | `bool` | `true` | no |
| <a name="input_rotation_interval_month"></a> [rotation\_interval\_month](#input\_rotation\_interval\_month) | Specifies the key rotation time interval in months. Must be between 1 and 12 inclusive. | `number` | `1` | no |

## Outputs
### Outputs

| Name | Description |
|------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion common-dev-assets
Submodule common-dev-assets updated 57 files
+9 −1 .gitignore
+0 −1 Brewfile
+2 −2 common-go-assets/cloudinfo-region-power-prefs.yaml
+10 −0 common-go-assets/common-permanent-resources.yaml
+7 −12 commonRenovateConfig.json
+22 −8 module-assets/.pre-commit-config.yaml
+14 −0 module-assets/.terraform-docs-config-examples.yaml
+13 −0 module-assets/.terraform-docs-config-overview.yaml
+3 −5 module-assets/.terraform-docs-config.yaml
+0 −1 module-assets/Brewfile
+7 −7 module-assets/ci/install-deps.sh
+14 −7 module-assets/ci/module-template-automation/.terraform-docs-config-template-module.yaml
+0 −3 module-assets/ci/module-template-automation/common_code/.gitignore
+0 −201 module-assets/ci/module-template-automation/common_code/LICENSE
+0 −1 module-assets/ci/module-template-automation/common_code/catalogValidationValues.json.template
+0 −2 module-assets/ci/module-template-automation/common_code/outputs.tf
+2 −4 module-assets/ci/module-template-automation/common_code/variables.tf
+5 −5 module-assets/ci/module-template-automation/common_code/version.tf
+8 −0 module-assets/ci/module-template-automation/examples/basic/README.md
+7 −2 module-assets/ci/module-template-automation/examples/basic/main.tf
+0 −0 module-assets/ci/module-template-automation/examples/basic/outputs.tf
+4 −4 module-assets/ci/module-template-automation/examples/basic/provider.tf
+6 −2 module-assets/ci/module-template-automation/examples/basic/variables.tf
+12 −0 module-assets/ci/module-template-automation/examples/basic/version.tf
+4 −0 module-assets/ci/module-template-automation/examples/complete/README.md
+3 −0 module-assets/ci/module-template-automation/examples/complete/main.tf
+4 −4 module-assets/ci/module-template-automation/examples/complete/outputs.tf
+8 −0 module-assets/ci/module-template-automation/examples/complete/provider.tf
+1 −1 module-assets/ci/module-template-automation/examples/complete/variables.tf
+12 −0 module-assets/ci/module-template-automation/examples/complete/version.tf
+0 −8 module-assets/ci/module-template-automation/examples/default/README.md
+0 −4 module-assets/ci/module-template-automation/examples/default/provider.tf
+0 −10 module-assets/ci/module-template-automation/examples/default/version.tf
+0 −3 module-assets/ci/module-template-automation/examples/existing-resources/README.md
+0 −3 module-assets/ci/module-template-automation/examples/existing-resources/main.tf
+0 −4 module-assets/ci/module-template-automation/examples/existing-resources/provider.tf
+0 −15 module-assets/ci/module-template-automation/examples/existing-resources/variables.tf
+0 −10 module-assets/ci/module-template-automation/examples/existing-resources/version.tf
+0 −5 module-assets/ci/module-template-automation/examples/non-default/README.md
+0 −3 module-assets/ci/module-template-automation/examples/non-default/main.tf
+0 −4 module-assets/ci/module-template-automation/examples/non-default/provider.tf
+0 −10 module-assets/ci/module-template-automation/examples/non-default/version.tf
+10 −0 module-assets/ci/module-template-automation/overview-external.md
+10 −0 module-assets/ci/module-template-automation/overview-internal.md
+1 −1 module-assets/ci/module-template-automation/required_iam_access_policies.md
+2 −4 module-assets/ci/module-template-automation/tests/other_test.go
+5 −8 module-assets/ci/module-template-automation/tests/pr_test.go
+19 −11 module-assets/ci/run-cra-scc-v2.sh
+2 −1 module-assets/ci/run-tests.sh
+12 −62 module-assets/ci/terraformDocExamples.py
+3 −25 module-assets/ci/terraformDocGoMod.py
+142 −0 module-assets/ci/terraformDocOverview.py
+30 −0 module-assets/ci/terraformDocs.py
+81 −0 module-assets/ci/terraformDocsUtils.py
+0 −7 renovate.json
+1 −1 scripts/update-source/requirements.txt
+44 −33 scripts/update-source/run-update-src.py
121 changes: 65 additions & 56 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,75 +4,77 @@ go 1.20

require (
github.com/stretchr/testify v1.8.4
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.0
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.13
)

require (
cloud.google.com/go v0.105.0 // indirect
cloud.google.com/go/compute v1.12.1 // indirect
cloud.google.com/go/compute/metadata v0.2.1 // indirect
cloud.google.com/go/iam v0.7.0 // indirect
cloud.google.com/go/storage v1.27.0 // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20230519111809-e0aad0085b1e // indirect
github.com/IBM-Cloud/power-go-client v1.2.3 // indirect
github.com/IBM/go-sdk-core/v5 v5.13.3 // indirect
github.com/IBM/platform-services-go-sdk v0.37.4 // indirect
cloud.google.com/go v0.110.2 // indirect
cloud.google.com/go/compute v1.20.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.0 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20230616121711-b838ccdcd2fb // indirect
github.com/IBM-Cloud/power-go-client v1.2.4 // indirect
github.com/IBM/go-sdk-core/v5 v5.13.4 // indirect
github.com/IBM/platform-services-go-sdk v0.41.0 // indirect
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230528122434-6f98819771a1 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aws/aws-sdk-go v1.44.122 // indirect
github.com/aws/aws-sdk-go v1.44.281 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/cloudflare/circl v1.1.0 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.4.1 // indirect
github.com/go-git/go-git/v5 v5.6.1 // indirect
github.com/go-openapi/analysis v0.21.2 // indirect
github.com/go-openapi/errors v0.20.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/loads v0.21.1 // indirect
github.com/go-openapi/runtime v0.23.0 // indirect
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-git/go-git/v5 v5.8.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/analysis v0.21.4 // indirect
github.com/go-openapi/errors v0.20.4 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/loads v0.21.2 // indirect
github.com/go-openapi/runtime v0.26.0 // indirect
github.com/go-openapi/spec v0.20.9 // indirect
github.com/go-openapi/strfmt v0.21.7 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-openapi/validate v0.20.3 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-openapi/validate v0.22.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.13.0 // indirect
github.com/go-playground/validator/v10 v10.14.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/gruntwork-io/terratest v0.41.25 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
github.com/googleapis/gax-go/v2 v2.10.0 // indirect
github.com/gruntwork-io/terratest v0.43.9 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-getter v1.7.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
github.com/hashicorp/terraform-json v0.13.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
github.com/hashicorp/terraform-json v0.17.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/leodido/go-urn v1.2.3 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
github.com/mattn/go-zglob v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
Expand All @@ -81,25 +83,32 @@ require (
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/tmccombs/hcl2json v0.3.3 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/skeema/knownhosts v1.1.1 // indirect
github.com/tmccombs/hcl2json v0.5.0 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/zclconf/go-cty v1.9.1 // indirect
go.mongodb.org/mongo-driver v1.11.3 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
go.mongodb.org/mongo-driver v1.11.7 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
go.opentelemetry.io/otel v1.16.0 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
go.opentelemetry.io/otel/trace v1.16.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.9.3 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.103.0 // indirect
google.golang.org/api v0.127.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect
google.golang.org/grpc v1.51.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 58c2825

Please sign in to comment.