Skip to content

Commit f4707bd

Browse files
committed
Merge branch 'master' into CLOUDP-296223-processArgs-from-cluster-api
2 parents 762217d + 271dfe9 commit f4707bd

File tree

8 files changed

+62
-62
lines changed

8 files changed

+62
-62
lines changed

.github/workflows/code-health.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1313
- name: Set up Go
14-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
14+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
1515
with:
1616
go-version-file: 'cfn-resources/go.mod'
1717
- name: Build
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525
- name: Set up Go
26-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
26+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
2727
with:
2828
go-version-file: 'cfn-resources/go.mod'
2929
- name: Generate mocks
@@ -45,14 +45,14 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
48-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
48+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4949
with:
5050
go-version-file: 'cfn-resources/go.mod'
5151
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
5252
- name: golangci-lint
53-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
53+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
5454
with:
55-
version: v2.0.2 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
55+
version: v2.1.6 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
5656
working-directory: cfn-resources
5757
- name: actionlint
5858
run: |
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
66-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
66+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
6767
with:
6868
go-version-file: 'cfn-resources/go.mod'
6969
- name: install tools
@@ -78,7 +78,7 @@ jobs:
7878
- name: 'Checkout Repository'
7979
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8080
- name: 'Dependency Review'
81-
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8
81+
uses: actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b
8282
shellcheck:
8383
name: shellcheck
8484
runs-on: ubuntu-latest
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
107-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
107+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
108108
with:
109109
go-version-file: 'cfn-resources/go.mod'
110110
- name: run-unit-test

.github/workflows/contract-testing.yaml

Lines changed: 38 additions & 38 deletions
Large diffs are not rendered by default.

.github/workflows/e2e-testing.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
python-version: '3.9'
4242
cache: 'pip'
4343
- run: pip install cloudformation-cli-go-plugin
44-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
44+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4545
with:
4646
go-version-file: 'cfn-resources/go.mod'
47-
- uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
47+
- uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
4848
with:
4949
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_TEST_ENV }}
5050
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_TEST_ENV }}
@@ -71,10 +71,10 @@ jobs:
7171
python-version: '3.9'
7272
cache: 'pip'
7373
- run: pip install cloudformation-cli-go-plugin
74-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
74+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
7575
with:
7676
go-version-file: 'cfn-resources/go.mod'
77-
- uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
77+
- uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
7878
with:
7979
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_TEST_ENV }}
8080
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_TEST_ENV }}
@@ -101,10 +101,10 @@ jobs:
101101
python-version: '3.9'
102102
cache: 'pip'
103103
- run: pip install cloudformation-cli-go-plugin
104-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
104+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
105105
with:
106106
go-version-file: 'cfn-resources/go.mod'
107-
- uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
107+
- uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
108108
with:
109109
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_TEST_ENV }}
110110
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_TEST_ENV }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
43-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
43+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4444
with:
4545
go-version-file: 'cfn-resources/go.mod'
4646
- name: setup Atlas CLI
4747
uses: mongodb/atlas-github-action@15663d068c40a8582d881560961fce9d45e0df9a
4848
- uses: aws-actions/setup-sam@819220f63fb333a9a394dd0a5cab2d8303fd17e2
4949
with:
5050
use-installer: true
51-
- uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
51+
- uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
5252
with:
5353
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_PUBLISHING }}
5454
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_PUBLISHING }}

.github/workflows/update-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
13+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
1414
with:
1515
go-version-file: 'cfn-resources/go.mod'
1616
- name: Update files

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ldXflags=github.com/mongodb/mongodbatlas-cloudformation-resources/util.defaultLo
88
ldXflagsD=github.com/mongodb/mongodbatlas-cloudformation-resources/util.defaultLogLevel=debug
99

1010
MOCKERY_VERSION=v2.42.1
11-
GOLANGCI_VERSION=v2.0.2 # Also update golangci-lint GH action in code-health.yml when updating this version
11+
GOLANGCI_VERSION=v2.1.6 # Also update golangci-lint GH action in code-health.yml when updating this version
1212

1313
.PHONY: submit
1414
submit:

cfn-resources/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ require (
1212
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.59.2
1313
github.com/aws/smithy-go v1.22.3
1414
github.com/dave/jennifer v1.7.1
15-
github.com/getkin/kin-openapi v0.131.0
15+
github.com/getkin/kin-openapi v0.132.0
1616
github.com/ghodss/yaml v1.0.0
1717
github.com/mongodb-forks/digest v1.1.0
1818
github.com/mongodb-labs/go-client-mongodb-atlas-app-services v1.0.0
1919
github.com/rs/xid v1.6.0
20-
github.com/spf13/cast v1.7.1
20+
github.com/spf13/cast v1.8.0
2121
github.com/stretchr/testify v1.10.0
2222
github.com/tidwall/pretty v1.2.1
2323
go.mongodb.org/atlas-sdk/v20231115002 v20231115002.1.0

cfn-resources/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
3939
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4040
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
4141
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
42-
github.com/getkin/kin-openapi v0.131.0 h1:NO2UeHnFKRYhZ8wg6Nyh5Cq7dHk4suQQr72a4pMrDxE=
43-
github.com/getkin/kin-openapi v0.131.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
42+
github.com/getkin/kin-openapi v0.132.0 h1:3ISeLMsQzcb5v26yeJrBcdTCEQTag36ZjaGk7MIRUwk=
43+
github.com/getkin/kin-openapi v0.132.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
4444
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
4545
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
4646
github.com/go-openapi/jsonpointer v0.21.0 h1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=
@@ -88,8 +88,8 @@ github.com/rs/xid v1.6.0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU=
8888
github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0=
8989
github.com/segmentio/ksuid v1.0.4 h1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c=
9090
github.com/segmentio/ksuid v1.0.4/go.mod h1:/XUiZBD3kVx5SmUOl55voK5yeAbBNNIed+2O73XgrPE=
91-
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
92-
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
91+
github.com/spf13/cast v1.8.0 h1:gEN9K4b8Xws4EX0+a0reLmhq8moKn7ntRlQYgjPeCDk=
92+
github.com/spf13/cast v1.8.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
9393
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
9494
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
9595
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=

0 commit comments

Comments
 (0)