Skip to content

Commit

Permalink
fix(stencil): upgrade modules (2024-05-10) (#298)
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 May 10, 2024
1 parent b2d9307 commit eeb6a92
Show file tree
Hide file tree
Showing 9 changed files with 1,983 additions and 1,999 deletions.
22 changes: 15 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# syntax, such as anchors, will be fixed automatically.
version: 2.1
orbs:
shared: getoutreach/shared@2.26.2
shared: getoutreach/shared@dev:2.27.0-rc.2
queue: eddiewebb/queue@2.2.1

parameters:
Expand Down Expand Up @@ -76,7 +76,8 @@ workflows:

release:
when:
not: << pipeline.parameters.rebuild_cache >>
and:
- not: << pipeline.parameters.rebuild_cache >>
jobs:
## <<Stencil::Block(circleWorkflowJobs)>>

Expand All @@ -96,12 +97,19 @@ workflows:
- shared/test
filters:
branches:
only: *release_branches

# Dryrun release for PRs.
- shared/release:
<<: *release
only: main
# Dryrun for PRs
- shared/pre-release: &pre-release
dryrun: true
context: *contexts
## <<Stencil::Block(circleReleaseExtra)>>

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

## <</Stencil::Block>>
- shared/test
filters:
branches:
ignore: *release_branches
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ builds:
- '-w -s -X "github.com/getoutreach/gobox/pkg/app.Version=v{{ .Version }}"'
env:
- CGO_ENABLED=0
### <<Stencil::Block(localizerAdditionalEnv)>>
## <<Stencil::Block(localizerAdditionalEnv)>>

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

archives: []
checksum:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## <<Stencil::Block(toolverOverride)>>
## <</Stencil::Block>>
golang 1.22.0
nodejs 18.17.1
nodejs 20.12.2
protoc 21.5
terraform 1.5.7
# Note: Versions in this block do not override the default versions above
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"zxh404.vscode-proto3",
"redhat.vscode-yaml",
"ms-azuretools.vscode-docker",
"foxundermoon.shell-format"
"foxundermoon.shell-format",
"WizCloud.wizcli-vscode"

// Please consider contributing back all recommended
// extensions to stencil!
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 @@ info:
repo: https://github.com/getoutreach/localizer
framework: stencil
language: Golang
stencil_version: v1.38.0
stencil_version: v1.38.1-rc.3
golang_version: 1.22.0
cli: true
service: false
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"license": "UNLICENSED",
"devDependencies": {
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.3",
"conventional-changelog-conventionalcommits": "^6.0.0",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"prettier": "^2.8.8",
"semantic-release": "^21.0.5",
"semver": "^7.5.2"
"semantic-release": "^23.0.8",
"semver": "^7.6.0"
}
}
16 changes: 13 additions & 3 deletions service.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: localizer
arguments:
commands:
- localizer:
delibird: true
ciOptions:
skipDocker: true
skipE2e: true
commands:
- localizer:
delibird: true
description: A no-frills local development approach for Kubernetes powered Developer Environments.
grpcOptions:
disableDocGeneration: true
Expand All @@ -23,8 +23,18 @@ arguments:
- deploy/flagship-shared-secret/%(environment)s/authn-flagship-payload
modules:
- name: github.com/getoutreach/stencil-outreach
channel: rc
- name: github.com/getoutreach/stencil-circleci
channel: rc
- name: github.com/getoutreach/stencil-actions
channel: rc
- name: github.com/getoutreach/stencil-discovery
channel: rc
- name: github.com/getoutreach/stencil-base
channel: rc
- name: github.com/getoutreach/stencil-golang
channel: rc
- name: github.com/getoutreach/devbase
channel: rc
- name: github.com/getoutreach/stencil-pipeline
channel: rc
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.0
version: v1.38.1-rc.3
modules:
- name: github.com/getoutreach/devbase
url: https://github.com/getoutreach/devbase
version: v2.26.2
version: v2.27.0-rc.2
- name: github.com/getoutreach/stencil-actions
url: https://github.com/getoutreach/stencil-actions
version: v0.4.0
version: v0.4.1-rc.2
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.15.2
version: v0.16.0-rc.3
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.12.1
version: v1.13.0-rc.3
- name: github.com/getoutreach/stencil-discovery
url: https://github.com/getoutreach/stencil-discovery
version: v1.8.2
version: v1.8.3-rc.1
- name: github.com/getoutreach/stencil-golang
url: https://github.com/getoutreach/stencil-golang
version: v1.22.0
version: v1.23.0-rc.4
- name: github.com/getoutreach/stencil-outreach
url: https://github.com/getoutreach/stencil-outreach
version: v0.21.1
version: v0.22.0-rc.1
- name: github.com/getoutreach/stencil-pipeline
url: https://github.com/getoutreach/stencil-pipeline
version: v1.1.0
version: v1.2.0-rc.1
files:
- name: .circleci/config.yml
template: .circleci/config.yml.tpl
Expand Down
Loading

0 comments on commit eeb6a92

Please sign in to comment.