Skip to content

Commit

Permalink
feat: Bump dependencies (#140)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
vburckhardt and daniel-butler-irl authored Jul 4, 2024
1 parent 082d278 commit 07f7f3e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
16 changes: 8 additions & 8 deletions stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"members": [
{
"name": "1 - Account Infrastructure Base",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.d5c46079-aefc-410d-ae18-1a82128b3db4-global",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.be107739-fdfc-4089-95e0-def4abac847d-global",
"inputs": [
{
"name": "prefix",
Expand Down Expand Up @@ -122,7 +122,7 @@
},
{
"name": "2a - Security Service - Key Management",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.dafa6c99-436a-4d01-a379-8ef818af59a1-global",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.4a3affda-ffc6-4d14-a4f7-aeeb2b80908c-global",
"inputs": [
{
"name": "resource_group_name",
Expand Down Expand Up @@ -152,7 +152,7 @@
},
{
"name": "2b - Security Service - Secret Manager",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.ba032ffb-286c-4a00-ad79-ae9e09cea687-global",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.037f40f0-2575-40fe-a771-81ac437d5d60-global",
"inputs": [
{
"name": "prefix",
Expand Down Expand Up @@ -190,7 +190,7 @@
},
{
"name": "2c - Security Service - Security Compliance Center",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.9e036202-5495-4ea3-926b-3751450bbf54-global",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.f91391b9-72c3-48c2-b40d-fb27cfc7d00c-global",
"inputs": [
{
"name": "ibmcloud_api_key",
Expand Down Expand Up @@ -224,7 +224,7 @@
},
{
"name": "3 - Observability - Logging Monitoring Activity Tracker",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.9f478815-8a89-45f1-9889-7a82fa002b5a-global",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.351cb33e-7037-4016-a38f-4e10c4a7ef68-global",
"inputs": [
{
"name": "ibmcloud_api_key",
Expand Down Expand Up @@ -262,7 +262,7 @@
},
{
"name": "4 - WatsonX SaaS services",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.a8504fac-eb37-4aa0-a284-f26e876b5750-global",
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.c237751c-d3dd-4c23-b0b1-ba726d30c8e9-global",
"inputs": [
{
"name": "ibmcloud_api_key",
Expand Down Expand Up @@ -316,7 +316,7 @@
},
{
"name": "5 - Sample RAG app - Application Lifecycle Management",
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.3202356b-d72a-4263-af31-46d0f33f6614-global",
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.cce4d1b1-c09a-4c23-8aba-92f6e9f38cda-global",
"inputs": [
{
"name": "ibmcloud_api_key",
Expand Down Expand Up @@ -418,7 +418,7 @@
},
{
"name": "6 - Sample RAG app configuration",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.93236e64-edbd-49d6-912a-68f913b84989-global",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.af19228a-3182-46da-b52a-b1d9f662609d-global",
"inputs": [
{
"name": "toolchain_region",
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.4

require (
github.com/stretchr/testify v1.9.0
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3
)

require (
Expand Down
4 changes: 2 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1 h1:SySJol19JeJ7zhm6Cr+Ibm4WNyXqkkOkP6Lpc8EmwQQ=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3 h1:c7mL1rVoI/fY0t+m+Y7FuL6yOVMfxK9SvX5M+d5bTCc=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
Expand Down
15 changes: 3 additions & 12 deletions tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,9 @@ import (

func TestProjectsFullTest(t *testing.T) {
options := testprojects.TestProjectOptionsDefault(&testprojects.TestProjectsOptions{
Testing: t,
Prefix: "rag-stack",
StackConfigurationOrder: []string{
"1 - Account Infrastructure Base",
"2a - Security Service - Key Management",
"2b - Security Service - Secret Manager",
"2c - Security Service - Security Compliance Center",
"3 - Observability - Logging Monitoring Activity Tracker",
"4 - WatsonX SaaS services",
"5 - Sample RAG app - Application Lifecycle Management",
"6 - Sample RAG app configuration",
},
Testing: t,
Prefix: "rag-stack",
ParallelDeploy: true,
})

privateKey, _, kerr := common.GenerateTempGPGKeyPairBase64()
Expand Down

0 comments on commit 07f7f3e

Please sign in to comment.