Skip to content

Commit 1a6c364

Browse files
github-actions[bot]EgorPopelyaevParityReleases
authored
[stable2509] Post crates release activities for stable2509-6 (#11367)
Automated PR containing post-crates-release activities: - NODE_VERSION bumps (if selected) - Path dependencies replacement - Zepter fixes - Taplo formatting - PRDocs reorganization (if prdocs exist) --------- Co-authored-by: EgorPopelyaev <egor@parity.io> Co-authored-by: ParityReleases <release-team@parity.io>
1 parent bb05eef commit 1a6c364

File tree

10 files changed

+17
-18
lines changed

10 files changed

+17
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
else
324324
echo "Creating PR from $BRANCH_NAME to $BASE_RELEASE..."
325325
gh pr create \
326-
--title "[${BASE_RELEASE_UPPER}] Post crates release activities for $FULL_RELEASE" \
326+
--title "[${BRANCH_NAME}] Post crates release activities for $FULL_RELEASE" \
327327
--body "Automated PR containing post-crates-release activities:
328328
- NODE_VERSION bumps (if selected)
329329
- Path dependencies replacement

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# generated by parity-publish v0.10.10
2-
# command: parity-publish plan --patch staging-xcm-executor
1+
# generated by parity-publish v0.10.11
2+
# command: parity-publish plan --prdoc prdoc
33

44
[options]
55

@@ -2904,9 +2904,9 @@ reason = "changed"
29042904
[[crate]]
29052905
# substrate/client/authority-discovery
29062906
name = "sc-authority-discovery"
2907-
from = "0.52.0"
2908-
to = "0.53.0"
2909-
bump = "major"
2907+
from = "0.53.0"
2908+
to = "0.53.1"
2909+
bump = "patch"
29102910
reason = "changed"
29112911

29122912
[[crate]]
@@ -4006,8 +4006,8 @@ to = "0.1.0"
40064006
[[crate]]
40074007
# cumulus/client/consensus/aura
40084008
name = "cumulus-client-consensus-aura"
4009-
from = "0.26.1"
4010-
to = "0.26.2"
4009+
from = "0.26.2"
4010+
to = "0.26.3"
40114011
bump = "patch"
40124012
reason = "changed"
40134013

cumulus/client/consensus/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cumulus-client-consensus-aura"
33
description = "AURA consensus algorithm for parachains"
4-
version = "0.26.2"
4+
version = "0.26.3"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

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

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

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

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.20.5";
65+
pub const NODE_VERSION: &'static str = "1.20.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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
The following crates were updated to the corresponding versions:
22

33
<details>
4-
<summary>Click to see crates list</summary>
4+
<summary>Click to see crates list</summary>
55

6-
- sp-trie@41.1.1
7-
- frame-benchmarking@43.0.1
8-
- asset-hub-westend-runtime@0.36.3
6+
- sc-authority-discovery@0.53.1
7+
- cumulus-client-consensus-aura@0.26.3
98

109
</details>

substrate/client/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-authority-discovery"
3-
version = "0.53.0"
3+
version = "0.53.1"
44
authors.workspace = true
55
edition.workspace = true
66
build = "build.rs"

0 commit comments

Comments
 (0)