Skip to content

Commit

Permalink
fix(stencil): upgrade modules (2024-05-09) (#501)
Browse files Browse the repository at this point in the history
* Add post-stencil command

---------

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 committed May 9, 2024
1 parent 35e7dba commit 6fec458
Show file tree
Hide file tree
Showing 7 changed files with 920 additions and 455 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ _ := $(shell ./scripts/devbase.sh)
include .bootstrap/root/Makefile

## <<Stencil::Block(targets)>>

post-stencil::
./scripts/shell-wrapper.sh catalog-sync.sh
make fmt
yarn upgrade
## <</Stencil::Block>>
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/stencil-golang
framework: stencil
language: Golang
stencil_version: v1.38.0
stencil_version: v1.38.1-rc.3
golang_version: 1.22.0
cli: false
service: false
Expand Down
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,42 @@ go 1.21
require (
github.com/blang/semver/v4 v4.0.0
github.com/getoutreach/gobox v1.89.0
github.com/getoutreach/stencil v1.38.0
github.com/getoutreach/stencil v1.38.1-rc.3
github.com/google/go-cmp v0.6.0
github.com/magefile/mage v1.15.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
golang.org/x/mod v0.17.0
)

require github.com/cyphar/filepath-securejoin v0.2.4 // indirect

require (
dario.cat/mergo v1.0.0 // indirect
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/chainguard-dev/git-urls v1.0.2 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/go-git/go-git/v5 v5.11.0 // indirect
github.com/go-git/go-git/v5 v5.12.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-github/v58 v58.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-hclog v1.6.2 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
Expand All @@ -63,25 +63,24 @@ require (
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/skeema/knownhosts v1.2.1 // indirect
github.com/skeema/knownhosts v1.2.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/whilp/git-urls v1.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/zalando/go-keyring v0.2.3 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.19.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.1 // indirect
Expand Down
55 changes: 28 additions & 27 deletions go.sum

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

23 changes: 13 additions & 10 deletions service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,31 @@ arguments:
ciOptions:
skipDocker: true
skipE2e: true
reportingTeam: fnd-dt
confluenceSpaceKey: DT
description: Stencil Module for Golang Applications
lifecycle: public_ga
lintroller: platinum
notifications:
slackChannel: "#dt-notifications"
plugin: true
releaseOptions:
allowMajorVersions: true
force: true
autoPrereleases: true
enablePrereleases: true
force: true
prereleasesBranch: main
autoPrereleases: true
confluenceSpaceKey: DT
reportingTeam: fnd-dt
tier: 2
lifecycle: public_ga
lintroller: platinum
notifications:
slackChannel: "#dt-notifications"
replacements:
github.com/getoutreach/stencil-golang: ./
modules:
- name: github.com/getoutreach/stencil-template-base
channel: rc
- name: github.com/getoutreach/stencil-circleci
channel: rc
- name: github.com/getoutreach/stencil-base
channel: rc
- name: github.com/getoutreach/devbase
channel: rc
- name: github.com/getoutreach/stencil-golang
channel: rc
replacements:
github.com/getoutreach/stencil-golang: ./
4 changes: 2 additions & 2 deletions stencil.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: v1.38.0
version: v1.38.1-rc.3
modules:
- name: github.com/getoutreach/devbase
url: https://github.com/getoutreach/devbase
version: v2.27.0-rc.2
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.16.0-rc.1
version: v0.16.0-rc.3
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.13.0-rc.3
Expand Down
Loading

0 comments on commit 6fec458

Please sign in to comment.