Skip to content

Commit

Permalink
chore: release 2.16.0 (#443)
Browse files Browse the repository at this point in the history
* 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 <231804+danez@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 19, 2023
1 parent 719806c commit 8620e4b
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Download fossa cli
run: |-
mkdir -p $HOME/.local/bin
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
- uses: navikt/github-app-token-generator@a3831f44404199df32d8f39f7c0ad9bb8fa18b1c
id: get-token
with:
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
app-id: ${{ secrets.TOKENS_APP_ID }}
- uses: GoogleCloudPlatform/release-please-action@v2
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ steps.get-token.outputs.token }}
release-type: node
package-name: '@netlify/open-api'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '*'
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swagger-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
swagger-bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '*'
check-latest: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
check-latest: true
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Tests
Expand All @@ -37,11 +37,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go ${{ matrix.go_version }}
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go_version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install make
run: choco install make
if: ${{ matrix.os == 'windows-latest' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-go-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go ${{ matrix.go_version }}
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go_version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: make all
- name: Check for changes
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [2.16.0](https://www.github.com/netlify/open-api/compare/v2.15.1...v2.16.0) (2023-04-19)


### Features

* 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))
* support for edge-redirects manifests ([3e1ea56](https://www.github.com/netlify/open-api/commit/3e1ea563621564c8cbd17826fea06c9ae088b8a7))

### [2.15.1](https://www.github.com/netlify/open-api/compare/v2.15.0...v2.15.1) (2023-03-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@netlify/open-api",
"description": "Netlify's open-api definition as a module",
"version": "2.15.1",
"version": "2.16.0",
"author": "Netlify",
"ava": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 2.15.1
version: 2.16.0
title: Netlify's API documentation
description: >-
Netlify is a hosting service for the programmable web. It understands your
Expand Down

0 comments on commit 8620e4b

Please sign in to comment.