Skip to content

Commit fbacb1e

Browse files
committed
Merge remote-tracking branch 'origin/staging' into feat/thewhaleking/retry-archive-node-support
# Conflicts: # bittensor/core/subtensor.py
2 parents c368f35 + 23ebd0f commit fbacb1e

File tree

6 files changed

+234
-200
lines changed

6 files changed

+234
-200
lines changed

.github/workflows/docker_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
uses: sigstore/cosign-installer@v3
2525

2626
- name: Log in to Docker Hub
27-
uses: docker/login-action@v2
27+
uses: docker/login-action@v3
2828
with:
2929
registry: docker.io
3030
username: ${{ secrets.DOCKERHUB_USERNAME }}
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
3232

3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@v2
34+
uses: docker/setup-buildx-action@v3
3535

3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@v4
37+
uses: docker/build-push-action@v6
3838
with:
3939
context: .
4040
push: true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 9.7.1 /2025-06-06
4+
5+
## What's Changed
6+
* Update e2e-tests (metagraph_info, staking) by @basfroman in https://github.com/opentensor/bittensor/pull/2907
7+
8+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.7.0...v9.7.1
9+
310
## 9.7.0 /2025-05-29
411

512
## What's Changed

0 commit comments

Comments
 (0)