Skip to content

Commit e58aa18

Browse files
authored
feat: Re-bootstrap to 10.2.1 and fnd-dtss->fnd-dt (#6)
Co-authored-by: David de Regt <[email protected]>
1 parent 8f668b2 commit e58aa18

File tree

8 files changed

+40
-23
lines changed

8 files changed

+40
-23
lines changed

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# syntax, such as anchors, will be fixed automatically.
33
version: 2.1
44
orbs:
5-
shared: getoutreach/shared@2.0.4
5+
shared: getoutreach/shared@2.2.0
66

77
# Extra contexts to expose to all jobs below
88
contexts: &contexts
@@ -73,6 +73,11 @@ workflows:
7373
- shared/test:
7474
context: *contexts
7575
app_name: logfmt
76+
### Start parameters inserted by other modules
77+
### End parameters inserted by other modules
78+
###Block(circleTestExtra)
79+
80+
###EndBlock(circleTestExtra)
7681

7782
- shared/publish_docs:
7883
context: *contexts
@@ -88,6 +93,9 @@ workflows:
8893
- shared/test
8994
- shared/e2e:
9095
context: *contexts
96+
###Block(circleE2EExtra)
97+
98+
###EndBlock(circleE2EExtra)
9199
- shared/docker:
92100
context: *contexts
93101
filters:

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See https://help.github.com/articles/about-codeowners/
2-
* @getoutreach/fnd-dtss
2+
* @getoutreach/fnd-dt
33

44
###Block(customCodeowners)
55

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"recommendations": [
33
"editorconfig.editorconfig",
4+
"esbenp.prettier-vscode",
45
"hashicorp.terraform",
56
"golang.go",
67
"heptio.jsonnet",

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"[dockerfile]": {
2424
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
2525
},
26+
"[markdown]": {
27+
"editor.defaultFormatter": "esbenp.prettier-vscode"
28+
},
2629
"[proto3]": {
2730
"editor.defaultFormatter": "zxh404.vscode-proto3"
2831
},

bootstrap.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opslevel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 1
99
service:
1010
name: logfmt
1111
product: Outreach
12-
owner: fnd_dtss
12+
owner: fnd_dt
1313
language: Golang
1414
framework: stencil
1515
description: >
@@ -28,13 +28,13 @@ service:
2828
- key: repo
2929
value: "https://github.com/getoutreach/logfmt"
3030
- key: reporting_team
31-
value: "fnd-dtss"
31+
value: "fnd-dt"
3232
- key: app
3333
value: "logfmt"
3434
- key: name
3535
value: "logfmt"
3636
- key: stencil_version
37-
value: "v1.19.3"
37+
value: "v1.21.1"
3838
- key: golang_version
3939
value: "1.17.9"
4040
- key: tutorial

service.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: logfmt
2-
reportingTeam: fnd-dtss
2+
reportingTeam: fnd-dt
33
description: Development time log formatter. Helps format structured logs to a human readable format.
44
oss: true
55
slack: dev-tooling-notifications
@@ -9,6 +9,7 @@ commands:
99
circleAPIKey: 2b5e5793e375e5a6ddf98251848372496e943192
1010
lintroller: platinum
1111
tracing: honeycomb
12+
metrics: datadog
1213
releaseType: semver
1314
releaseOptions:
1415
allowPrereleases: true
@@ -28,6 +29,7 @@ arguments:
2829
kubernetes:
2930
groups: []
3031
lintroller: platinum
32+
metrics: datadog
3133
opslevel:
3234
confluenceSpaceKey: DTSS
3335
datadogDashboards:
@@ -37,7 +39,7 @@ arguments:
3739
releaseOptions:
3840
allowMajorVersions: true
3941
enablePrereleases: true
40-
reportingTeam: fnd-dtss
42+
reportingTeam: fnd-dt
4143
resources: {}
4244
service: false
4345
tracing: honeycomb
@@ -48,12 +50,12 @@ arguments:
4850
- deploy/mint/%(environment)s/validation/mint-validator-payload
4951
- deploy/flagship-shared-secret/%(environment)s/authn-flagship-payload
5052
modules:
51-
- name: github.com/getoutreach/stencil-base
5253
- name: github.com/getoutreach/stencil-golang
5354
- name: github.com/getoutreach/stencil-opslevel
5455
- name: github.com/getoutreach/stencil-outreach
5556
- name: github.com/getoutreach/stencil-circleci
5657
- name: github.com/getoutreach/stencil-actions
58+
- name: github.com/getoutreach/stencil-base
5759
opsLevel:
5860
serviceTier: 0
5961
lifecycle: ""

stencil.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
version: v1.19.3
2-
generated: 2022-06-27T17:47:12.737904Z
1+
version: v1.21.1
2+
generated: 2022-08-21T20:37:05.257679Z
33
modules:
44
- name: github.com/getoutreach/stencil-actions
55
url: https://github.com/getoutreach/stencil-actions
66
version: v0.1.0
77
- name: github.com/getoutreach/stencil-base
88
url: https://github.com/getoutreach/stencil-base
9-
version: v0.4.0
9+
version: v0.5.0
1010
- name: github.com/getoutreach/stencil-circleci
1111
url: https://github.com/getoutreach/stencil-circleci
12-
version: v1.1.2
12+
version: v1.2.1
1313
- name: github.com/getoutreach/stencil-discovery
1414
url: https://github.com/getoutreach/stencil-discovery
15-
version: v1.0.0
15+
version: v1.2.0
1616
- name: github.com/getoutreach/stencil-golang
1717
url: https://github.com/getoutreach/stencil-golang
18-
version: v1.2.0-rc.1
18+
version: v1.2.0
1919
- name: github.com/getoutreach/stencil-opslevel
2020
url: https://github.com/getoutreach/stencil-opslevel
21-
version: v0.1.0
21+
version: v0.1.1
2222
- name: github.com/getoutreach/stencil-outreach
2323
url: https://github.com/getoutreach/stencil-outreach
2424
version: v0.2.2
@@ -79,10 +79,10 @@ files:
7979
module: github.com/getoutreach/stencil-outreach
8080
- name: .vscode/private.env
8181
template: .vscode/private.env.tpl
82-
module: github.com/getoutreach/stencil-outreach
82+
module: github.com/getoutreach/stencil-golang
8383
- name: .vscode/private.env
8484
template: .vscode/private.env.tpl
85-
module: github.com/getoutreach/stencil-golang
85+
module: github.com/getoutreach/stencil-outreach
8686
- name: .vscode/settings.json
8787
template: .vscode/settings.json.tpl
8888
module: github.com/getoutreach/stencil-golang
@@ -98,9 +98,6 @@ files:
9898
- name: README.md
9999
template: README.md.tpl
100100
module: github.com/getoutreach/stencil-base
101-
- name: _helpers
102-
template: _helpers.tpl
103-
module: github.com/getoutreach/stencil-circleci
104101
- name: _helpers
105102
template: _helpers.tpl
106103
module: github.com/getoutreach/stencil-base
@@ -110,6 +107,9 @@ files:
110107
- name: _helpers
111108
template: _helpers.tpl
112109
module: github.com/getoutreach/stencil-opslevel
110+
- name: _helpers
111+
template: _helpers.tpl
112+
module: github.com/getoutreach/stencil-circleci
113113
- name: api/clients/node/.eslintrc.js
114114
template: api/clients/node/.eslintrc.js.tpl
115115
module: github.com/getoutreach/stencil-golang
@@ -239,6 +239,9 @@ files:
239239
- name: documentation/SLOs.md
240240
template: documentation/SLOs.md.tpl
241241
module: github.com/getoutreach/stencil-base
242+
- name: documentation/deployments.md
243+
template: documentation/deployments.md.tpl
244+
module: github.com/getoutreach/stencil-base
242245
- name: documentation/disaster-recovery.md
243246
template: documentation/disaster-recovery.md.tpl
244247
module: github.com/getoutreach/stencil-base

0 commit comments

Comments
 (0)