* [PATCH 0/1] Isar v0.8 Release Candidate 1
@ 2021-12-28 10:57 Anton Mikanovich
2021-12-28 10:57 ` [PATCH 1/1] changelog: v0.8-rc1 Anton Mikanovich
0 siblings, 1 reply; 7+ messages in thread
From: Anton Mikanovich @ 2021-12-28 10:57 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
This is the ChangeLog for Isar v0.8-rc1.
We will proceed with the release after stabilization and documentation
updates patchsets apply.
Anton Mikanovich (1):
changelog: v0.8-rc1
ChangeLog | 45 +++++++++++++++++++++++++++++++++++++
Supported_Configurations.md | 2 +-
2 files changed, 46 insertions(+), 1 deletion(-)
--
2.25.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/1] changelog: v0.8-rc1
2021-12-28 10:57 [PATCH 0/1] Isar v0.8 Release Candidate 1 Anton Mikanovich
@ 2021-12-28 10:57 ` Anton Mikanovich
2022-01-04 19:10 ` Henning Schild
2022-01-05 20:20 ` Henning Schild
0 siblings, 2 replies; 7+ messages in thread
From: Anton Mikanovich @ 2021-12-28 10:57 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
ChangeLog | 45 +++++++++++++++++++++++++++++++++++++
Supported_Configurations.md | 2 +-
2 files changed, 46 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 1be4e8c..dde7597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+Release v0.8
+
+ * Add Debian Sid Ports support
+ * Add Debian Bullseye support
+ * Drop Debian Jessie support
+ * Add Ubuntu Focal support
+ * Add RISC-V architecture support
+ * Add MIPSel architecture support
+ * Add STM32MP15x eval board target
+ * Add NanoPi NEO board target
+ * Add HiFive Unleashed board target
+ * Add qemuriscv64 virtual target
+ * Update BitBake version to 1.46.2 release
+ * Update WIC to the revision b85a09ea4
+ * Update U-Boot version to 2020.10
+ * Update linux-mainline version to 5.4.70
+ * Migrate CI to Avocado Framework
+ * Split CI on fast and full builds
+ * Add Shared State Cache support
+ * Add Ccache support
+ * Add deb-src caching support
+ * Add CPIO image type (initramfs like filesystem) generation support
+ * Add VMWare/Virtualbox image generation support
+ * Add containerized filesystem and sdk generation support
+ * Add initramfs generation support
+ * Add multiple image types support
+ * Add Linux Kernel Selftests recipe
+ * Add prebuilt debs injecting support
+ * Add devshell and devshell_nodep targets
+ * Add git-buildpackage support
+ * Add buildstats generation and pybootchartgui
+ * Force running GPG-agent on demand
+ * Allow clear-text passwords for users
+ * Add compat architecture support via multiarch
+ * Add image versioning
+ * Add build dependencies defining support for debianization
+ * Add multiple DTBs deploying support
+ * Add BB_NO_NETWORK option
+ * Migrate to deb.debian.org in apt sources.list
+ * Add AUTOREV support for SRCREV
+ * Add support for patches in sub-directories
+ * Add rootfs postprocessing
+ * Allow downgrades when installing packages
+ * Deprecate isar-image
+
Release v0.7
* Improved CI scripts
diff --git a/Supported_Configurations.md b/Supported_Configurations.md
index 4dedb28..dc2600b 100644
--- a/Supported_Configurations.md
+++ b/Supported_Configurations.md
@@ -1,7 +1,7 @@
Supported Configurations
========================
-Release next
+Release v0.8
------------
### Host System : debian-jessie-amd64
--
2.25.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] changelog: v0.8-rc1
2021-12-28 10:57 ` [PATCH 1/1] changelog: v0.8-rc1 Anton Mikanovich
@ 2022-01-04 19:10 ` Henning Schild
2022-01-04 19:16 ` Henning Schild
2022-01-10 10:05 ` Anton Mikanovich
2022-01-05 20:20 ` Henning Schild
1 sibling, 2 replies; 7+ messages in thread
From: Henning Schild @ 2022-01-04 19:10 UTC (permalink / raw)
To: Anton Mikanovich; +Cc: isar-users
Am Tue, 28 Dec 2021 13:57:31 +0300
schrieb Anton Mikanovich <amikan@ilbers.de>:
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> ChangeLog | 45
> +++++++++++++++++++++++++++++++++++++ Supported_Configurations.md |
> 2 +- 2 files changed, 46 insertions(+), 1 deletion(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 1be4e8c..dde7597 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,48 @@
> +Release v0.8
> +
> + * Add Debian Sid Ports support
> + * Add Debian Bullseye support
> + * Drop Debian Jessie support
what about bookworm?
> + * Add Ubuntu Focal support
> + * Add RISC-V architecture support
> + * Add MIPSel architecture support
> + * Add STM32MP15x eval board target
> + * Add NanoPi NEO board target
> + * Add HiFive Unleashed board target
> + * Add qemuriscv64 virtual target
> + * Update BitBake version to 1.46.2 release
> + * Update WIC to the revision b85a09ea4
> + * Update U-Boot version to 2020.10
> + * Update linux-mainline version to 5.4.70
> + * Migrate CI to Avocado Framework
> + * Split CI on fast and full builds
> + * Add Shared State Cache support
maybe add the string "sstate" which might be more well known than
"shared state"
> + * Add Ccache support
> + * Add deb-src caching support
> + * Add CPIO image type (initramfs like filesystem) generation support
> + * Add VMWare/Virtualbox image generation support
> + * Add containerized filesystem and sdk generation support
> + * Add initramfs generation support
> + * Add multiple image types support
> + * Add Linux Kernel Selftests recipe
> + * Add prebuilt debs injecting support
> + * Add devshell and devshell_nodep targets
> + * Add git-buildpackage support
> + * Add buildstats generation and pybootchartgui
> + * Force running GPG-agent on demand
> + * Allow clear-text passwords for users
> + * Add compat architecture support via multiarch
> + * Add image versioning
> + * Add build dependencies defining support for debianization
> + * Add multiple DTBs deploying support
> + * Add BB_NO_NETWORK option
> + * Migrate to deb.debian.org in apt sources.list
> + * Add AUTOREV support for SRCREV
> + * Add support for patches in sub-directories
> + * Add rootfs postprocessing
> + * Allow downgrades when installing packages
> + * Deprecate isar-image
Good collection, it has been a long time so i can easily spot things
that might be missing.
regards,
Henning
> Release v0.7
>
> * Improved CI scripts
> diff --git a/Supported_Configurations.md b/Supported_Configurations.md
> index 4dedb28..dc2600b 100644
> --- a/Supported_Configurations.md
> +++ b/Supported_Configurations.md
> @@ -1,7 +1,7 @@
> Supported Configurations
> ========================
>
> -Release next
> +Release v0.8
> ------------
>
> ### Host System : debian-jessie-amd64
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] changelog: v0.8-rc1
2022-01-04 19:10 ` Henning Schild
@ 2022-01-04 19:16 ` Henning Schild
2022-01-10 10:09 ` Anton Mikanovich
2022-01-10 10:05 ` Anton Mikanovich
1 sibling, 1 reply; 7+ messages in thread
From: Henning Schild @ 2022-01-04 19:16 UTC (permalink / raw)
To: Anton Mikanovich; +Cc: isar-users
Am Tue, 4 Jan 2022 20:10:41 +0100
schrieb Henning Schild <henning.schild@siemens.com>:
> Am Tue, 28 Dec 2021 13:57:31 +0300
> schrieb Anton Mikanovich <amikan@ilbers.de>:
>
> > Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> > ---
> > ChangeLog | 45
> > +++++++++++++++++++++++++++++++++++++ Supported_Configurations.md |
> > 2 +- 2 files changed, 46 insertions(+), 1 deletion(-)
> >
> > diff --git a/ChangeLog b/ChangeLog
> > index 1be4e8c..dde7597 100644
> > --- a/ChangeLog
> > +++ b/ChangeLog
> > @@ -1,3 +1,48 @@
> > +Release v0.8
> > +
> > + * Add Debian Sid Ports support
> > + * Add Debian Bullseye support
> > + * Drop Debian Jessie support
>
> what about bookworm?
>
> > + * Add Ubuntu Focal support
> > + * Add RISC-V architecture support
> > + * Add MIPSel architecture support
> > + * Add STM32MP15x eval board target
> > + * Add NanoPi NEO board target
> > + * Add HiFive Unleashed board target
> > + * Add qemuriscv64 virtual target
> > + * Update BitBake version to 1.46.2 release
> > + * Update WIC to the revision b85a09ea4
> > + * Update U-Boot version to 2020.10
> > + * Update linux-mainline version to 5.4.70
> > + * Migrate CI to Avocado Framework
> > + * Split CI on fast and full builds
> > + * Add Shared State Cache support
>
> maybe add the string "sstate" which might be more well known than
> "shared state"
>
> > + * Add Ccache support
> > + * Add deb-src caching support
> > + * Add CPIO image type (initramfs like filesystem) generation
> > support
> > + * Add VMWare/Virtualbox image generation support
> > + * Add containerized filesystem and sdk generation support
> > + * Add initramfs generation support
> > + * Add multiple image types support
> > + * Add Linux Kernel Selftests recipe
> > + * Add prebuilt debs injecting support
> > + * Add devshell and devshell_nodep targets
> > + * Add git-buildpackage support
> > + * Add buildstats generation and pybootchartgui
> > + * Force running GPG-agent on demand
> > + * Allow clear-text passwords for users
> > + * Add compat architecture support via multiarch
> > + * Add image versioning
> > + * Add build dependencies defining support for debianization
> > + * Add multiple DTBs deploying support
> > + * Add BB_NO_NETWORK option
> > + * Migrate to deb.debian.org in apt sources.list
> > + * Add AUTOREV support for SRCREV
> > + * Add support for patches in sub-directories
> > + * Add rootfs postprocessing
> > + * Allow downgrades when installing packages
> > + * Deprecate isar-image
>
> Good collection, it has been a long time so i can easily spot things
> that might be missing.
In a pretty busy project i maintain we have a rule that significant
patch series have to append to an [unrelease] section of the changelog,
and even CI tests that will cry when things change without the
changelog changing.
While that is good to not miss stuff, it causes a lot of merging on
that one file when things are not merged in strict order and fast.
At the moment i would guess most Isar users are on "next" anyways,
because master is moving to slow and releases hardly ever happen. So
manually creating a changelog that might be incomplete is probably OK.
Henning
> regards,
> Henning
>
> > Release v0.7
> >
> > * Improved CI scripts
> > diff --git a/Supported_Configurations.md
> > b/Supported_Configurations.md index 4dedb28..dc2600b 100644
> > --- a/Supported_Configurations.md
> > +++ b/Supported_Configurations.md
> > @@ -1,7 +1,7 @@
> > Supported Configurations
> > ========================
> >
> > -Release next
> > +Release v0.8
> > ------------
> >
> > ### Host System : debian-jessie-amd64
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] changelog: v0.8-rc1
2021-12-28 10:57 ` [PATCH 1/1] changelog: v0.8-rc1 Anton Mikanovich
2022-01-04 19:10 ` Henning Schild
@ 2022-01-05 20:20 ` Henning Schild
1 sibling, 0 replies; 7+ messages in thread
From: Henning Schild @ 2022-01-05 20:20 UTC (permalink / raw)
To: Anton Mikanovich; +Cc: isar-users
Am Tue, 28 Dec 2021 13:57:31 +0300
schrieb Anton Mikanovich <amikan@ilbers.de>:
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> ChangeLog | 45
> +++++++++++++++++++++++++++++++++++++ Supported_Configurations.md |
> 2 +- 2 files changed, 46 insertions(+), 1 deletion(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 1be4e8c..dde7597 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,48 @@
> +Release v0.8
somewhere in here we miss
* add UEFI boot with systemd-boot
Henning
> + * Add Debian Sid Ports support
> + * Add Debian Bullseye support
> + * Drop Debian Jessie support
> + * Add Ubuntu Focal support
> + * Add RISC-V architecture support
> + * Add MIPSel architecture support
> + * Add STM32MP15x eval board target
> + * Add NanoPi NEO board target
> + * Add HiFive Unleashed board target
> + * Add qemuriscv64 virtual target
> + * Update BitBake version to 1.46.2 release
> + * Update WIC to the revision b85a09ea4
> + * Update U-Boot version to 2020.10
> + * Update linux-mainline version to 5.4.70
> + * Migrate CI to Avocado Framework
> + * Split CI on fast and full builds
> + * Add Shared State Cache support
> + * Add Ccache support
> + * Add deb-src caching support
> + * Add CPIO image type (initramfs like filesystem) generation support
> + * Add VMWare/Virtualbox image generation support
> + * Add containerized filesystem and sdk generation support
> + * Add initramfs generation support
> + * Add multiple image types support
> + * Add Linux Kernel Selftests recipe
> + * Add prebuilt debs injecting support
> + * Add devshell and devshell_nodep targets
> + * Add git-buildpackage support
> + * Add buildstats generation and pybootchartgui
> + * Force running GPG-agent on demand
> + * Allow clear-text passwords for users
> + * Add compat architecture support via multiarch
> + * Add image versioning
> + * Add build dependencies defining support for debianization
> + * Add multiple DTBs deploying support
> + * Add BB_NO_NETWORK option
> + * Migrate to deb.debian.org in apt sources.list
> + * Add AUTOREV support for SRCREV
> + * Add support for patches in sub-directories
> + * Add rootfs postprocessing
> + * Allow downgrades when installing packages
> + * Deprecate isar-image
> +
> Release v0.7
>
> * Improved CI scripts
> diff --git a/Supported_Configurations.md b/Supported_Configurations.md
> index 4dedb28..dc2600b 100644
> --- a/Supported_Configurations.md
> +++ b/Supported_Configurations.md
> @@ -1,7 +1,7 @@
> Supported Configurations
> ========================
>
> -Release next
> +Release v0.8
> ------------
>
> ### Host System : debian-jessie-amd64
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] changelog: v0.8-rc1
2022-01-04 19:10 ` Henning Schild
2022-01-04 19:16 ` Henning Schild
@ 2022-01-10 10:05 ` Anton Mikanovich
1 sibling, 0 replies; 7+ messages in thread
From: Anton Mikanovich @ 2022-01-10 10:05 UTC (permalink / raw)
To: Henning Schild; +Cc: isar-users
04.01.2022 22:10, Henning Schild wrote:
> Am Tue, 28 Dec 2021 13:57:31 +0300
> schrieb Anton Mikanovich <amikan@ilbers.de>:
>
>> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
>> ---
>> ChangeLog | 45
>> +++++++++++++++++++++++++++++++++++++ Supported_Configurations.md |
>> 2 +- 2 files changed, 46 insertions(+), 1 deletion(-)
>>
>> diff --git a/ChangeLog b/ChangeLog
>> index 1be4e8c..dde7597 100644
>> --- a/ChangeLog
>> +++ b/ChangeLog
>> @@ -1,3 +1,48 @@
>> +Release v0.8
>> +
>> + * Add Debian Sid Ports support
>> + * Add Debian Bullseye support
>> + * Drop Debian Jessie support
> what about bookworm?
>
>> + * Add Ubuntu Focal support
>> + * Add RISC-V architecture support
>> + * Add MIPSel architecture support
>> + * Add STM32MP15x eval board target
>> + * Add NanoPi NEO board target
>> + * Add HiFive Unleashed board target
>> + * Add qemuriscv64 virtual target
>> + * Update BitBake version to 1.46.2 release
>> + * Update WIC to the revision b85a09ea4
>> + * Update U-Boot version to 2020.10
>> + * Update linux-mainline version to 5.4.70
>> + * Migrate CI to Avocado Framework
>> + * Split CI on fast and full builds
>> + * Add Shared State Cache support
> maybe add the string "sstate" which might be more well known than
> "shared state"
>
>> + * Add Ccache support
>> + * Add deb-src caching support
>> + * Add CPIO image type (initramfs like filesystem) generation support
>> + * Add VMWare/Virtualbox image generation support
>> + * Add containerized filesystem and sdk generation support
>> + * Add initramfs generation support
>> + * Add multiple image types support
>> + * Add Linux Kernel Selftests recipe
>> + * Add prebuilt debs injecting support
>> + * Add devshell and devshell_nodep targets
>> + * Add git-buildpackage support
>> + * Add buildstats generation and pybootchartgui
>> + * Force running GPG-agent on demand
>> + * Allow clear-text passwords for users
>> + * Add compat architecture support via multiarch
>> + * Add image versioning
>> + * Add build dependencies defining support for debianization
>> + * Add multiple DTBs deploying support
>> + * Add BB_NO_NETWORK option
>> + * Migrate to deb.debian.org in apt sources.list
>> + * Add AUTOREV support for SRCREV
>> + * Add support for patches in sub-directories
>> + * Add rootfs postprocessing
>> + * Allow downgrades when installing packages
>> + * Deprecate isar-image
> Good collection, it has been a long time so i can easily spot things
> that might be missing.
>
> regards,
> Henning
>
>> Release v0.7
>>
>> * Improved CI scripts
>> diff --git a/Supported_Configurations.md b/Supported_Configurations.md
>> index 4dedb28..dc2600b 100644
>> --- a/Supported_Configurations.md
>> +++ b/Supported_Configurations.md
>> @@ -1,7 +1,7 @@
>> Supported Configurations
>> ========================
>>
>> -Release next
>> +Release v0.8
>> ------------
>>
>> ### Host System : debian-jessie-amd64
This changelog was for the latest next which didn't include bookworm and
all other staged testsuite targets changes.
Will update the patchset to the next release candidate adding new merged
changes.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] changelog: v0.8-rc1
2022-01-04 19:16 ` Henning Schild
@ 2022-01-10 10:09 ` Anton Mikanovich
0 siblings, 0 replies; 7+ messages in thread
From: Anton Mikanovich @ 2022-01-10 10:09 UTC (permalink / raw)
To: Henning Schild; +Cc: isar-users
04.01.2022 22:16, Henning Schild wrote:
> Am Tue, 4 Jan 2022 20:10:41 +0100
> schrieb Henning Schild <henning.schild@siemens.com>:
>
>> Am Tue, 28 Dec 2021 13:57:31 +0300
>> schrieb Anton Mikanovich <amikan@ilbers.de>:
>>
>>> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
>>> ---
>>> ChangeLog | 45
>>> +++++++++++++++++++++++++++++++++++++ Supported_Configurations.md |
>>> 2 +- 2 files changed, 46 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/ChangeLog b/ChangeLog
>>> index 1be4e8c..dde7597 100644
>>> --- a/ChangeLog
>>> +++ b/ChangeLog
>>> @@ -1,3 +1,48 @@
>>> +Release v0.8
>>> +
>>> + * Add Debian Sid Ports support
>>> + * Add Debian Bullseye support
>>> + * Drop Debian Jessie support
>> what about bookworm?
>>
>>> + * Add Ubuntu Focal support
>>> + * Add RISC-V architecture support
>>> + * Add MIPSel architecture support
>>> + * Add STM32MP15x eval board target
>>> + * Add NanoPi NEO board target
>>> + * Add HiFive Unleashed board target
>>> + * Add qemuriscv64 virtual target
>>> + * Update BitBake version to 1.46.2 release
>>> + * Update WIC to the revision b85a09ea4
>>> + * Update U-Boot version to 2020.10
>>> + * Update linux-mainline version to 5.4.70
>>> + * Migrate CI to Avocado Framework
>>> + * Split CI on fast and full builds
>>> + * Add Shared State Cache support
>> maybe add the string "sstate" which might be more well known than
>> "shared state"
>>
>>> + * Add Ccache support
>>> + * Add deb-src caching support
>>> + * Add CPIO image type (initramfs like filesystem) generation
>>> support
>>> + * Add VMWare/Virtualbox image generation support
>>> + * Add containerized filesystem and sdk generation support
>>> + * Add initramfs generation support
>>> + * Add multiple image types support
>>> + * Add Linux Kernel Selftests recipe
>>> + * Add prebuilt debs injecting support
>>> + * Add devshell and devshell_nodep targets
>>> + * Add git-buildpackage support
>>> + * Add buildstats generation and pybootchartgui
>>> + * Force running GPG-agent on demand
>>> + * Allow clear-text passwords for users
>>> + * Add compat architecture support via multiarch
>>> + * Add image versioning
>>> + * Add build dependencies defining support for debianization
>>> + * Add multiple DTBs deploying support
>>> + * Add BB_NO_NETWORK option
>>> + * Migrate to deb.debian.org in apt sources.list
>>> + * Add AUTOREV support for SRCREV
>>> + * Add support for patches in sub-directories
>>> + * Add rootfs postprocessing
>>> + * Allow downgrades when installing packages
>>> + * Deprecate isar-image
>> Good collection, it has been a long time so i can easily spot things
>> that might be missing.
> In a pretty busy project i maintain we have a rule that significant
> patch series have to append to an [unrelease] section of the changelog,
> and even CI tests that will cry when things change without the
> changelog changing.
> While that is good to not miss stuff, it causes a lot of merging on
> that one file when things are not merged in strict order and fast.
>
> At the moment i would guess most Isar users are on "next" anyways,
> because master is moving to slow and releases hardly ever happen. So
> manually creating a changelog that might be incomplete is probably OK.
>
> Henning
>
>> regards,
>> Henning
>>
>>> Release v0.7
>>>
>>> * Improved CI scripts
>>> diff --git a/Supported_Configurations.md
>>> b/Supported_Configurations.md index 4dedb28..dc2600b 100644
>>> --- a/Supported_Configurations.md
>>> +++ b/Supported_Configurations.md
>>> @@ -1,7 +1,7 @@
>>> Supported Configurations
>>> ========================
>>>
>>> -Release next
>>> +Release v0.8
>>> ------------
>>>
>>> ### Host System : debian-jessie-amd64
Sounds good, we can try to at least add items to the changelog inside
its patchsets.
Will add empty 'Release next' changelog section in rc2.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-01-10 10:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28 10:57 [PATCH 0/1] Isar v0.8 Release Candidate 1 Anton Mikanovich
2021-12-28 10:57 ` [PATCH 1/1] changelog: v0.8-rc1 Anton Mikanovich
2022-01-04 19:10 ` Henning Schild
2022-01-04 19:16 ` Henning Schild
2022-01-10 10:09 ` Anton Mikanovich
2022-01-10 10:05 ` Anton Mikanovich
2022-01-05 20:20 ` Henning Schild
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox