Skip to content

Commit

Permalink
feat(bootstrap): v10.2.1 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard authored Aug 3, 2022
1 parent f898f6a commit 30b5101
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 27 deletions.
24 changes: 23 additions & 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@2.0.1
shared: getoutreach/shared@2.2.0

# Extra contexts to expose to all jobs below
contexts: &contexts
Expand Down Expand Up @@ -56,6 +56,8 @@ workflows:
- ghaccesstoken
- package-cloud-credentials
###EndBlock(circleWorkflowJobs)
### Start jobs inserted by other modules
### End jobs inserted by other modules
- shared/release: &release
dryrun: false
context: *contexts
Expand Down Expand Up @@ -84,6 +86,11 @@ workflows:
- shared/test:
context: *contexts
app_name: stencil
### Start parameters inserted by other modules
### End parameters inserted by other modules
###Block(circleTestExtra)

###EndBlock(circleTestExtra)

- shared/publish_docs:
context: *contexts
Expand All @@ -95,4 +102,19 @@ workflows:
- shared/finalize-coverage:
context: *contexts
requires:
- shared/e2e
- shared/test
- shared/e2e:
context: *contexts
###Block(circleE2EExtra)

###EndBlock(circleE2EExtra)
- shared/docker:
context: *contexts
filters:
branches:
ignore:
- master
- main
tags:
only: /v\d+(\.\d+)*(-.*)*/
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See https://help.github.com/articles/about-codeowners/
* @getoutreach/fnd-dtss
* @getoutreach/fnd-dt

###Block(customCodeowners)

Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"hashicorp.terraform",
"golang.go",
"heptio.jsonnet",
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[proto3]": {
"editor.defaultFormatter": "zxh404.vscode-proto3"
},
Expand Down
6 changes: 3 additions & 3 deletions bootstrap.lock

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

1 change: 1 addition & 0 deletions devenv.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
service: false
dependencies:
optional: []
required: []
8 changes: 4 additions & 4 deletions opslevel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 1
service:
name: stencil
product: Outreach
owner: fnd_dtss
owner: fnd_dt
language: Golang
framework: stencil
description: >
Expand All @@ -28,15 +28,15 @@ service:
- key: repo
value: "https://github.com/getoutreach/stencil"
- key: reporting_team
value: "fnd-dtss"
value: "fnd-dt"
- key: app
value: "stencil"
- key: name
value: "stencil"
- key: stencil_version
value: "v1.19.2"
value: "v1.21.1"
- key: golang_version
value: "1.18.3"
value: "1.17.9"
- key: tutorial
value: "false"
- key: cli
Expand Down
15 changes: 10 additions & 5 deletions service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stencil
reportingTeam: fnd-dtss
reportingTeam: fnd-dt
description: microservice lifecycle manager
oss: true
slack: dev-tooling-notifications
Expand All @@ -8,6 +8,8 @@ commands:
- stencil
circleAPIKey: ""
lintroller: platinum
tracing: honeycomb
metrics: datadog
releaseType: ""
releaseOptions:
allowPrereleases: false
Expand All @@ -20,6 +22,7 @@ arguments:
circleAPIKey: ""
commands:
- stencil
commitGuard: false
dependencies:
optional: []
required: []
Expand All @@ -28,6 +31,7 @@ arguments:
kubernetes:
groups: []
lintroller: platinum
metrics: datadog
opslevel:
confluenceSpaceKey: DTSS
datadogDashboards:
Expand All @@ -37,22 +41,23 @@ arguments:
releaseOptions:
allowMajorVersions: true
enablePrereleases: false
reportingTeam: fnd-dtss
reportingTeam: fnd-dt
resources: {}
service: false
tracing: honeycomb
tutorial: false
vaultSecrets:
- deploy/honeycomb_new/%(environment)s/honeycomb
- deploy/launchdarkly/%(environment)s/launchdarkly
- deploy/mint/%(environment)s/validation/mint-validator-payload
- deploy/flagship-shared-secret/%(environment)s/authn-flagship-payload
modules:
- name: github.com/getoutreach/stencil-outreach
- name: github.com/getoutreach/stencil-circleci
- name: github.com/getoutreach/stencil-actions
- name: github.com/getoutreach/stencil-base
- name: github.com/getoutreach/stencil-golang
- name: github.com/getoutreach/stencil-opslevel
- name: github.com/getoutreach/stencil-outreach
- name: github.com/getoutreach/stencil-circleci
- name: github.com/getoutreach/stencil-actions
opsLevel:
serviceTier: 0
lifecycle: ""
Expand Down
32 changes: 19 additions & 13 deletions stencil.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
version: v1.19.2
generated: 2022-06-16T22:56:20.753563Z
version: v1.21.1
generated: 2022-08-03T20:25:17.364135Z
modules:
- name: github.com/getoutreach/stencil-actions
url: https://github.com/getoutreach/stencil-actions
version: v0.1.0
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.4.0-rc.2
version: v0.5.0
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.0.0-rc.7
version: v1.2.1
- name: github.com/getoutreach/stencil-discovery
url: https://github.com/getoutreach/stencil-discovery
version: v1.0.0
version: v1.2.0
- name: github.com/getoutreach/stencil-golang
url: https://github.com/getoutreach/stencil-golang
version: v1.0.0-rc.5
version: v1.2.0
- name: github.com/getoutreach/stencil-opslevel
url: https://github.com/getoutreach/stencil-opslevel
version: v0.1.0-rc.2
version: v0.1.1
- name: github.com/getoutreach/stencil-outreach
url: https://github.com/getoutreach/stencil-outreach
version: v0.2.0
version: v0.2.2
files:
- name: .air.toml
template: .air.toml.tpl
module: github.com/getoutreach/stencil-golang
- name: .circleci/config.yml
template: .circleci/config.yml.tpl
module: github.com/getoutreach/stencil-outreach
- name: .circleci/config.yml
template: .circleci/config.yml.tpl
module: github.com/getoutreach/stencil-circleci
Expand Down Expand Up @@ -76,10 +79,10 @@ files:
module: github.com/getoutreach/stencil-outreach
- name: .vscode/private.env
template: .vscode/private.env.tpl
module: github.com/getoutreach/stencil-outreach
module: github.com/getoutreach/stencil-golang
- name: .vscode/private.env
template: .vscode/private.env.tpl
module: github.com/getoutreach/stencil-golang
module: github.com/getoutreach/stencil-outreach
- name: .vscode/settings.json
template: .vscode/settings.json.tpl
module: github.com/getoutreach/stencil-golang
Expand All @@ -95,6 +98,9 @@ files:
- name: README.md
template: README.md.tpl
module: github.com/getoutreach/stencil-base
- name: _helpers
template: _helpers.tpl
module: github.com/getoutreach/stencil-golang
- name: _helpers
template: _helpers.tpl
module: github.com/getoutreach/stencil-opslevel
Expand All @@ -104,9 +110,6 @@ files:
- name: _helpers
template: _helpers.tpl
module: github.com/getoutreach/stencil-base
- name: _helpers
template: _helpers.tpl
module: github.com/getoutreach/stencil-golang
- name: api/clients/node/.eslintrc.js
template: api/clients/node/.eslintrc.js.tpl
module: github.com/getoutreach/stencil-golang
Expand Down Expand Up @@ -236,6 +239,9 @@ files:
- name: documentation/SLOs.md
template: documentation/SLOs.md.tpl
module: github.com/getoutreach/stencil-base
- name: documentation/deployments.md
template: documentation/deployments.md.tpl
module: github.com/getoutreach/stencil-base
- name: documentation/disaster-recovery.md
template: documentation/disaster-recovery.md.tpl
module: github.com/getoutreach/stencil-base
Expand Down

0 comments on commit 30b5101

Please sign in to comment.