Skip to content

Commit 07f7f3e

Browse files
feat: Bump dependencies (#140)
* docs: minor fixes * chore: bump stack dev * chore: bump test wrapper version * update go deps * update fix tests * use previous go version --------- Co-authored-by: Daniel Butler <[email protected]>
1 parent 082d278 commit 07f7f3e

File tree

4 files changed

+14
-23
lines changed

4 files changed

+14
-23
lines changed

stack_definition.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"members": [
7373
{
7474
"name": "1 - Account Infrastructure Base",
75-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.d5c46079-aefc-410d-ae18-1a82128b3db4-global",
75+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.be107739-fdfc-4089-95e0-def4abac847d-global",
7676
"inputs": [
7777
{
7878
"name": "prefix",
@@ -122,7 +122,7 @@
122122
},
123123
{
124124
"name": "2a - Security Service - Key Management",
125-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.dafa6c99-436a-4d01-a379-8ef818af59a1-global",
125+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.4a3affda-ffc6-4d14-a4f7-aeeb2b80908c-global",
126126
"inputs": [
127127
{
128128
"name": "resource_group_name",
@@ -152,7 +152,7 @@
152152
},
153153
{
154154
"name": "2b - Security Service - Secret Manager",
155-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.ba032ffb-286c-4a00-ad79-ae9e09cea687-global",
155+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.037f40f0-2575-40fe-a771-81ac437d5d60-global",
156156
"inputs": [
157157
{
158158
"name": "prefix",
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"name": "2c - Security Service - Security Compliance Center",
193-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.9e036202-5495-4ea3-926b-3751450bbf54-global",
193+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.f91391b9-72c3-48c2-b40d-fb27cfc7d00c-global",
194194
"inputs": [
195195
{
196196
"name": "ibmcloud_api_key",
@@ -224,7 +224,7 @@
224224
},
225225
{
226226
"name": "3 - Observability - Logging Monitoring Activity Tracker",
227-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.9f478815-8a89-45f1-9889-7a82fa002b5a-global",
227+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.351cb33e-7037-4016-a38f-4e10c4a7ef68-global",
228228
"inputs": [
229229
{
230230
"name": "ibmcloud_api_key",
@@ -262,7 +262,7 @@
262262
},
263263
{
264264
"name": "4 - WatsonX SaaS services",
265-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.a8504fac-eb37-4aa0-a284-f26e876b5750-global",
265+
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.c237751c-d3dd-4c23-b0b1-ba726d30c8e9-global",
266266
"inputs": [
267267
{
268268
"name": "ibmcloud_api_key",
@@ -316,7 +316,7 @@
316316
},
317317
{
318318
"name": "5 - Sample RAG app - Application Lifecycle Management",
319-
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.3202356b-d72a-4263-af31-46d0f33f6614-global",
319+
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.cce4d1b1-c09a-4c23-8aba-92f6e9f38cda-global",
320320
"inputs": [
321321
{
322322
"name": "ibmcloud_api_key",
@@ -418,7 +418,7 @@
418418
},
419419
{
420420
"name": "6 - Sample RAG app configuration",
421-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.93236e64-edbd-49d6-912a-68f913b84989-global",
421+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.af19228a-3182-46da-b52a-b1d9f662609d-global",
422422
"inputs": [
423423
{
424424
"name": "toolchain_region",

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.4
66

77
require (
88
github.com/stretchr/testify v1.9.0
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3
1010
)
1111

1212
require (

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
225225
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
226226
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
227227
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
228-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1 h1:SySJol19JeJ7zhm6Cr+Ibm4WNyXqkkOkP6Lpc8EmwQQ=
229-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
228+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3 h1:c7mL1rVoI/fY0t+m+Y7FuL6yOVMfxK9SvX5M+d5bTCc=
229+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
230230
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
231231
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
232232
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=

tests/pr_test.go

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,9 @@ import (
99

1010
func TestProjectsFullTest(t *testing.T) {
1111
options := testprojects.TestProjectOptionsDefault(&testprojects.TestProjectsOptions{
12-
Testing: t,
13-
Prefix: "rag-stack",
14-
StackConfigurationOrder: []string{
15-
"1 - Account Infrastructure Base",
16-
"2a - Security Service - Key Management",
17-
"2b - Security Service - Secret Manager",
18-
"2c - Security Service - Security Compliance Center",
19-
"3 - Observability - Logging Monitoring Activity Tracker",
20-
"4 - WatsonX SaaS services",
21-
"5 - Sample RAG app - Application Lifecycle Management",
22-
"6 - Sample RAG app configuration",
23-
},
12+
Testing: t,
13+
Prefix: "rag-stack",
14+
ParallelDeploy: true,
2415
})
2516

2617
privateKey, _, kerr := common.GenerateTempGPGKeyPairBase64()

0 commit comments

Comments
 (0)