From fef1b20a02a45b8d439953b2c115888e60401fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Tomi=C4=87?= Date: Thu, 7 Nov 2024 12:52:10 +0100 Subject: [PATCH 1/2] chore: Release rc--2024-11-07_03-07 --- .pre-commit-config.yaml | 5 ++++- release-index.yaml | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) 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..6459bf296 100644 --- a/release-index.yaml +++ b/release-index.yaml @@ -1,4 +1,18 @@ 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 - rc_name: rc--2024-10-31_03-09 versions: # Qualification pipeline: From 56aa4eadd75e637d5ad285c2164a46c893757c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Tomi=C4=87?= Date: Thu, 7 Nov 2024 14:15:55 +0100 Subject: [PATCH 2/2] Update release-index.yaml --- release-index.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-index.yaml b/release-index.yaml index 6459bf296..488d67784 100644 --- a/release-index.yaml +++ b/release-index.yaml @@ -13,6 +13,10 @@ releases: # 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: