Skip to content

Commit

Permalink
chore(deps): update dependency speakeasy-api/speakeasy to v1.464.0 (#35)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency speakeasy-api/speakeasy to v1.464.0

* Bump .speakeasy/gen.yaml based on label

* Update provider based on openapi.yaml changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pmalek <[email protected]>
Co-authored-by: team-k8s-bot <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent f203f8f commit c0a5480
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
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.464.0 # 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.464.0 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy

- name: Checkout current repo
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.speakeasy/reports
# .gitignore
bin/
10 changes: 5 additions & 5 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: d1b1d533361b8d1a156a10a560fa0e38
docVersion: 0.0.1
speakeasyVersion: 1.459.2
generationVersion: 2.483.1
releaseVersion: 0.1.16
configChecksum: 037cc60c9527eefe39f1d52dbf84328b
speakeasyVersion: 1.464.0
generationVersion: 2.486.6
releaseVersion: 0.1.17
configChecksum: bc18fd951cb6a116b76a2a87900403a6
features:
go:
additionalDependencies: 0.1.0
Expand All @@ -25,7 +25,7 @@ features:
nameOverrides: 2.81.2
nullables: 0.1.0
responseFormat: 0.1.2
retries: 2.83.1
retries: 2.83.2
sdkHooks: 0.1.0
unions: 2.85.10
generatedFiles:
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.16
version: 0.1.17
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
3 changes: 3 additions & 0 deletions retry/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ type BackoffStrategy struct {

// Config configures a retry policy.
type Config struct {
// Strategy sets the algorithm to use for a retry loop. It can be one of:
// - "backoff": retry with exponential backoff and random jitter.
// - "none" or "": disables retries.
Strategy string
Backoff *BackoffStrategy
RetryConnectionErrors bool
Expand Down
6 changes: 3 additions & 3 deletions sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ func New(opts ...SDKOption) *SDK {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.1",
SDKVersion: "0.1.16",
GenVersion: "2.483.1",
UserAgent: "speakeasy-sdk/go 0.1.16 2.483.1 0.0.1 github.com/Kong/sdk-konnect-go",
SDKVersion: "0.1.17",
GenVersion: "2.486.6",
UserAgent: "speakeasy-sdk/go 0.1.17 2.486.6 0.0.1 github.com/Kong/sdk-konnect-go",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit c0a5480

Please sign in to comment.