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

ci: remove apimachinery dep #15

Merged
merged 2 commits into from
Aug 23, 2024
Merged
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
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.1
speakeasyVersion: 1.377.3
generationVersion: 2.404.2
releaseVersion: 0.0.5
configChecksum: 3f4c19c5da9a7de794abfa0f86cede9e
releaseVersion: 0.0.6
configChecksum: 03fd65de363713bcd9ea0f771a41cbd9
features:
go:
additionalDependencies: 0.1.0
Expand Down
5 changes: 2 additions & 3 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
go:
version: 0.0.5
additionalDependencies:
k8s.io/apimachinery: v0.30.2
version: 0.0.6
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ generate.sdk:
$(shell git ls-files models/components/create*.go) \
$(shell git ls-files docs/models/components/create*.md)
speakeasy generate sdk --lang go --out . --schema ./$(OPENAPI_FILE)
go mod tidy
4 changes: 2 additions & 2 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.0.5",
SDKVersion: "0.0.6",
GenVersion: "2.404.2",
UserAgent: "speakeasy-sdk/go 0.0.5 2.404.2 0.0.1 github.com/Kong/sdk-konnect-go",
UserAgent: "speakeasy-sdk/go 0.0.6 2.404.2 0.0.1 github.com/Kong/sdk-konnect-go",
Hooks: hooks.New(),
},
}
Expand Down