Skip to content

Commit

Permalink
Merge branch 'master' into renovate/avm
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh committed Oct 30, 2023
2 parents 173d728 + 78b0a46 commit 47ffd05
Show file tree
Hide file tree
Showing 24 changed files with 300 additions and 214 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.15.1"
".": "0.15.2"
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
cache-directories: ~/.cache/sccache
shared-key: nox
shared-key: nox-${{ matrix.arch }}
# github allows only 10GB of cache
# so save cache only on merge to master
# to use less space and speed up CI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
repository: fluencelabs/nox-distro

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.7.4
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.7.4
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
cache-directories: ~/.cache/sccache
shared-key: nox
save-if: false
shared-key: nox-tests
# github allows only 10GB of cache
# so save cache only on merge to master
# to use less space and speed up CI
save-if: ${{ github.event_name == 'push' }}

- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.3
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.15.2](https://github.com/fluencelabs/nox/compare/nox-v0.15.1...nox-v0.15.2) (2023-10-29)


### Bug Fixes

* **builtins:** validate deal_id in subnet.resolve [NET-591] ([#1842](https://github.com/fluencelabs/nox/issues/1842)) ([84bc025](https://github.com/fluencelabs/nox/commit/84bc025b8e36a5e6bef5e0d2fe2ad804241d7526))
* **deps:** Update avm packages in one PR and bump fluence-app-service ([#1839](https://github.com/fluencelabs/nox/issues/1839)) ([ce5bbfa](https://github.com/fluencelabs/nox/commit/ce5bbfa626e1a8154e2fd6fd7d0829d4fd5c6b0e))
* **deps:** update fluence-spell to v0.5.25 ([#1854](https://github.com/fluencelabs/nox/issues/1854)) ([ebe781f](https://github.com/fluencelabs/nox/commit/ebe781f82b12938cd699d9cf014a74d1b82914ac))
* **deps:** update fluence-spell to v0.5.26 ([#1855](https://github.com/fluencelabs/nox/issues/1855)) ([d1dbc88](https://github.com/fluencelabs/nox/commit/d1dbc88543bcf2f29cc8119b6d8c866594ee5cd0))
* **deps:** update rust crate decider-distro to v0.5.3 ([#1872](https://github.com/fluencelabs/nox/issues/1872)) ([40dcae2](https://github.com/fluencelabs/nox/commit/40dcae2e1304ed71a4c1684edafd1de2050e411e))
* remove aqua cli from README ([#1843](https://github.com/fluencelabs/nox/issues/1843)) ([8012b3e](https://github.com/fluencelabs/nox/commit/8012b3efddd454e5e27cf32a125efcb11c202d7a))

## [0.15.1](https://github.com/fluencelabs/nox/compare/nox-v0.15.0...nox-v0.15.1) (2023-10-16)


Expand Down
Loading

0 comments on commit 47ffd05

Please sign in to comment.