From d374e5cff354e90b1295a7c3700eff2cc72f511f Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:35:22 +0200 Subject: [PATCH] chore(main): release spell 0.7.3 (#281) :robot: I have created a release *beep* *boop* --- ## [0.7.3](https://github.com/fluencelabs/spell/compare/spell-v0.7.2...spell-v0.7.3) (2024-02-22) ### Bug Fixes * **vault:** use vault only on host in IS ([#276](https://github.com/fluencelabs/spell/issues/276)) ([316781b](https://github.com/fluencelabs/spell/commit/316781bf9d90ad334e9459660566154c716aabb2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ fluence.yaml | 4 ++-- src/aqua/installation-spell/package.json | 2 +- src/aqua/spell/package.json | 2 +- src/spell/modules/spell/Cargo.lock | 4 ++-- src/spell/modules/spell/spell-distro/Cargo.toml | 2 +- src/spell/modules/spell/spell-dtos/Cargo.toml | 2 +- 8 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index ca1c614f..657149d5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 267f5eca..39c93455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/fluencelabs/spell/compare/spell-v0.7.2...spell-v0.7.3) (2024-02-22) + + +### Bug Fixes + +* **vault:** use vault only on host in IS ([#276](https://github.com/fluencelabs/spell/issues/276)) ([316781b](https://github.com/fluencelabs/spell/commit/316781bf9d90ad334e9459660566154c716aabb2)) + ## [0.7.2](https://github.com/fluencelabs/spell/compare/spell-v0.7.1...spell-v0.7.2) (2024-02-21) diff --git a/fluence.yaml b/fluence.yaml index e2365edf..f51d443d 100644 --- a/fluence.yaml +++ b/fluence.yaml @@ -7,8 +7,8 @@ version: 8 aquaDependencies: - "@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.2.tgz # x-release-please-version - "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.2.tgz # x-release-please-version + "@fluencelabs/spell": file:./src/aqua/spell/fluencelabs-spell-0.7.3.tgz # x-release-please-version + "@fluencelabs/installation-spell": file:./src/aqua/installation-spell/fluencelabs-installation-spell-0.7.3.tgz # x-release-please-version "@fluencelabs/aqua-lib": 0.10.1 "@fluencelabs/registry": 0.9.4 "@fluencelabs/aqua-ipfs": 0.5.31 diff --git a/src/aqua/installation-spell/package.json b/src/aqua/installation-spell/package.json index a38f667a..ea6ef0e9 100644 --- a/src/aqua/installation-spell/package.json +++ b/src/aqua/installation-spell/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/installation-spell", - "version": "0.7.2", + "version": "0.7.3", "description": "Special spell that installs services from App Config", "main": "index.js", "engines": { diff --git a/src/aqua/spell/package.json b/src/aqua/spell/package.json index 96f6bfd8..b6064cec 100644 --- a/src/aqua/spell/package.json +++ b/src/aqua/spell/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/spell", - "version": "0.7.2", + "version": "0.7.3", "description": "Aqua API for Spells", "files": [ "api.aqua", diff --git a/src/spell/modules/spell/Cargo.lock b/src/spell/modules/spell/Cargo.lock index 02af6b0e..bd8af4e9 100644 --- a/src/spell/modules/spell/Cargo.lock +++ b/src/spell/modules/spell/Cargo.lock @@ -803,7 +803,7 @@ dependencies = [ [[package]] name = "fluence-spell-distro" -version = "0.7.2" +version = "0.7.3" dependencies = [ "built", "maplit", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.7.2" +version = "0.7.3" dependencies = [ "eyre", "marine-rs-sdk", diff --git a/src/spell/modules/spell/spell-distro/Cargo.toml b/src/spell/modules/spell/spell-distro/Cargo.toml index 0a460a36..155c6c77 100644 --- a/src/spell/modules/spell/spell-distro/Cargo.toml +++ b/src/spell/modules/spell/spell-distro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fluence-spell-distro" description = "distribution of a fluence spell service" -version = "0.7.2" +version = "0.7.3" edition = "2021" include = [ "/src", "/spell-service", "build.rs", "Cargo.toml" ] license = "Apache-2.0" diff --git a/src/spell/modules/spell/spell-dtos/Cargo.toml b/src/spell/modules/spell/spell-dtos/Cargo.toml index 8918fe1a..f6caa758 100644 --- a/src/spell/modules/spell/spell-dtos/Cargo.toml +++ b/src/spell/modules/spell/spell-dtos/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fluence-spell-dtos" description = "data structures for fluence spell service" -version = "0.7.2" +version = "0.7.3" edition = "2021" license = "Apache-2.0"