Skip to content

Commit 494b465

Browse files
chore(deps): update ci dependencies (#175)
1 parent c772643 commit 494b465

File tree

8 files changed

+54
-53
lines changed

8 files changed

+54
-53
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- created
88
jobs:
99
call-terraform-ci-pipeline:
10-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].0
10+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].9
1111
secrets: inherit
1212
with:
1313
craSCCv2: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
call-terraform-release-pipeline:
11-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].0
11+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].9
1212
secrets: inherit

Brewfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,19 @@ You need the following permissions to run this module.
9494
- [ Deploy basic observability agents](examples/basic)
9595
<!-- END EXAMPLES HOOK -->
9696
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
97-
## Requirements
97+
### Requirements
9898

9999
| Name | Version |
100100
|------|---------|
101101
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.1.0 |
102102
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.8.0 |
103103
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.49.0 |
104104

105-
## Modules
105+
### Modules
106106

107107
No modules.
108108

109-
## Resources
109+
### Resources
110110

111111
| Name | Type |
112112
|------|------|
@@ -117,7 +117,7 @@ No modules.
117117
| [ibm_resource_instance.logdna_instance](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/resource_instance) | data source |
118118
| [ibm_resource_instance.sysdig_instance](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/resource_instance) | data source |
119119

120-
## Inputs
120+
### Inputs
121121

122122
| Name | Description | Type | Default | Required |
123123
|------|-------------|------|---------|:--------:|
@@ -136,7 +136,7 @@ No modules.
136136
| <a name="input_sysdig_instance_name"></a> [sysdig\_instance\_name](#input\_sysdig\_instance\_name) | The name of the IBM Cloud Monitoring instance to use. Required if Sysdig is enabled | `string` | `null` | no |
137137
| <a name="input_sysdig_resource_group_id"></a> [sysdig\_resource\_group\_id](#input\_sysdig\_resource\_group\_id) | Resource group that the IBM Cloud Monitoring is in. Defaults to Clusters group | `string` | `null` | no |
138138

139-
## Outputs
139+
### Outputs
140140

141141
No outputs.
142142
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

common-dev-assets

Submodule common-dev-assets updated 51 files

examples/basic/version.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ terraform {
1919
}
2020
# The time provider is not actually required by the module itself, just this example, so OK to use ">=" here instead of locking into a version
2121
time = {
22+
source = "hashicorp/time"
2223
version = ">= 0.9.1"
2324
}
2425
# The logdna provider is not actually required by the module itself, just this example, so OK to use ">=" here instead of locking into a version

tests/go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/stretchr/testify v1.8.4
7-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.8
7+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.21.5
88
)
99

1010
require (
@@ -13,13 +13,14 @@ require (
1313
cloud.google.com/go/compute/metadata v0.2.3 // indirect
1414
cloud.google.com/go/iam v1.1.0 // indirect
1515
cloud.google.com/go/storage v1.30.1 // indirect
16+
dario.cat/mergo v1.0.0 // indirect
1617
github.com/IBM-Cloud/bluemix-go v0.0.0-20230616121711-b838ccdcd2fb // indirect
17-
github.com/IBM-Cloud/power-go-client v1.2.4 // indirect
18-
github.com/IBM/go-sdk-core/v5 v5.13.4 // indirect
19-
github.com/IBM/platform-services-go-sdk v0.40.0 // indirect
18+
github.com/IBM-Cloud/power-go-client v1.3.1 // indirect
19+
github.com/IBM/go-sdk-core/v5 v5.14.1 // indirect
20+
github.com/IBM/platform-services-go-sdk v0.48.1 // indirect
2021
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
2122
github.com/Microsoft/go-winio v0.6.1 // indirect
22-
github.com/ProtonMail/go-crypto v0.0.0-20230528122434-6f98819771a1 // indirect
23+
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
2324
github.com/acomagu/bufpipe v1.0.4 // indirect
2425
github.com/agext/levenshtein v1.2.3 // indirect
2526
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -32,7 +33,7 @@ require (
3233
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
3334
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3435
github.com/go-git/go-billy/v5 v5.4.1 // indirect
35-
github.com/go-git/go-git/v5 v5.7.0 // indirect
36+
github.com/go-git/go-git/v5 v5.8.1 // indirect
3637
github.com/go-logr/logr v1.2.4 // indirect
3738
github.com/go-logr/stdr v1.2.2 // indirect
3839
github.com/go-openapi/analysis v0.21.4 // indirect
@@ -55,7 +56,7 @@ require (
5556
github.com/google/uuid v1.3.0 // indirect
5657
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
5758
github.com/googleapis/gax-go/v2 v2.10.0 // indirect
58-
github.com/gruntwork-io/terratest v0.43.6 // indirect
59+
github.com/gruntwork-io/terratest v0.43.13 // indirect
5960
github.com/hashicorp/errwrap v1.1.0 // indirect
6061
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
6162
github.com/hashicorp/go-getter v1.7.1 // indirect
@@ -65,9 +66,8 @@ require (
6566
github.com/hashicorp/go-version v1.6.0 // indirect
6667
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
6768
github.com/hashicorp/terraform-json v0.17.0 // indirect
68-
github.com/imdario/mergo v0.3.16 // indirect
6969
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
70-
github.com/jinzhu/copier v0.3.5 // indirect
70+
github.com/jinzhu/copier v0.4.0 // indirect
7171
github.com/jmespath/go-jmespath v0.4.0 // indirect
7272
github.com/josharian/intern v1.0.0 // indirect
7373
github.com/kevinburke/ssh_config v1.2.0 // indirect
@@ -84,7 +84,7 @@ require (
8484
github.com/pjbgf/sha1cd v0.3.0 // indirect
8585
github.com/pmezard/go-difflib v1.0.0 // indirect
8686
github.com/sergi/go-diff v1.3.1 // indirect
87-
github.com/skeema/knownhosts v1.1.1 // indirect
87+
github.com/skeema/knownhosts v1.2.0 // indirect
8888
github.com/tmccombs/hcl2json v0.5.0 // indirect
8989
github.com/ulikunitz/xz v0.5.11 // indirect
9090
github.com/xanzy/ssh-agent v0.3.3 // indirect
@@ -94,12 +94,12 @@ require (
9494
go.opentelemetry.io/otel v1.16.0 // indirect
9595
go.opentelemetry.io/otel/metric v1.16.0 // indirect
9696
go.opentelemetry.io/otel/trace v1.16.0 // indirect
97-
golang.org/x/crypto v0.10.0 // indirect
97+
golang.org/x/crypto v0.13.0 // indirect
9898
golang.org/x/mod v0.10.0 // indirect
99-
golang.org/x/net v0.10.0 // indirect
99+
golang.org/x/net v0.12.0 // indirect
100100
golang.org/x/oauth2 v0.8.0 // indirect
101-
golang.org/x/sys v0.9.0 // indirect
102-
golang.org/x/text v0.10.0 // indirect
101+
golang.org/x/sys v0.12.0 // indirect
102+
golang.org/x/text v0.13.0 // indirect
103103
golang.org/x/tools v0.9.3 // indirect
104104
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
105105
google.golang.org/api v0.127.0 // indirect

0 commit comments

Comments
 (0)