Skip to content

Commit 1a754b3

Browse files
fix(stencil): upgrade modules (2025-09-19) (#49)
--------- Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com> Co-authored-by: Mark Lee <[email protected]>
1 parent e2e10f5 commit 1a754b3

File tree

5 files changed

+113
-132
lines changed

5 files changed

+113
-132
lines changed

.circleci/config.yml

Lines changed: 1 addition & 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@dev:2.33.0-rc.13
5+
shared: getoutreach/shared@2.34.4
66
queue: eddiewebb/[email protected]
77
## <<Stencil::Block(CircleCIExtraOrbs)>>
88

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"editor.defaultFormatter": "zxh404.vscode-proto3"
3535
},
3636
"[yaml]": {
37-
"editor.defaultFormatter": "redhat.vscode-yaml"
37+
"editor.defaultFormatter": "esbenp.prettier-vscode"
3838
},
3939
"gopls": {
4040
"build.buildFlags": ["-tags=or_test,or_dev,or_e2e,or_int"]

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.43.0-rc.8
48+
stencil_version: v1.43.1-rc.2
4949
golang_version: 1.23.4
5050
cli: true
5151
service: false

stencil.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
version: v1.43.0-rc.8
1+
version: v1.43.1-rc.2
22
modules:
33
- name: github.com/getoutreach/devbase
44
url: https://github.com/getoutreach/devbase
5-
version: v2.33.0-rc.13
5+
version: v2.34.4
66
- name: github.com/getoutreach/stencil-actions
77
url: https://github.com/getoutreach/stencil-actions
8-
version: v0.4.7-rc.1
8+
version: v0.4.7
99
- name: github.com/getoutreach/stencil-base
1010
url: https://github.com/getoutreach/stencil-base
11-
version: v0.17.0-rc.4
11+
version: v0.17.2-rc.1
1212
- name: github.com/getoutreach/stencil-circleci
1313
url: https://github.com/getoutreach/stencil-circleci
14-
version: v1.16.2-rc.2
14+
version: v1.17.1
1515
- name: github.com/getoutreach/stencil-discovery
1616
url: https://github.com/getoutreach/stencil-discovery
17-
version: v1.8.10-rc.1
17+
version: v1.8.10
1818
- name: github.com/getoutreach/stencil-golang
1919
url: https://github.com/getoutreach/stencil-golang
20-
version: v1.28.0-rc.6
20+
version: v1.29.1-rc.2
2121
- name: github.com/getoutreach/stencil-outreach
2222
url: https://github.com/getoutreach/stencil-outreach
23-
version: v0.26.2-rc.2
23+
version: v0.26.4-rc.1
2424
- name: github.com/getoutreach/stencil-pipeline
2525
url: https://github.com/getoutreach/stencil-pipeline
26-
version: v1.2.7-rc.1
26+
version: v1.2.7
2727
files:
2828
- name: .circleci/config.yml
2929
template: .circleci/config.yml.tpl

0 commit comments

Comments
 (0)