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 5c9542a
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 32 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=release
env:
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}
SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }}
Expand Down
2 changes: 0 additions & 2 deletions components/ledger/.goreleaser.ledger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ changelog:

release:
prerelease: auto
extra_files:
- glob: openapi.yaml
footer: |
## What to do next?
- Read the [documentation](https://docs.formance.com/)
Expand Down
2 changes: 0 additions & 2 deletions components/ledger/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ builds:

release:
prerelease: auto
extra_files:
- glob: openapi.yaml
footer: |
## What to do next?
- Read the [documentation](https://docs.formance.com/)
Expand Down
2 changes: 0 additions & 2 deletions ee/auth/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ archives:

release:
prerelease: auto
extra_files:
- glob: openapi.yaml
footer: |
## What to do next?
- Read the [documentation](https://docs.formance.com/)
Expand Down
2 changes: 0 additions & 2 deletions ee/orchestration/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ archives:

release:
prerelease: auto
extra_files:
- glob: openapi.yaml
footer: |
## What to do next?
- Read the [documentation](https://docs.formance.com/)
Expand Down
2 changes: 0 additions & 2 deletions ee/reconciliation/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ archives:

release:
prerelease: auto
extra_files:
- glob: openapi.yaml
footer: |
## What to do next?
- Read the [documentation](https://docs.formance.com/)
Expand Down
2 changes: 0 additions & 2 deletions ee/search/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ archives:

release:
prerelease: auto
extra_files:
- glob: openapi.yaml
footer: |
## What to do next?
- Read the [documentation](https://docs.formance.com/)
Expand Down
2 changes: 0 additions & 2 deletions ee/wallets/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ archives:

release:
prerelease: auto
extra_files:
- glob: openapi.yaml
footer: |
## What to do next?
- Read the [documentation](https://docs.formance.com/)
Expand Down
2 changes: 0 additions & 2 deletions ee/webhooks/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ archives:

release:
prerelease: auto
extra_files:
- glob: openapi.yaml
footer: |
## What to do next?
- Read the [documentation](https://docs.formance.com/)
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

0 comments on commit 5c9542a

Please sign in to comment.