public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/3] Isar release v0.11
@ 2025-04-23  8:58 Anton Mikanovich
  2025-04-23  8:58 ` [PATCH 1/3] changelog: Add changes since previous release Anton Mikanovich
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Anton Mikanovich @ 2025-04-23  8:58 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

We are going to make the next Isar release this week if no objections.
It will consist of v0.11-rc1 with this patchset on top.

Anton Mikanovich (3):
  changelog: Add changes since previous release
  doc: Update Supported_Configurations and Test Matrix
  Isar 0.11

 ChangeLog                   |  40 +++++++++++++++
 RECIPE-API-CHANGELOG.md     |   5 +-
 Supported_Configurations.md |  61 ++++++++++++++++++++++
 Tested_Status.md            | 100 ++++++++++++++++++++++++++++++++++++
 4 files changed, 205 insertions(+), 1 deletion(-)

-- 
2.34.1

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250423085848.1462229-1-amikan%40ilbers.de.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/3] changelog: Add changes since previous release
  2025-04-23  8:58 [PATCH 0/3] Isar release v0.11 Anton Mikanovich
@ 2025-04-23  8:58 ` Anton Mikanovich
  2025-04-23  8:58 ` [PATCH 2/3] doc: Update Supported_Configurations and Test Matrix Anton Mikanovich
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Anton Mikanovich @ 2025-04-23  8:58 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Mention major changes from v0.10 in changelog.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 392e3f2a..4a5cbf48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,43 @@
 Release next
 
+ * Add Debian Trixie support
+ * Add Ubuntu 24.04 (Noble) support
+ * Add AMD64 and ARM64 Debian Sid targets
+ * Migrate riscv64 targets from Sid to Trixie
+ * Add separate AMD64 target with CIP kernel
+ * Add hybrid iso9660 image target
+ * Drop MIPS support for Debian Buster
+ * Add x86 PC target
+ * Add support for the BeaglePlay board
+ * Add installer image support
+ * Update BitBake version to 2.8.0 release
+ * Update OE-core libs to 5.0 LTS
+ * Update WIC to the revision a4e7334a4
+ * Update kas-container to version 4.7
+ * Update mainline kernel to 6.6.11
+ * Update linux-starfive kernel to 6.6
+ * Update Barebox to 2024.05.0
+ * Make cross-compilation to be default
+ * Add mmdebstrap rootfs generation support
+ * Add native bitbake fetcher for APT sources
+ * Add squashfs imagetype
+ * Add prebuilt containers install demo packages
+ * Add image customization package support
+ * Add variable feature lists support
+ * Add apt fetching rate limit ability
+ * Drop lazy and recursive unmounts in tasks
+ * Improve post-task and post-build mounts cleanup
+ * Speedup testsuite
+ * Rebuild and improve startvm scripts
+ * Migrate to newer debhelper-compat syntax
+ * Improve schroot config handling stability
+ * Improve custom kernel packages splitting
+ * Improve initramfs customization
+ * Improve debianize script
+ * Improve builds reproducibility and snapshot usage
+ * Improve working with internal repositories
+ * Multiple improvements in expand-on-first-boot
+
 Release v0.10
 
  * Add Debian Bookworm targets for some machines
-- 
2.34.1

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250423085848.1462229-2-amikan%40ilbers.de.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 2/3] doc: Update Supported_Configurations and Test Matrix
  2025-04-23  8:58 [PATCH 0/3] Isar release v0.11 Anton Mikanovich
  2025-04-23  8:58 ` [PATCH 1/3] changelog: Add changes since previous release Anton Mikanovich
@ 2025-04-23  8:58 ` Anton Mikanovich
  2025-04-23  8:58 ` [PATCH 3/3] Isar 0.11 Anton Mikanovich
  2025-04-25 10:36 ` [PATCH 0/3] Isar release v0.11 Anton Mikanovich
  3 siblings, 0 replies; 7+ messages in thread
From: Anton Mikanovich @ 2025-04-23  8:58 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Prepare pre-release testing and coverage documentation.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 Supported_Configurations.md | 58 ++++++++++++++++++++++
 Tested_Status.md            | 97 +++++++++++++++++++++++++++++++++++++
 2 files changed, 155 insertions(+)

diff --git a/Supported_Configurations.md b/Supported_Configurations.md
index e8c3520c..322f8073 100644
--- a/Supported_Configurations.md
+++ b/Supported_Configurations.md
@@ -4,6 +4,64 @@ Supported Configurations
 Release next
 ------------
 
+### Host System: debian-stretch-amd64
+
+Not supported
+
+### Host System: debian-buster-amd64
+
+TBD
+
+### Host System: debian-bullseye-amd64
+
+TBD
+
+### Host System: debian-bookworm-amd64
+
+| Target System            |Native Build|Cross Build|QEMU test|SDK Support| Notes                     |
+|:------------------------:|:----------:|:---------:|:-------:|:---------:|:-------------------------:|
+| debian-stretch-i386      | NO         | NO        | NO      | NO        | Not supported             |
+| debian-stretch-amd64     | NO         | NO        | NO      | NO        | Not supported             |
+| debian-stretch-armhf     | NO         | NO        | NO      | NO        | Not supported             |
+| debian-stretch-arm64     | NO         | NO        | NO      | NO        | Not supported             |
+| debian-stretch-mipsel    | NO         | NO        | NO      | NO        | Not supported             |
+| debian-buster-i386       | YES        | YES       | YES     | YES       | Supported since 4808430d6 |
+| debian-buster-amd64      | YES        | YES       | YES     | YES       | Supported since 4808430d6 |
+| debian-buster-armhf      | YES        | YES       | YES     | YES       | Supported since 4808430d6 |
+| debian-buster-arm64      | YES        | YES       | YES     | YES       | Supported since 4808430d6 |
+| debian-buster-mipsel     | NO         | NO        | NO      | NO        | Not supported             |
+| debian-bullseye-i386     | YES        | YES       | YES     | YES       | Supported since bba34a42f |
+| debian-bullseye-amd64    | YES        | YES       | YES     | YES       | Supported since bba34a42f |
+| debian-bullseye-armhf    | YES        | YES       | YES     | YES       | Supported since bba34a42f |
+| debian-bullseye-arm64    | YES        | YES       | YES     | YES       | Supported since bba34a42f |
+| debian-bullseye-mipsel   | YES        | NO        | YES     | YES       | Supported since bba34a42f |
+| debian-bookworm-i386     | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-bookworm-amd64    | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-bookworm-armhf    | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-bookworm-arm64    | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-bookworm-mipsel   | YES        | YES       | YES     | YES       | Supported since 4d05d16ca |
+| debian-trixie-amd64      | YES        | YES       | YES     | YES       | Supported since 86e154f77 |
+| debian-trixie-armhf      | YES        | YES       | YES     | YES       | Supported since 86e154f77 |
+| debian-trixie-arm64      | YES        | YES       | YES     | YES       | Supported since 86e154f77 |
+| debian-trixie-riscv64    | YES        | YES       | YES     | YES       | Supported since 08e3909f5 |
+| debian-sid-amd64         | YES        | YES       | YES     | YES       | Supported since 600af981f |
+| debian-sid-arm64         | YES        | YES       | YES     | YES       | Supported since 600af981f |
+| debian-sid-riscv64       | NO         | NO        | NO      | NO        | Not supported             |
+| ubuntu-focal-arm64       | YES        | YES       | YES     | YES       | Supported since 738cd8ad6 |
+| ubuntu-focal-amd64       | YES        | YES       | YES     | YES       | Supported since 738cd8ad6 |
+| ubuntu-jammy-arm64       | YES        | YES       | YES     | YES       | Supported since 33292b9e9 |
+| ubuntu-jammy-amd64       | YES        | YES       | YES     | YES       | Supported since 33292b9e9 |
+| ubuntu-noble-arm64       | YES        | YES       | YES     | YES       | Supported since 85cc470a4 |
+| ubuntu-noble-amd64       | YES        | YES       | YES     | YES       | Supported since 85cc470a4 |
+
+### Host System: debian-stretch-i386
+
+Not supported
+
+### Host System: debian-buster-i386
+
+TBD
+
 Release v0.10
 -------------
 
diff --git a/Tested_Status.md b/Tested_Status.md
index bd596701..7852e481 100644
--- a/Tested_Status.md
+++ b/Tested_Status.md
@@ -4,6 +4,103 @@ Tested Status
 Release next
 ------------
 
+### Host System: debian-stretch-amd64
+
+NOT SUPPORTED
+
+### Host System: debian-buster-amd64
+
+NOT TESTED
+
+### Host System: debian-bullseye-amd64
+
+NOT TESTED
+
+### Host System: debian-bookworm-amd64
+
+| Target System               | Native Build  | Cross Build   |Login prompt ("smoke" test)|SDK Support|Cached repo| Version  |
+|:---------------------------:|:-------------:|:-------------:|:-------------------------:|:---------:|:---------:|:--------:|
+| qemuarm-buster              | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm-bullseye            | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm-bookworm            | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm-trixie              | PASSED        | PASSED        | FAILED                    | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm64-buster            | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm64-bullseye          | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | PASSED    | 237aa528 |
+| qemuarm64-bookworm          | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm64-trixie            | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm64-sid               | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm64-focal             | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm64-jammy             | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuarm64-noble             | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemui386-buster             | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemui386-bullseye           | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemui386-bookworm           | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-buster            | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-bullseye          | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | PASSED    | 237aa528 |
+| qemuamd64-sb-bullseye       | PASSED        | PASSED        | FAILED                    | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-bookworm          | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-cip-bookworm      | UNTESTED      | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-iso-bookworm      | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-trixie            | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-sid               | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-focal             | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-jammy             | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuamd64-noble             | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemumipsel-bullseye         | PASSED        | FAILED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| qemumipsel-bookworm         | PASSED        | PASSED        | PASSED (QEMU)             | PASSED    | UNTESTED  | 237aa528 |
+| qemuriscv64-trixie          | PASSED        | PASSED        | FAILED                    | PASSED    | UNTESTED  | 237aa528 |
+| container-amd64-buster      | PASSED        | PASSED        | PASSED (Docker)           | PASSED    | UNTESTED  | 237aa528 |
+| container-amd64-bullseye    | PASSED        | PASSED        | PASSED (Docker)           | PASSED    | UNTESTED  | 237aa528 |
+| container-amd64-bookworm    | PASSED        | PASSED        | PASSED (Docker)           | PASSED    | UNTESTED  | 237aa528 |
+| virtualbox-bullseye         | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| virtualbox-bookworm         | PASSED        | PASSED        | PASSED (Virtualbox)       | PASSED    | UNTESTED  | 237aa528 |
+| x86-pc-bookworm             | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| bananapi-buster             | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| bananapi-bullseye           | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| bananapi-bookworm           | PASSED        | PASSED        | PASSED #3                 | PASSED    | UNTESTED  | 237aa528 |
+| beagleplay-bookworm         | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| de0-nano-soc-buster         | FAILED        | FAILED        | UNTESTED                  | UNTESTED  | UNTESTED  | 237aa528 |
+| de0-nano-soc-bullseye       | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| de0-nano-soc-bookworm       | PASSED        | PASSED        | PASSED #4                 | PASSED    | UNTESTED  | 237aa528 |
+| hikey-bullseye              | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| hikey-bookworm              | PASSED        | PASSED        | PASSED #5                 | PASSED    | UNTESTED  | 237aa528 |
+| imx6-sabrelite-buster       | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| imx6-sabrelite-bullseye     | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| nanopi-neo-buster           | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| nanopi-neo-bullseye         | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| nanopi-neo-bookworm         | PASSED        | PASSED        | PASSED #6                 | PASSED    | UNTESTED  | 237aa528 |
+| nanopi-neo-efi-bookworm     | PASSED        | PASSED        | PASSED #6                 | PASSED    | UNTESTED  | 237aa528 |
+| phyboard-mira-bullseye      | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| phyboard-mira-bookworm      | UNTESTED      | PASSED        | PASSED #7                 | PASSED    | UNTESTED  | 237aa528 |
+| rpi-arm-bullseye            | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| rpi-arm-bookworm            | PASSED        | PASSED        | PASSED #1                 | PASSED    | UNTESTED  | 237aa528 |
+| rpi-arm-v7-bullseye         | PASSED        | PASSED        | UNTESTED                  | PASSED    | PASSED    | 237aa528 |
+| rpi-arm-v7-bookworm         | PASSED        | PASSED        | PASSED #1                 | PASSED    | UNTESTED  | 237aa528 |
+| rpi-arm-v7l-bullseye        | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| rpi-arm-v7l-bookworm        | PASSED        | PASSED        | PASSED #1                 | PASSED    | UNTESTED  | 237aa528 |
+| rpi-arm64-v8-bullseye       | PASSED        | PASSED        | UNTESTED                  | PASSED    | PASSED    | 237aa528 |
+| rpi-arm64-v8-bookworm       | PASSED        | PASSED        | PASSED #2                 | PASSED    | UNTESTED  | 237aa528 |
+| sifive-fu540-trixie         | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+| starfive-visionfive2-trixie | PASSED        | PASSED        | PASSED #8                 | PASSED    | UNTESTED  | 237aa528 |
+| stm32mp15x-bullseye         | PASSED        | PASSED        | UNTESTED                  | PASSED    | UNTESTED  | 237aa528 |
+
+#1: Tested on RPI3B+
+#2: Tested on RPI4B (with manual adjustments in config.txt)
+#3: Tested on BPI-A20
+#4: Tested on Terasic Atlas-SoC
+#5: Tested on LeMaker HiKey 2 GB
+#6: Tested on NanoPi Neo LTS 512 MB
+#7: Tested on i.MX6 Quad
+#8: Tested on StarFive VisionFive 2
+
+### Host System: debian-stretch-i386
+
+NOT SUPPORTED
+
+### Host System: debian-buster-i386
+
+NOT TESTED
+
 Release v0.10
 -------------
 
-- 
2.34.1

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250423085848.1462229-3-amikan%40ilbers.de.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 3/3] Isar 0.11
  2025-04-23  8:58 [PATCH 0/3] Isar release v0.11 Anton Mikanovich
  2025-04-23  8:58 ` [PATCH 1/3] changelog: Add changes since previous release Anton Mikanovich
  2025-04-23  8:58 ` [PATCH 2/3] doc: Update Supported_Configurations and Test Matrix Anton Mikanovich
@ 2025-04-23  8:58 ` Anton Mikanovich
  2025-04-25 10:36 ` [PATCH 0/3] Isar release v0.11 Anton Mikanovich
  3 siblings, 0 replies; 7+ messages in thread
From: Anton Mikanovich @ 2025-04-23  8:58 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 ChangeLog                   | 2 ++
 RECIPE-API-CHANGELOG.md     | 5 ++++-
 Supported_Configurations.md | 3 +++
 Tested_Status.md            | 3 +++
 4 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4a5cbf48..86b2ffb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Release next
 
+Release v0.11
+
  * Add Debian Trixie support
  * Add Ubuntu 24.04 (Noble) support
  * Add AMD64 and ARM64 Debian Sid targets
diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index 2801a177..a4cf1338 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -572,7 +572,7 @@ the module build recipe.
 Remove all uses of the function deb_compat. The functionality was replaced with
 a dependency to the package debhelper-compat.
 
-Changes in next
+Changes in v0.11
 ---------------
 
 ### Change OPTEE_BINARIES default ###0
@@ -719,3 +719,6 @@ available for respective bsps in apt feeds.
 
 Optional fields of the isar-apt repo can be controlled by adding to the
 `ISAR_APT_OPT_FIELD` map. Example: `ISAR_APT_OPT_FIELD[Origin]="isar"`.
+
+Changes in next
+---------------
diff --git a/Supported_Configurations.md b/Supported_Configurations.md
index 322f8073..3fa355bc 100644
--- a/Supported_Configurations.md
+++ b/Supported_Configurations.md
@@ -4,6 +4,9 @@ Supported Configurations
 Release next
 ------------
 
+Release v0.11
+-------------
+
 ### Host System: debian-stretch-amd64
 
 Not supported
diff --git a/Tested_Status.md b/Tested_Status.md
index 7852e481..2027f8d1 100644
--- a/Tested_Status.md
+++ b/Tested_Status.md
@@ -4,6 +4,9 @@ Tested Status
 Release next
 ------------
 
+Release v0.11
+-------------
+
 ### Host System: debian-stretch-amd64
 
 NOT SUPPORTED
-- 
2.34.1

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250423085848.1462229-4-amikan%40ilbers.de.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/3] Isar release v0.11
  2025-04-23  8:58 [PATCH 0/3] Isar release v0.11 Anton Mikanovich
                   ` (2 preceding siblings ...)
  2025-04-23  8:58 ` [PATCH 3/3] Isar 0.11 Anton Mikanovich
@ 2025-04-25 10:36 ` Anton Mikanovich
  2025-04-25 14:21   ` 'MOESSBAUER, Felix' via isar-users
  3 siblings, 1 reply; 7+ messages in thread
From: Anton Mikanovich @ 2025-04-25 10:36 UTC (permalink / raw)
  To: isar-users

23/04/2025 11:58, Anton Mikanovich wrote:
> We are going to make the next Isar release this week if no objections.
> It will consist of v0.11-rc1 with this patchset on top.
>
> Anton Mikanovich (3):
>    changelog: Add changes since previous release
>    doc: Update Supported_Configurations and Test Matrix
>    Isar 0.11
>
>   ChangeLog                   |  40 +++++++++++++++
>   RECIPE-API-CHANGELOG.md     |   5 +-
>   Supported_Configurations.md |  61 ++++++++++++++++++++++
>   Tested_Status.md            | 100 ++++++++++++++++++++++++++++++++++++
>   4 files changed, 205 insertions(+), 1 deletion(-)
>
Merged to next and master, tagged as v0.11

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/4d08894c-4dfe-4763-a1bd-fdc8b812fff3%40ilbers.de.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/3] Isar release v0.11
  2025-04-25 10:36 ` [PATCH 0/3] Isar release v0.11 Anton Mikanovich
@ 2025-04-25 14:21   ` 'MOESSBAUER, Felix' via isar-users
  2025-04-28  7:18     ` Baurzhan Ismagulov
  0 siblings, 1 reply; 7+ messages in thread
From: 'MOESSBAUER, Felix' via isar-users @ 2025-04-25 14:21 UTC (permalink / raw)
  To: amikan, isar-users

On Fri, 2025-04-25 at 13:36 +0300, Anton Mikanovich wrote:
> 23/04/2025 11:58, Anton Mikanovich wrote:
> > We are going to make the next Isar release this week if no
> > objections.
> > It will consist of v0.11-rc1 with this patchset on top.
> > 
> > Anton Mikanovich (3):
> >    changelog: Add changes since previous release
> >    doc: Update Supported_Configurations and Test Matrix
> >    Isar 0.11
> > 
> >   ChangeLog                   |  40 +++++++++++++++
> >   RECIPE-API-CHANGELOG.md     |   5 +-
> >   Supported_Configurations.md |  61 ++++++++++++++++++++++
> >   Tested_Status.md            | 100
> > ++++++++++++++++++++++++++++++++++++
> >   4 files changed, 205 insertions(+), 1 deletion(-)
> > 
> Merged to next and master, tagged as v0.11

Hi, are there any plans to sign the release tags?

With the upcoming kas 4.8 it will be possible to check git signatures
on fetching, which is a good mechanism to harden the supply chain.

Both Yocto and isar-cip-core already sign their tags.

Best regards,
Felix

-- 
Siemens AG
Linux Expert Center
Friedrich-Ludwig-Bauer-Str. 3
85748 Garching, Germany

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/ba4ee8c26f1c23bbfd0d0dfbab837af5bff7effc.camel%40siemens.com.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/3] Isar release v0.11
  2025-04-25 14:21   ` 'MOESSBAUER, Felix' via isar-users
@ 2025-04-28  7:18     ` Baurzhan Ismagulov
  0 siblings, 0 replies; 7+ messages in thread
From: Baurzhan Ismagulov @ 2025-04-28  7:18 UTC (permalink / raw)
  To: MOESSBAUER, Felix; +Cc: Isar users

Hello Felix,

On 2025-04-25 14:21, 'MOESSBAUER, Felix' via isar-users wrote:
> Hi, are there any plans to sign the release tags?
> 
> With the upcoming kas 4.8 it will be possible to check git signatures
> on fetching, which is a good mechanism to harden the supply chain.

Good to know, thanks.
We could check that for the next release.

With kind regards,
Baurzhan

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/aA8rxkbA1vgYmjaV%40abai.de.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-04-28  7:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-23  8:58 [PATCH 0/3] Isar release v0.11 Anton Mikanovich
2025-04-23  8:58 ` [PATCH 1/3] changelog: Add changes since previous release Anton Mikanovich
2025-04-23  8:58 ` [PATCH 2/3] doc: Update Supported_Configurations and Test Matrix Anton Mikanovich
2025-04-23  8:58 ` [PATCH 3/3] Isar 0.11 Anton Mikanovich
2025-04-25 10:36 ` [PATCH 0/3] Isar release v0.11 Anton Mikanovich
2025-04-25 14:21   ` 'MOESSBAUER, Felix' via isar-users
2025-04-28  7:18     ` Baurzhan Ismagulov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox