-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2232 from sourcenetwork/release/0.9.0
Release v0.9.0
- Loading branch information
Showing
454 changed files
with
17,322 additions
and
7,534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
version: 1 | ||
|
||
dist: ./build | ||
|
||
before: | ||
hooks: | ||
- go mod tidy | ||
- make deps:playground | ||
|
||
after: | ||
hooks: | ||
- cmd: docker pull {{ .Env.GITHUB_REPOSITORY }}:latest | ||
- cmd: docker run --rm {{ .Env.GITHUB_REPOSITORY }}:latest | ||
|
||
builds: | ||
- id: "defradb" | ||
main: ./cmd/defradb | ||
|
@@ -34,6 +27,9 @@ builds: | |
goarch: | ||
- amd64 | ||
- arm64 | ||
|
||
partial: | ||
by: target | ||
|
||
archives: | ||
- id: defradb_playground | ||
|
@@ -54,7 +50,7 @@ release: | |
header: | | ||
DefraDB v{{ .Major }}.{{ .Minor }} is a major pre-production release. Until the stable version 1.0 is reached, the SemVer minor patch number will denote notable releases, which will give the project freedom to experiment and explore potentially breaking changes. | ||
To get a full outline of the changes, we invite you to review the official changelog below. This release does include a Breaking Change to existing v{{ .Major }}.{{ .Minor }}.x databases. If you need help migrating an existing deployment, reach out at [email protected] or join our Discord at https://discord.source.network/. | ||
To get a full outline of the changes, we invite you to review the official changelog below. This release does include a Breaking Change to existing v{{ .Major }}.{{ .Minor }}.x databases. If you need help migrating an existing deployment, reach out at [email protected] or join our Discord at https://discord.gg/w7jYQVJ/. | ||
name_template: "v{{ .Version }} Release" | ||
|
||
changelog: | ||
|
Oops, something went wrong.