Skip to content

Commit 4b185b3

Browse files
Merge branch 'master' of ssh://github.com/netlify/open-api into deploy-delete-endpoints
2 parents 146fe97 + cb7bda1 commit 4b185b3

File tree

249 files changed

+2539
-607
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+2539
-607
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, macOS-latest, windows-latest]
36-
go_version: [1.14.x, 1.15.x]
36+
go_version: [1.17.x, 1.18.x, 1.19.x]
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- name: Install Go ${{ matrix.go }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
go_version: [1.15.x]
16+
go_version: [1.19.x]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Install Go ${{ matrix.go }}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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.13.0](https://www.github.com/netlify/open-api/compare/v2.12.2...v2.13.0) (2023-01-23)
11+
12+
13+
### Features
14+
15+
* add functions_config property to deployfiles ([8613df5](https://www.github.com/netlify/open-api/commit/8613df5af1e2b7799dee9ce9ee46e21823fd0b03))
16+
* add more information to function_config ([b844c61](https://www.github.com/netlify/open-api/commit/b844c61e70f31eca803caad30e0b28e643cd5185))
17+
* Allow triggering test and validate workflow manually ([7673ad3](https://www.github.com/netlify/open-api/commit/7673ad3e1a56b9b15ffaaa030c602d28cef756f1))
18+
19+
20+
### Bug Fixes
21+
22+
* Add missing doc for Account Members Endpoints ([b3f5a0f](https://www.github.com/netlify/open-api/commit/b3f5a0f5b31ca6d70889d9f840a228f2b61efca0)), closes [#395](https://www.github.com/netlify/open-api/issues/395)
23+
1024
### [2.12.2](https://www.github.com/netlify/open-api/compare/v2.12.1...v2.12.2) (2022-11-21)
1125

1226

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ require (
1414
github.com/kyoh86/richgo v0.3.3
1515
github.com/myitcv/gobin v0.0.14
1616
github.com/pkg/errors v0.9.1
17+
github.com/rogpeppe/go-internal v1.9.0 // indirect
1718
github.com/rsc/goversion v1.2.0
1819
github.com/sirupsen/logrus v1.6.0
1920
github.com/stretchr/testify v1.7.0
2021
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
22+
golang.org/x/sys v0.4.0 // indirect
2123
)

go.sum

Lines changed: 6 additions & 85 deletions
Large diffs are not rendered by default.

go/models/account_add_member_setup.go

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

go/models/account_update_member_setup.go

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

go/models/deploy_files.go

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

0 commit comments

Comments
 (0)