Skip to content

Commit 7475d7b

Browse files
fix(stencil): upgrade modules (2025-04-17) (#44)
Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com>
1 parent 9d4f435 commit 7475d7b

File tree

7 files changed

+181
-164
lines changed

7 files changed

+181
-164
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# syntax, such as anchors, will be fixed automatically.
33
version: 2.1
44
orbs:
5-
shared: getoutreach/shared@2.29.0
5+
shared: getoutreach/shared@dev:2.31.0-rc.3
66
queue: eddiewebb/[email protected]
77
## <<Stencil::Block(CircleCIExtraOrbs)>>
88

@@ -36,6 +36,8 @@ contexts: &contexts
3636
test: &test
3737
context: *contexts
3838
app_name: ci
39+
docker_image: 182192988802.dkr.ecr.us-east-2.amazonaws.com/outreach-docker/bootstrap/ci-slim
40+
executor_name: testbed-docker-aws
3941
### Start parameters inserted by other modules
4042
### End parameters inserted by other modules
4143
## <<Stencil::Block(circleTestExtra)>>
@@ -131,6 +133,8 @@ workflows:
131133
## <</Stencil::Block>>
132134
- shared/publish_docs:
133135
context: *contexts
136+
docker_image: 182192988802.dkr.ecr.us-east-2.amazonaws.com/outreach-docker/bootstrap/ci-slim
137+
executor_name: testbed-docker-aws
134138
filters:
135139
branches:
136140
only:

.github/workflows/pull_request-shared-actions.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ jobs:
77
conventional_commit:
88
name: Conventional Commit
99
uses: getoutreach/actions/.github/workflows/conventional_commit.yaml@main
10-
secrets:
11-
OUTREACH_DOCKER_JSON: ${{ secrets.OUTREACH_DOCKER_JSON }}

cortex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ info:
4545
repo: https://github.com/getoutreach/ci
4646
framework: stencil
4747
language: Golang
48-
stencil_version: v1.40.1-rc.2
48+
stencil_version: v1.41.0-rc.2
4949
golang_version: 1.23.4
5050
cli: true
5151
service: false

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.4
66

77
require (
88
github.com/bradleyfalzon/ghinstallation v1.1.1
9-
github.com/getoutreach/gobox v1.102.1
9+
github.com/getoutreach/gobox v1.104.0
1010
github.com/google/go-github/v34 v34.0.0
1111
github.com/pkg/errors v0.9.1
1212
github.com/sirupsen/logrus v1.9.3
@@ -31,11 +31,10 @@ require (
3131
github.com/modern-go/reflect2 v1.0.2 // indirect
3232
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3333
github.com/pjbgf/sha1cd v0.3.0 // indirect
34-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3534
github.com/skeema/knownhosts v1.3.0 // indirect
36-
golang.org/x/mod v0.20.0 // indirect
35+
golang.org/x/mod v0.23.0 // indirect
3736
golang.org/x/sync v0.11.0 // indirect
38-
golang.org/x/tools v0.24.0 // indirect
37+
golang.org/x/tools v0.30.0 // indirect
3938
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
4039
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
4140
)

go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stencil.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
version: v1.40.1-rc.2
1+
version: v1.41.0-rc.2
22
modules:
33
- name: github.com/getoutreach/devbase
44
url: https://github.com/getoutreach/devbase
5-
version: v2.29.0
5+
version: v2.31.0-rc.3
66
- name: github.com/getoutreach/stencil-actions
77
url: https://github.com/getoutreach/stencil-actions
8-
version: v0.4.4
8+
version: v0.4.5-rc.2
99
- name: github.com/getoutreach/stencil-base
1010
url: https://github.com/getoutreach/stencil-base
11-
version: v0.16.3
11+
version: v0.16.4-rc.1
1212
- name: github.com/getoutreach/stencil-circleci
1313
url: https://github.com/getoutreach/stencil-circleci
14-
version: v1.15.0
14+
version: v1.16.0-rc.1
1515
- name: github.com/getoutreach/stencil-discovery
1616
url: https://github.com/getoutreach/stencil-discovery
17-
version: v1.8.7
17+
version: v1.8.8-rc.1
1818
- name: github.com/getoutreach/stencil-golang
1919
url: https://github.com/getoutreach/stencil-golang
20-
version: v1.25.0
20+
version: v1.26.0-rc.2
2121
- name: github.com/getoutreach/stencil-outreach
2222
url: https://github.com/getoutreach/stencil-outreach
23-
version: v0.24.0
23+
version: v0.25.0-rc.5
2424
- name: github.com/getoutreach/stencil-pipeline
2525
url: https://github.com/getoutreach/stencil-pipeline
26-
version: v1.2.4
26+
version: v1.2.5-rc.1
2727
files:
2828
- name: .circleci/config.yml
2929
template: .circleci/config.yml.tpl

0 commit comments

Comments
 (0)