Skip to content

Commit 8620e4b

Browse files
chore: release 2.16.0 (#443)
* chore: release 2.16.0 * chore: bump swagger.yml file * chore: update workflows --------- Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: token-generator-app[bot] <token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent 719806c commit 8620e4b

9 files changed

+25
-17
lines changed

.github/workflows/fossa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Download fossa cli
2020
run: |-
2121
mkdir -p $HOME/.local/bin

.github/workflows/release-please.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
10+
- uses: navikt/github-app-token-generator@a3831f44404199df32d8f39f7c0ad9bb8fa18b1c
1111
id: get-token
1212
with:
1313
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
1414
app-id: ${{ secrets.TOKENS_APP_ID }}
15-
- uses: GoogleCloudPlatform/release-please-action@v2
15+
- uses: GoogleCloudPlatform/release-please-action@v3
1616
id: release
1717
with:
1818
token: ${{ steps.get-token.outputs.token }}
1919
release-type: node
2020
package-name: '@netlify/open-api'
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
if: ${{ steps.release.outputs.release_created }}
23-
- uses: actions/setup-node@v2
23+
- uses: actions/setup-node@v3
2424
with:
2525
node-version: '*'
2626
check-latest: true

.github/workflows/swagger-bump.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
swagger-bump:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
with:
1414
node-version: '*'
1515
check-latest: true

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Install Node.js ${{ matrix.node_version }}
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node_version }}
2424
check-latest: true
2525
- name: Git checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
- name: Install dependencies
2828
run: npm ci
2929
- name: Tests
@@ -37,11 +37,11 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- name: Install Go ${{ matrix.go_version }}
40-
uses: actions/setup-go@v2.1.3
40+
uses: actions/setup-go@v4
4141
with:
4242
go-version: ${{ matrix.go_version }}
4343
- name: Checkout code
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
- name: Install make
4646
run: choco install make
4747
if: ${{ matrix.os == 'windows-latest' }}

.github/workflows/verify-go-src.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Install Go ${{ matrix.go_version }}
20-
uses: actions/setup-go@v2.1.3
20+
uses: actions/setup-go@v4
2121
with:
2222
go-version: ${{ matrix.go_version }}
2323
- name: Checkout code
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525
- name: Install dependencies
2626
run: make all
2727
- name: Check for changes

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [2.16.0](https://www.github.com/netlify/open-api/compare/v2.15.1...v2.16.0) (2023-04-19)
11+
12+
13+
### Features
14+
15+
* add runtimeVersion support to deploy ([#442](https://www.github.com/netlify/open-api/issues/442)) ([d356ee2](https://www.github.com/netlify/open-api/commit/d356ee22eeeaef4506072aee97d86ac3f08d0457))
16+
* support for edge-redirects manifests ([3e1ea56](https://www.github.com/netlify/open-api/commit/3e1ea563621564c8cbd17826fea06c9ae088b8a7))
17+
1018
### [2.15.1](https://www.github.com/netlify/open-api/compare/v2.15.0...v2.15.1) (2023-03-24)
1119

1220

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/open-api",
33
"description": "Netlify's open-api definition as a module",
4-
"version": "2.15.1",
4+
"version": "2.16.0",
55
"author": "Netlify",
66
"ava": {
77
"files": [

swagger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 2.15.1
3+
version: 2.16.0
44
title: Netlify's API documentation
55
description: >-
66
Netlify is a hosting service for the programmable web. It understands your

0 commit comments

Comments
 (0)