Skip to content

Commit 497ae55

Browse files
github-actions[bot]EgorPopelyaevParityReleases
authored
[stable2506] Post crates release activities for stable2506 (#10543)
Automated PR containing post-crates-release activities: - NODE_VERSION bumps - Path dependencies replacement - Zepter fixes - Taplo formatting - PRDocs reorganization --------- Co-authored-by: EgorPopelyaev <[email protected]> Co-authored-by: ParityReleases <[email protected]>
1 parent 874621a commit 497ae55

File tree

8 files changed

+14
-12
lines changed

8 files changed

+14
-12
lines changed

.github/workflows/release-60_post-crates-release-activities.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,23 +143,23 @@ jobs:
143143
run: |
144144
echo "Running replace-all-path-deps.sh..."
145145
bash scripts/release/replace-all-path-deps.sh
146-
146+
147147
# Show git diff to see what changed
148148
git diff --stat
149149
150150
- name: Remove versions where path deps are present
151151
run: |
152152
echo "Running delete-versions-if-path-is-present.sh..."
153153
bash scripts/release/delete-versions-if-path-is-present.sh
154-
154+
155155
# Show git diff to see what changed
156156
git diff --stat
157157
158158
- name: Remove version from umbrella/Cargo.toml
159159
run: |
160160
echo "Running delete-version-from-umbrella.sh..."
161161
bash scripts/release/delete-version-from-umbrella.sh
162-
162+
163163
# Show git diff to see what changed
164164
git diff --stat
165165

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by parity-publish v0.10.5
2-
# command: parity-publish plan --prdoc prdoc/pr_10149.prdoc
2+
# command: parity-publish plan --prdoc prdoc
33

44
[options]
55

@@ -2776,8 +2776,8 @@ reason = "changed"
27762776
[[crate]]
27772777
# cumulus/pallets/parachain-system
27782778
name = "cumulus-pallet-parachain-system"
2779-
from = "0.21.0"
2780-
to = "0.21.1"
2779+
from = "0.21.1"
2780+
to = "0.21.2"
27812781
bump = "patch"
27822782
reason = "changed"
27832783

cumulus/pallets/parachain-system/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-pallet-parachain-system"
3-
version = "0.21.1"
3+
version = "0.21.2"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Base pallet for cumulus-based parachains"
@@ -54,7 +54,7 @@ trie-standardmap = { workspace = true }
5454

5555

5656
# Substrate
57-
sc-consensus = { workspace = true, default-features = false }
57+
sc-consensus = { default-features = false, workspace = true }
5858
sp-consensus-slots = { default-features = true, workspace = true }
5959
sp-crypto-hashing = { default-features = true, workspace = true }
6060
sp-keyring = { default-features = true, workspace = true }

cumulus/polkadot-omni-node/lib/src/nodes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use sc_service::{Configuration, TaskManager};
2525
/// The current node version for cumulus official binaries, which takes the basic
2626
/// SemVer form `<major>.<minor>.<patch>`. It should correspond to the latest
2727
/// `polkadot` version of a stable release.
28-
pub const NODE_VERSION: &'static str = "1.19.5";
28+
pub const NODE_VERSION: &'static str = "1.19.6";
2929

3030
/// Trait that extends the `DynNodeSpec` trait with manual seal related logic.
3131
///

polkadot/node/primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub use disputes::{
6262
/// relatively rare.
6363
///
6464
/// The associated worker binaries should use the same version as the node that spawns them.
65-
pub const NODE_VERSION: &'static str = "1.19.5";
65+
pub const NODE_VERSION: &'static str = "1.19.6";
6666

6767
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
6868
// plus some overhead:
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{# List of chnaged crates with updated versions genearted during the crates relaease . -#}
1+
The following crates were updated to the corresponding versions:
2+
3+

0 commit comments

Comments
 (0)