Skip to content

Commit

Permalink
fix(stencil): upgrade modules (2024-10-03) (#24)
Browse files Browse the repository at this point in the history
* Fix Cortex linter warning

---------

Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com>
Co-authored-by: Mark Lee <mark.lee@outreach.io>
  • Loading branch information
getoutreach-ci-1[bot] and malept authored Oct 3, 2024
1 parent 0a644e1 commit ddd1361
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .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@dev:2.28.0-rc.2
shared: getoutreach/shared@dev:2.28.2-rc.2
queue: eddiewebb/queue@2.2.1
## <<Stencil::Block(CircleCIExtraOrbs)>>

Expand Down
3 changes: 1 addition & 2 deletions cortex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ info:
pagerduty:
id: P9HJAUT
type: SERVICE
x-cortex-dashboards:
x-cortex-link:
## These are useful documentation links for this service. Please fill in the customLinks block if you have additional documentation links.
## name: The name of the link
Expand All @@ -51,7 +50,7 @@ info:
tier: tier_2
framework: stencil
language: Golang
stencil_version: v1.39.1
stencil_version: v1.40.0-rc.1
golang_version: 1.22.6
cli: false
service: true
Expand Down
4 changes: 2 additions & 2 deletions deployments/vcluster-fs-syncer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN --mount=type=ssh --mount=type=cache,target=/go/pkg go mod download
# Build our application, caching the go build cache, but also using
# the dependency cache from earlier.
RUN --mount=type=ssh --mount=type=cache,target=/go/pkg --mount=type=cache,target=/go-build-cache \
mkdir -p bin; \
go build -o /src/bin/ -ldflags "-X github.com/getoutreach/gobox/pkg/app.Version=$VERSION" -v ./cmd/...
mkdir -p bin; \
go build -o /src/bin/ -ldflags "-X github.com/getoutreach/gobox/pkg/app.Version=$VERSION" -v ./cmd/...

FROM gcr.io/outreach-docker/alpine:3.18
ENTRYPOINT ["/usr/local/bin/vcluster-fs-syncer"]
Expand Down
8 changes: 4 additions & 4 deletions stencil.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: v1.39.1
version: v1.40.0-rc.1
modules:
- name: github.com/getoutreach/devbase
url: https://github.com/getoutreach/devbase
version: v2.28.0-rc.2
version: v2.28.2-rc.2
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.16.1
version: v0.16.2-rc.1
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.14.0
- name: github.com/getoutreach/stencil-golang
url: https://github.com/getoutreach/stencil-golang
version: v1.24.0-rc.4
version: v1.24.1-rc.2
files:
- name: .air.toml
template: .air.toml.tpl
Expand Down
Loading

0 comments on commit ddd1361

Please sign in to comment.