Skip to content

Commit 8abbf1d

Browse files
fix(stencil): upgrade modules (2025-09-19) (#117)
* ci: use latest docker tag --------- 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 850b9d6 commit 8abbf1d

File tree

7 files changed

+136
-117
lines changed

7 files changed

+136
-117
lines changed

.circleci/config.yml

Lines changed: 8 additions & 5 deletions
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.32.1
5+
shared: getoutreach/shared@2.34.4
66
queue: eddiewebb/[email protected]
77
## <<Stencil::Block(CircleCIExtraOrbs)>>
88

@@ -39,7 +39,7 @@ test: &test
3939
### Start parameters inserted by other modules
4040
### End parameters inserted by other modules
4141
## <<Stencil::Block(circleTestExtra)>>
42-
42+
docker_tag: latest
4343
## <</Stencil::Block>>
4444

4545
# Branches used for releasing code, pre-release or not
@@ -60,7 +60,6 @@ jobs:
6060
### End jobs inserted by other modules
6161

6262
workflows:
63-
version: 2
6463
## <<Stencil::Block(circleWorkflows)>>
6564

6665
## <</Stencil::Block>>
@@ -99,7 +98,7 @@ workflows:
9998
dryrun: false
10099
context: *contexts
101100
## <<Stencil::Block(circleReleaseExtra)>>
102-
101+
docker_tag: latest
103102
## <</Stencil::Block>>
104103
requires:
105104
## <<Stencil::Block(circleReleaseRequires)>>
@@ -113,8 +112,10 @@ workflows:
113112
- shared/pre-release: &pre-release
114113
dryrun: true
115114
context: *contexts
115+
executor_name: oss-docker
116+
docker_image: ghcr.io/getoutreach/bootstrap/ci-oss
116117
## <<Stencil::Block(circlePreReleaseDryRunExtra)>>
117-
118+
docker_tag: latest
118119
## <</Stencil::Block>>
119120
requires:
120121
## <<Stencil::Block(circlePreReleaseDryRunRequires)>>
@@ -126,6 +127,8 @@ workflows:
126127
ignore: *release_branches
127128
- shared/test:
128129
<<: *test
130+
executor_name: oss-docker
131+
docker_image: ghcr.io/getoutreach/bootstrap/ci-oss
129132
## <<Stencil::Block(circleSharedTestExtra)>>
130133

131134
## <</Stencil::Block>>

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ updates:
1313
- dependency-name: github.com/getoutreach/services
1414
- dependency-name: github.com/getoutreach/datastores/v2
1515
- dependency-name: github.com/getoutreach/httpx
16+
## <<Stencil::Block(dependabotGoIgnore)>>
17+
18+
## <</Stencil::Block>>
1619

1720
# Ignore semantic-release, this code is only executed in CI.
1821
- package-ecosystem: "npm"

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/goql
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: false
5151
service: false

mise.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[task_config]
2+
includes = [
3+
".bootstrap/.mise/tasks",
4+
".mise/tasks",
5+
]
6+
7+
[env]
8+
9+
## <<Stencil::Block(customMiseEnvironment)>>
10+
11+
## <</Stencil::Block>>
12+
13+
[tools]
14+
"npm:prettier" = "2"
15+
16+
## <<Stencil::Block(customMiseTools)>>
17+
18+
## <</Stencil::Block>>
19+
20+
## <<Stencil::Block(extraMise)>>
21+
22+
## <</Stencil::Block>>

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"@semantic-release/npm": "^12.0.0",
99
"@semantic-release/release-notes-generator": "^13.0.0",
1010
"conventional-changelog-conventionalcommits": "^7.0.2",
11-
"prettier": "^2.8.8",
1211
"semantic-release": "^23.0.8",
1312
"semver": "^7.6.0"
1413
}

stencil.lock

Lines changed: 12 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.32.1
5+
version: v2.34.4
66
- name: github.com/getoutreach/stencil-actions
77
url: https://github.com/getoutreach/stencil-actions
8-
version: v0.4.6
8+
version: v0.4.7
99
- name: github.com/getoutreach/stencil-base
1010
url: https://github.com/getoutreach/stencil-base
11-
version: v0.16.5
11+
version: v0.17.1
1212
- name: github.com/getoutreach/stencil-circleci
1313
url: https://github.com/getoutreach/stencil-circleci
14-
version: v1.16.1
14+
version: v1.17.1
1515
- name: github.com/getoutreach/stencil-discovery
1616
url: https://github.com/getoutreach/stencil-discovery
17-
version: v1.8.9
17+
version: v1.8.10
1818
- name: github.com/getoutreach/stencil-golang
1919
url: https://github.com/getoutreach/stencil-golang
20-
version: v1.27.0
20+
version: v1.29.0
2121
- name: github.com/getoutreach/stencil-outreach
2222
url: https://github.com/getoutreach/stencil-outreach
23-
version: v0.26.1
23+
version: v0.26.3
2424
- name: github.com/getoutreach/stencil-pipeline
2525
url: https://github.com/getoutreach/stencil-pipeline
26-
version: v1.2.6
26+
version: v1.2.7
2727
files:
2828
- name: .circleci/config.yml
2929
template: .circleci/config.yml.tpl
@@ -91,6 +91,9 @@ files:
9191
- name: go.mod
9292
template: go.mod.tpl
9393
module: github.com/getoutreach/stencil-golang
94+
- name: mise.toml
95+
template: mise.toml.tpl
96+
module: github.com/getoutreach/stencil-base
9497
- name: package.json
9598
template: package.json.tpl
9699
module: github.com/getoutreach/stencil-base

0 commit comments

Comments
 (0)