Skip to content

Commit

Permalink
Feature/release 0.9.17 (#141)
Browse files Browse the repository at this point in the history
* Release version 0.9.17 - opportunity runtime.

* Update dependencies.

* Release version 0.9.17 - opportunity node updates.

* Release version 0.9.17 - standard collator updates.

* Release version 0.9.17 - standard collator updates.

* Release version 0.9.17 - standard collator updates.

* Release version 0.9.17 - standard collator updates.

* Release version 0.9.17 - standard collator updates.

* Release version 0.9.17 - standard collator updates.

* Release version 0.9.17 - standard collator updates.
  • Loading branch information
firke authored Mar 29, 2022
1 parent e777181 commit ebe7fbe
Show file tree
Hide file tree
Showing 41 changed files with 3,079 additions and 2,344 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ permissions:
contents: read

env:
TOOLCHAIN_BUILD: "nightly-2021-11-07"
TOOLCHAIN_BUILD: "nightly-2022-01-27"
TOOLCHAIN_OVERRIDE: false

# Controls when the action will run.
Expand All @@ -23,7 +23,7 @@ on:
inputs:
toolchain-build:
description: "Rust toolchain to use"
default: "nightly-2021-11-07"
default: "nightly-2022-01-27"
required: false
toolchain-override:
description: "Set installed toolchain as an override for the current directory"
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout - ${{ matrix.os }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
release: [opportunity-standalone, standard-collator]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download artifact
uses: dawidd6/action-download-artifact@v2
Expand Down Expand Up @@ -49,14 +49,14 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub - ${{ matrix.platform }} - ${{ matrix.release }}
uses: docker/login-action@v1.12.0
uses: docker/login-action@v1.14.1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push Docker images - ${{ matrix.platform }} - ${{ matrix.release }}
id: docker_build
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v2.10.0
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt-checks-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
discussions: write

env:
TOOLCHAIN_BUILD: "nightly-2021-11-07"
TOOLCHAIN_BUILD: "nightly-2022-01-27"

# Controls when the action will run.
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
19 changes: 1 addition & 18 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build Changelog
id: build-changelog
uses: mikepenz/release-changelog-builder-action@v2.2.0
uses: mikepenz/release-changelog-builder-action@v2.8.2
if: github.ref == 'refs/heads/master'
with:
configuration: ".github/release_notes_config.json"
Expand All @@ -88,23 +88,6 @@ jobs:
if: ${{ github.event.inputs.pre-release == 'false' && github.ref == 'refs/heads/master' }}
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
# DISCORD_EMBEDS: {
# "embeds": [
# {
# "title": "Priority: **${{ github.event.inputs.priority }}**",
# "color": ""
# },
# {
# "title": "Information: ${{ github.event.inputs.message }},
# "color": ""
# },
# {
# "title": "Release URL",
# "url": "${{ steps.release-step.outputs.html_url }}",
# "color": ""
# },
# ]
# }
with:
args: |
"<@&808602414138654752> - New release in ${{ github.repository }} - **${{ github.event.inputs.release-name }}**.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Runtime

env:
SRTOOL_IMG: paritytech/srtool
SRTOOL_VERSION: 1.56.1
SRTOOL_VERSION: 1.57.0
SUBWASM_VERSION: 0.16.1

on:
Expand Down
Empty file removed .gitmodules
Empty file.
Loading

0 comments on commit ebe7fbe

Please sign in to comment.