Skip to content

Commit

Permalink
release: v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Dec 21, 2023
1 parent d46aa0e commit 30fe3ad
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:

GoReleaser:
runs-on: "ubuntu-latest"
if: contains(github.event.pull_request.labels.*.name, 'build-images') || github.ref == 'refs/heads/main'
needs:
- Extract
- Dirty
Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:
--secret FURY_TOKEN=$FURY_TOKEN
--secret GORELEASER_KEY=$GORELEASER_KEY
${{ contains(github.event.pull_request.labels.*.name, 'no-cache') && '--no-cache' || '' }}
+goreleaser --type=${{ matrix.components.type }} --components=${{ matrix.components.component }} --mode=ci
+goreleaser --type=${{ matrix.components.type }} --components=${{ matrix.components.component }} --mode=releasegq
env:
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}
SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion helm/regions/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
icon: "https://avatars.githubusercontent.com/u/84325077?s=200&v=4"

type: application
version: 0.4.2
version: 0.4.3
appVersion: "latest"

dependencies:
Expand Down
18 changes: 9 additions & 9 deletions helm/regions/templates/versions/v2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
name: v2.0
spec:
ledger: v2.0.0-beta.7
search: v1.0.0
stargate: v1.0.0
auth: v1.0.0
wallets: v1.0.0
webhooks: v1.0.0
gateway: v1.0.0
payments: v1.0.0-rc.5
orchestration: v0.3.0
reconciliation: v0.1.1
search: v2.0.0-beta.2
stargate: v2.0.0-beta.2
auth: v2.0.0-beta.2
wallets: v2.0.0-beta.2
webhooks: v2.0.0-beta.2
gateway: v2.0.0-beta.2
payments: v2.0.0-beta.2
orchestration: v2.0.0-beta.2
reconciliation: v2.0.0-beta.2
{{ end }}
3 changes: 3 additions & 0 deletions releases/sdks/go/docs/sdks/payments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ func main() {
Asset: "USD",
Description: "Multi-tiered incremental methodology",
DestinationAccountID: "string",
Metadata: map[string]string{
"key": "string",
},
Reference: "XXX",
ScheduledAt: types.MustTimeFromString("2022-05-04T12:05:29.406Z"),
SourceAccountID: "string",
Expand Down
6 changes: 3 additions & 3 deletions releases/sdks/go/formance.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ func New(opts ...SDKOption) *Formance {
sdk := &Formance{
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "INTERNAL",
SDKVersion: "",
OpenAPIDocVersion: "v2.0.0-beta.2",
SDKVersion: "v2.0.0-beta.2",
GenVersion: "2.173.0",
UserAgent: "speakeasy-sdk/go 2.173.0 INTERNAL github.com/formancehq/formance-sdk-go",
UserAgent: "speakeasy-sdk/go v2.0.0-beta.2 2.173.0 v2.0.0-beta.2 github.com/formancehq/formance-sdk-go",
},
}
for _, opt := range opts {
Expand Down
2 changes: 1 addition & 1 deletion releases/sdks/go/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ features:
ignores: 2.81.1
unions: 2.84.1
go:
version: ""
version: v2.0.0-beta.2
author: Formance
flattenGlobalSecurity: false
maxMethodParams: 0
Expand Down
2 changes: 1 addition & 1 deletion releases/templates/sdk/go/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ features:
globalServerURLs: 2.82.0
unions: 2.82.0
go:
version: ""
version: v2.0.0-beta.2
author: Formance
maxMethodParams: 0
packageName: github.com/formancehq/formance-sdk-go
2 changes: 1 addition & 1 deletion releases/templates/sdk/java/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ features:
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
java:
version: ""
version: v2.0.0-beta.2
artifactID: formance-sdk
companyEmail: [email protected]
companyName: Formance
Expand Down
2 changes: 1 addition & 1 deletion releases/templates/sdk/php/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ features:
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
php:
version: ""
version: v2.0.0-beta.2
maxMethodParams: 0
namespace: formance\stack
packageName: formance-sdk-php
2 changes: 1 addition & 1 deletion releases/templates/sdk/python/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ features:
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
python:
version: ""
version: v2.0.0-beta.2
author: Formance
description: Python Client SDK Generated by Speakeasy
maxMethodParams: 0
Expand Down
2 changes: 1 addition & 1 deletion releases/templates/sdk/typescript/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ features:
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
typescript:
version: ""
version: v2.0.0-beta.2
author: Formance
maxMethodParams: 0
packageName: '@formance/formance-sdk'

0 comments on commit 30fe3ad

Please sign in to comment.