Skip to content

Commit

Permalink
chore: Release rc--2024-11-07_03-07 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic authored Nov 7, 2024
1 parent b8b65e2 commit bf37833
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
default_language_version:
python: python3
default_stages: [pre-push]
exclude: '^Cargo\.lock$'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: no-commit-to-branch
stages: [commit]
stages: [pre-commit]
# The following repo is maintained by us at
# https://gitlab.com/dfinity-lab/open/pre-commit-tools.
- repo: https://gitlab.com/dfinity-lab/open/pre-commit-tools.git
Expand Down Expand Up @@ -79,3 +81,4 @@ repos:
name: Cargo deny checks
verbose: true
entry: bin/cargo-deny-checks.sh

18 changes: 18 additions & 0 deletions release-index.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
releases:
- rc_name: rc--2024-11-07_03-07
versions:
# Qualification pipeline:
# https://github.com/dfinity/ic/actions/runs/11715859480
- name: base
version: f88938214b16584075196e13d0af7c50f671131a
# Qualification pipeline:
# https://github.com/dfinity/ic/actions/runs/11720864758
- name: hashes-in-blocks
version: cd26db8c93f887e76baae202aab150390e41983f
# Qualification pipeline:
# https://github.com/dfinity/ic/actions/runs/11720911383
- name: 6.11-kernel
version: c47e172dfd13d07e864742fea93188c3e9dc81fd
# Qualification pipeline:
# https://github.com/dfinity/ic/actions/runs/11723743699
- name: ubuntu20.04
version: a62848817cec7ae50618a87a526c85d020283fd9
- rc_name: rc--2024-10-31_03-09
versions:
# Qualification pipeline:
Expand Down

0 comments on commit bf37833

Please sign in to comment.