Skip to content

Commit

Permalink
chore(*): v0.9.0 version bumps (#1170)
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej authored Feb 16, 2023
1 parent 49721f2 commit a99ed51
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0 WITH LLVM-exception"
rust-version = "1.64"

[workspace.package]
version = "0.8.0"
version = "0.9.0"
authors = ["Fermyon Engineering <[email protected]>"]
edition = "2021"

Expand Down
8 changes: 4 additions & 4 deletions docs/content/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ url = "https://github.com/fermyon/spin/blob/main/docs/content/release-process.md
To cut a release of Spin, you will need to do the following:

1. Create a pull request that changes the version number for your new version
(e.g. `0.8.0` becomes `0.8.1`)
(e.g. `0.9.0` becomes `0.9.1`)
- Bump the version in Spin's `Cargo.toml`
- Update SDK_VERSION in `templates/Makefile`
- Check the docs for hard-coded version strings
1. Merge the PR created in #1 (Such PRs are still required to get approvals, so
make sure you get signoff on the PR)
1. Before proceeding, verify that the merge commit on `main` intended to be
tagged is green, i.e. CI is successful
1. Create a new tag with a `v` and then the version number (`v0.8.1`)
1. The Go SDK tag `sdk/go/v0.8.1` will be created in the [release action].
1. Create a new tag with a `v` and then the version number (`v0.9.1`)
1. The Go SDK tag `sdk/go/v0.9.1` will be created in the [release action].
1. When the [release action] completes, binary artifacts and checksums will be
automatically uploaded to the GitHub release.
1. A Pull Request will also be created by `fermybot` containing changes to the
templates per the updated SDK version. Once CI completes, approve this PR and
merge via a merge commit. This will trigger the `push-templates-tag` job in
the [release action], pushing the `spin/templates/v0.8` tag. (Note
the [release action], pushing the `spin/templates/v0.9` tag. (Note
that this tag may be force-pushed for all patch releases of a given minor release.)
1. Go to the GitHub [tags page](https://github.com/fermyon/spin/releases),
edit a release, add the release notes.
Expand Down
2 changes: 1 addition & 1 deletion templates/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SDK_VERSION ?= v0.8.0
SDK_VERSION ?= v0.9.0

bump-versions: bump-go-versions bump-rust-versions

Expand Down
2 changes: 1 addition & 1 deletion tests/http/headers-env-routes-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/http/simple-spin-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a99ed51

Please sign in to comment.