Skip to content

Commit

Permalink
Merge branch 'main' into marius/rewards-memo
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Sep 25, 2024
2 parents 3a6a619 + 27eaaff commit 7595e28
Show file tree
Hide file tree
Showing 40 changed files with 1,037 additions and 188 deletions.

This file was deleted.

2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/2282-duplicate-events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove duplicate event emission on cached context.
([\#2282](https://github.com/cosmos/interchain-security/pull/2282))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/2288-rewards-stride.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[x/provider]` Add patch to enable ICS rewards from Stride to be distributed.
([\#2288](https://github.com/cosmos/interchain-security/pull/2288))
3 changes: 0 additions & 3 deletions .changelog/unreleased/dependencies/2200-bump-sdk.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changelog/unreleased/features/provider/2171-permissionless-ICS.md

This file was deleted.

2 changes: 2 additions & 0 deletions .changelog/unreleased/state-breaking/2288-rewards-stride.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[x/provider]` Add patch to enable ICS rewards from Stride to be distributed.
([\#2288](https://github.com/cosmos/interchain-security/pull/2288))
3 changes: 3 additions & 0 deletions .changelog/v6.0.0/dependencies/2200-bump-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.50.9](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.9)
([\#2200](https://github.com/cosmos/interchain-security/pull/2200))
1 change: 1 addition & 0 deletions .changelog/v6.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*September 12, 2024*
16 changes: 3 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.3.x"
target-branch: "release/v4.0.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -32,17 +32,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.3.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.4.x"
target-branch: "release/v4.5.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand Down Expand Up @@ -72,7 +62,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v6.0.x"
target-branch: "release/v6.1.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand Down
26 changes: 9 additions & 17 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,22 @@ queue_rules:
- "#approved-reviews-by>1"

pull_request_rules:
- name: Backport patches to the release/v4.3.x branch
- name: Backport patches to the release/v4.0.x branch
conditions:
- base=main
- label=A:backport/v4.3.x
- label=A:backport/v4.0.x
actions:
backport:
branches:
- release/v4.3.x
- name: Backport patches to the release/v4.3.x-lsm branch
- release/v4.0.x
- name: Backport patches to the release/v4.5.x branch
conditions:
- base=main
- label=A:backport/v4.3.x-lsm
- label=A:backport/v4.5.x
actions:
backport:
branches:
- release/v4.3.x-lsm
- name: Backport patches to the release/v4.4.x branch
conditions:
- base=main
- label=A:backport/v4.4.x
actions:
backport:
branches:
- release/v4.4.x
- release/v4.5.x
- name: Backport patches to the release/v5.x branch
conditions:
- base=main
Expand All @@ -50,11 +42,11 @@ pull_request_rules:
backport:
branches:
- release/v5.2.x
- name: Backport patches to the release/v6.0.x branch
- name: Backport patches to the release/v6.1.x branch
conditions:
- base=main
- label=A:backport/v6.0.x
- label=A:backport/v6.1.x
actions:
backport:
branches:
- release/v6.0.x
- release/v6.1.x
Loading

0 comments on commit 7595e28

Please sign in to comment.