diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b1c814c2..021056472 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -79,3 +81,4 @@ repos: name: Cargo deny checks verbose: true entry: bin/cargo-deny-checks.sh + diff --git a/release-index.yaml b/release-index.yaml index ecb91ecfd..488d67784 100644 --- a/release-index.yaml +++ b/release-index.yaml @@ -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: