Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency speakeasy-api/speakeasy to v1.459.3 #35

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
repo: speakeasy
cli_name: speakeasy
package_type: zip
version: 1.459.2 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy
version: 1.459.3 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
repo: speakeasy
cli_name: speakeasy
package_type: zip
version: 1.459.2 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy
version: 1.459.3 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy

- name: Checkout current repo
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: b81e5def-5b1e-4753-ae7c-0efccc2e6f61
management:
docChecksum: e7f0997368d05f4181c30c542b81c1b8
docVersion: 0.0.1
speakeasyVersion: 1.459.2
generationVersion: 2.483.1
releaseVersion: 0.1.15
configChecksum: 791487d781f65065a3f8d3099d35bd6e
speakeasyVersion: 1.459.3
generationVersion: 2.483.6
releaseVersion: 0.1.16
configChecksum: 037cc60c9527eefe39f1d52dbf84328b
features:
go:
additionalDependencies: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
go:
version: 0.1.15
version: 0.1.16
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
6 changes: 3 additions & 3 deletions sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ func New(opts ...SDKOption) *SDK {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.1",
SDKVersion: "0.1.15",
GenVersion: "2.483.1",
UserAgent: "speakeasy-sdk/go 0.1.15 2.483.1 0.0.1 github.com/Kong/sdk-konnect-go",
SDKVersion: "0.1.16",
GenVersion: "2.483.6",
UserAgent: "speakeasy-sdk/go 0.1.16 2.483.6 0.0.1 github.com/Kong/sdk-konnect-go",
Hooks: hooks.New(),
},
}
Expand Down
Loading