Skip to content

Commit

Permalink
fix(stencil): upgrade modules (2024-05-08) (#59)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Module | Change |
|--------|--------|
|
[github.com/getoutreach/devbase](https://github.com/getoutreach/devbase)
| `v2.26.2` -> `v2.27.0-rc.2` |
|
[github.com/getoutreach/stencil-actions](https://github.com/getoutreach/stencil-actions)
| `v0.4.0` -> `v0.4.1-rc.2` |
|
[github.com/getoutreach/stencil-base](https://github.com/getoutreach/stencil-base)
| `v0.15.2` -> `v0.16.0-rc.2` |
|
[github.com/getoutreach/stencil-circleci](https://github.com/getoutreach/stencil-circleci)
| `v1.12.1` -> `v1.13.0-rc.3` |
|
[github.com/getoutreach/stencil-discovery](https://github.com/getoutreach/stencil-discovery)
| `v1.8.2` -> `v1.8.3-rc.1` |
|
[github.com/getoutreach/stencil-golang](https://github.com/getoutreach/stencil-golang)
| `v1.22.0` -> `v1.23.0-rc.4` |

---

### Release Notes
<details>
<summary>github.com/getoutreach/devbase</summary>
<a
href="https://github.com/getoutreach/devbase/compare/v2.26.2...v2.27.0-rc.2">Changes</a>
</details>
<details>
<summary>github.com/getoutreach/stencil-actions</summary>
<a
href="https://github.com/getoutreach/stencil-actions/compare/v0.4.0...v0.4.1-rc.2">Changes</a>
</details>
<details>
<summary>github.com/getoutreach/stencil-base</summary>
<a
href="https://github.com/getoutreach/stencil-base/compare/v0.15.2...v0.16.0-rc.2">Changes</a>
</details>
<details>
<summary>github.com/getoutreach/stencil-circleci</summary>
<a
href="https://github.com/getoutreach/stencil-circleci/compare/v1.12.1...v1.13.0-rc.3">Changes</a>
</details>
<details>
<summary>github.com/getoutreach/stencil-discovery</summary>
<a
href="https://github.com/getoutreach/stencil-discovery/compare/v1.8.2...v1.8.3-rc.1">Changes</a>
</details>
<details>
<summary>github.com/getoutreach/stencil-golang</summary>
<a
href="https://github.com/getoutreach/stencil-golang/compare/v1.22.0...v1.23.0-rc.4">Changes</a>
</details>

---

This PR was generated by
[stencilbot](https://github.com/getoutreach/dtss-tools).
Feedback/Questions? Reach out to us on
[Slack](https://outreach-hq.slack.com/archives/CN9MU7GLW).

<details>
<summary>Metadata</summary>
<b>Stencil Version</b>: <code>v1.38.1-rc.1</code>
</details>

---------

Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com>
Co-authored-by: Mark Lee <[email protected]>
  • Loading branch information
getoutreach-ci-1[bot] and malept authored May 8, 2024
1 parent eb633a2 commit 84eba35
Show file tree
Hide file tree
Showing 11 changed files with 1,931 additions and 2,027 deletions.
23 changes: 16 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/[email protected]

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

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

Expand All @@ -90,6 +91,7 @@ workflows:
executor:
name: shared/testbed-machine
resource_class: large

## <</Stencil::Block>>
requires:
## <<Stencil::Block(circleReleaseRequires)>>
Expand All @@ -98,12 +100,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
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
# Note: Versions in this block do not override the default versions above
# but sometimes you have to declare additional versions of the same tool
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ new-action:
.PHONY: test-action
test-action:
./scripts/test-action.sh $(name) $(payload)

post-stencil::
./scripts/shell-wrapper.sh catalog-sync.sh
## <</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/actions
framework: stencil
language: Golang
stencil_version: v1.38.0
stencil_version: v1.38.1-rc.2
golang_version: 1.22.0
cli: false
service: false
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.22.0

require (
github.com/bradleyfalzon/ghinstallation v1.1.1
github.com/bradleyfalzon/ghinstallation/v2 v2.10.0
github.com/getoutreach/goql v1.12.0
github.com/sethvargo/go-githubactions v1.2.0
github.com/slack-go/slack v0.12.5
Expand All @@ -16,8 +16,8 @@ require github.com/getoutreach/gobox v1.89.0 // indirect

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/google/go-github/v29 v29.0.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/google/go-github/v60 v60.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
Expand Down
21 changes: 6 additions & 15 deletions go.sum

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

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"
}
}
2 changes: 1 addition & 1 deletion pkg/gh/gh.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"os"
"strings"

"github.com/bradleyfalzon/ghinstallation"
"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/google/go-github/v43/github"
"github.com/pkg/errors"
"golang.org/x/oauth2"
Expand Down
10 changes: 8 additions & 2 deletions service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@ name: actions
arguments:
ciOptions:
skipDocker: true
confluenceSpaceKey: DT
description: |
This is a collection of actions that are used by Outreach.
lifecycle: public_ga
lintroller: platinum
metrics: datadog
opslevel:
confluenceSpaceKey: "DT"
oss: true
reportingTeam: fnd-dt
tier: 2
tracing: opentelemetry
modules:
- name: github.com/getoutreach/devbase
channel: rc
- name: github.com/getoutreach/stencil-base
channel: rc
- name: github.com/getoutreach/stencil-golang
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
14 changes: 7 additions & 7 deletions stencil.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
version: v1.38.0
version: v1.38.1-rc.2
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
files:
- name: .circleci/config.yml
template: .circleci/config.yml.tpl
Expand Down
Loading

0 comments on commit 84eba35

Please sign in to comment.