Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(stencil): upgrade modules (2024-07-09) #522

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
# syntax, such as anchors, will be fixed automatically.
version: 2.1
orbs:
shared: getoutreach/shared@2.27.0
shared: getoutreach/shared@dev:2.27.1-rc.2
queue: eddiewebb/queue@2.2.1
## <<Stencil::Block(CircleCIExtraOrbs)>>

## <</Stencil::Block>>

parameters:
rebuild_cache:
Expand Down Expand Up @@ -43,7 +46,7 @@ test: &test

# Branches used for releasing code, pre-release or not
release_branches: &release_branches # Release branch
- release
- "release"
# Pre-releases branch
- "main"

Expand Down
2 changes: 1 addition & 1 deletion cortex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
repo: https://github.com/getoutreach/stencil-golang
framework: stencil
language: Golang
stencil_version: v1.38.1
stencil_version: v1.39.0-rc.1
golang_version: 1.22.0
cli: false
service: false
Expand All @@ -55,9 +55,9 @@
## <</Stencil::Block>>
reporting_team: fnd-dt
lintroller: platinum
x-cortex-groups:
- lifecycle: public_ga
- product: Outreach
- language: Golang
- framework: stencil
- engOrg: fnd
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.21
require (
github.com/blang/semver/v4 v4.0.0
github.com/getoutreach/gobox v1.92.1
github.com/getoutreach/stencil v1.38.1
github.com/getoutreach/stencil v1.39.0-rc.1
github.com/google/go-cmp v0.6.0
github.com/magefile/mage v1.15.0
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions stencil.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: v1.38.1
version: v1.39.0-rc.1
modules:
- name: github.com/getoutreach/devbase
url: https://github.com/getoutreach/devbase
version: v2.27.0
version: v2.27.1-rc.2
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.16.0
version: v0.16.1-rc.1
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.13.0
version: v1.14.0-rc.1
- name: github.com/getoutreach/stencil-golang
url: file://./
version: local
Expand Down
Loading