Skip to content

Commit

Permalink
fix(stencil): upgrade modules (2024-07-09) (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com>
  • Loading branch information
getoutreach-ci-1[bot] authored Jul 11, 2024
1 parent 649ceab commit 8154b8a
Show file tree
Hide file tree
Showing 7 changed files with 377 additions and 961 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
# syntax, such as anchors, will be fixed automatically.
version: 2.1
orbs:
shared: getoutreach/shared@dev:2.27.0-rc.2
shared: getoutreach/shared@dev:2.27.1-rc.2
queue: eddiewebb/[email protected]
## <<Stencil::Block(CircleCIExtraOrbs)>>

## <</Stencil::Block>>

parameters:
rebuild_cache:
type: boolean
default: false
## <<Stencil::Block(CircleCIExtraParams)>>

## <</Stencil::Block>>

# Extra contexts to expose to all jobs below
contexts: &contexts
Expand Down Expand Up @@ -102,11 +108,11 @@ workflows:
- shared/pre-release: &pre-release
dryrun: true
context: *contexts
## <<Stencil::Block(circleReleaseExtra)>>
## <<Stencil::Block(circlePreReleaseDryRunExtra)>>

## <</Stencil::Block>>
requires:
## <<Stencil::Block(circleReleaseRequires)>>
## <<Stencil::Block(circlePreReleaseDryRunRequires)>>

## <</Stencil::Block>>
- shared/test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP := lintroller
OSS := true
_ := $(shell ./scripts/devbase.sh)
_ := $(shell ./scripts/devbase.sh)

include .bootstrap/root/Makefile

Expand Down
12 changes: 6 additions & 6 deletions cortex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ info:
repo: https://github.com/getoutreach/lintroller
framework: stencil
language: Golang
stencil_version: v1.38.1-rc.3
stencil_version: v1.39.0-rc.1
golang_version: 1.22.0
cli: false
service: false
Expand All @@ -56,8 +56,8 @@ info:
reporting_team: fnd-dt
lintroller: platinum
x-cortex-groups:
- lifecycle: in_development
- product: Outreach
- language: Golang
- framework: stencil
- engOrg: fnd
- lifecycle:in_development
- 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 @@ -3,7 +3,7 @@ module github.com/getoutreach/lintroller
go 1.21

require (
github.com/getoutreach/gobox v1.89.0
github.com/getoutreach/gobox v1.90.2
github.com/pkg/errors v0.9.1
golang.org/x/tools v0.23.0
gopkg.in/yaml.v3 v3.0.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.

18 changes: 9 additions & 9 deletions stencil.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
version: v1.38.1-rc.3
version: v1.39.0-rc.1
modules:
- name: github.com/getoutreach/devbase
url: https://github.com/getoutreach/devbase
version: v2.27.0-rc.2
version: v2.27.1-rc.2
- name: github.com/getoutreach/stencil-actions
url: https://github.com/getoutreach/stencil-actions
version: v0.4.1-rc.2
version: v0.4.1
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.16.0-rc.3
version: v0.16.1-rc.1
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.13.0-rc.3
version: v1.14.0-rc.1
- name: github.com/getoutreach/stencil-discovery
url: https://github.com/getoutreach/stencil-discovery
version: v1.8.3-rc.1
version: v1.8.4-rc.1
- name: github.com/getoutreach/stencil-golang
url: https://github.com/getoutreach/stencil-golang
version: v1.23.0-rc.4
version: v1.23.3-rc.1
- name: github.com/getoutreach/stencil-outreach
url: https://github.com/getoutreach/stencil-outreach
version: v0.22.0-rc.1
version: v0.22.1-rc.5
- name: github.com/getoutreach/stencil-pipeline
url: https://github.com/getoutreach/stencil-pipeline
version: v1.2.0-rc.1
version: v1.2.1-rc.1
files:
- name: .circleci/config.yml
template: .circleci/config.yml.tpl
Expand Down
Loading

0 comments on commit 8154b8a

Please sign in to comment.