Skip to content

Commit

Permalink
fix(stencil): upgrade modules (2024-07-09) (#342)
Browse files Browse the repository at this point in the history
* Remove spaces from group names

---------

Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com>
Co-authored-by: Mark Lee <[email protected]>
  • Loading branch information
getoutreach-ci-1[bot] and malept authored Jul 11, 2024
1 parent 977c0cf commit f4676dc
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 802 deletions.
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/[email protected].0
shared: getoutreach/shared@dev:2.27.1-rc.2
queue: eddiewebb/[email protected]
## <<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
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/stencil
framework: stencil
language: Golang
stencil_version: v1.38.1
stencil_version: v1.39.0-rc.1
golang_version: 1.22.0
cli: true
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
8 changes: 4 additions & 4 deletions stencil.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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-actions
url: https://github.com/getoutreach/stencil-actions
version: v0.4.1
- 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: https://github.com/getoutreach/stencil-golang
version: unstable
Expand Down
Loading

0 comments on commit f4676dc

Please sign in to comment.