From a99ed5130d46c541d5ae0020a09d0dec51be2b0a Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 16 Feb 2023 15:41:30 -0700 Subject: [PATCH] chore(*): v0.9.0 version bumps (#1170) Signed-off-by: Joel Dice --- Cargo.lock | 46 +++++++++---------- Cargo.toml | 2 +- docs/content/release-process.md | 8 ++-- templates/Makefile | 2 +- tests/http/headers-env-routes-test/Cargo.lock | 2 +- tests/http/simple-spin-rust/Cargo.lock | 2 +- 6 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 721d6bd3a0..57704115c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,7 +596,7 @@ dependencies = [ [[package]] name = "cloud" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "cloud-openapi", @@ -1283,7 +1283,7 @@ checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" [[package]] name = "e2e-testing" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -2923,7 +2923,7 @@ dependencies = [ [[package]] name = "outbound-http" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "http", @@ -2937,7 +2937,7 @@ dependencies = [ [[package]] name = "outbound-mysql" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "mysql_async", @@ -2951,7 +2951,7 @@ dependencies = [ [[package]] name = "outbound-pg" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "native-tls", @@ -2965,7 +2965,7 @@ dependencies = [ [[package]] name = "outbound-redis" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "redis", @@ -4205,7 +4205,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spin-abi-conformance" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "cap-std", @@ -4225,7 +4225,7 @@ dependencies = [ [[package]] name = "spin-app" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -4238,7 +4238,7 @@ dependencies = [ [[package]] name = "spin-build" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "futures", @@ -4252,7 +4252,7 @@ dependencies = [ [[package]] name = "spin-cli" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -4315,7 +4315,7 @@ dependencies = [ [[package]] name = "spin-config" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -4333,7 +4333,7 @@ dependencies = [ [[package]] name = "spin-core" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -4349,7 +4349,7 @@ dependencies = [ [[package]] name = "spin-http" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -4378,7 +4378,7 @@ dependencies = [ [[package]] name = "spin-key-value" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "spin-app", @@ -4402,7 +4402,7 @@ dependencies = [ [[package]] name = "spin-loader" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -4450,7 +4450,7 @@ dependencies = [ [[package]] name = "spin-manifest" -version = "0.8.0" +version = "0.9.0" dependencies = [ "indexmap", "serde", @@ -4460,7 +4460,7 @@ dependencies = [ [[package]] name = "spin-plugins" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "bytes", @@ -4481,7 +4481,7 @@ dependencies = [ [[package]] name = "spin-publish" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "base64 0.21.0", @@ -4514,7 +4514,7 @@ dependencies = [ [[package]] name = "spin-redis-engine" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -4531,7 +4531,7 @@ dependencies = [ [[package]] name = "spin-sdk" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "bytes", @@ -4544,7 +4544,7 @@ dependencies = [ [[package]] name = "spin-templates" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -4579,7 +4579,7 @@ dependencies = [ [[package]] name = "spin-testing" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "http", @@ -4596,7 +4596,7 @@ dependencies = [ [[package]] name = "spin-trigger" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a893740cb9..b7941c3fe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" diff --git a/docs/content/release-process.md b/docs/content/release-process.md index 1ad053ad39..d0cfe6de74 100644 --- a/docs/content/release-process.md +++ b/docs/content/release-process.md @@ -9,7 +9,7 @@ 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 @@ -17,14 +17,14 @@ To cut a release of Spin, you will need to do the following: 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. diff --git a/templates/Makefile b/templates/Makefile index 599c9748f4..9345f80b77 100644 --- a/templates/Makefile +++ b/templates/Makefile @@ -1,4 +1,4 @@ -SDK_VERSION ?= v0.8.0 +SDK_VERSION ?= v0.9.0 bump-versions: bump-go-versions bump-rust-versions diff --git a/tests/http/headers-env-routes-test/Cargo.lock b/tests/http/headers-env-routes-test/Cargo.lock index 424d78d644..2a1fc7322f 100644 --- a/tests/http/headers-env-routes-test/Cargo.lock +++ b/tests/http/headers-env-routes-test/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "spin-sdk" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "bytes", diff --git a/tests/http/simple-spin-rust/Cargo.lock b/tests/http/simple-spin-rust/Cargo.lock index 326df79030..5d04ebad24 100644 --- a/tests/http/simple-spin-rust/Cargo.lock +++ b/tests/http/simple-spin-rust/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "spin-sdk" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "bytes",