Hi,
I have a question relative to alpine package management
When a package is updated on main/community branch is it only security
update or could be feature update too ?
I try to find the best way to update only for security update :)
Thanks
Fabien
Updates in releases shouldn't break your work, unless a security issue
directly affects it.
A lot depends on upstream really - if they do patch releases then just
push the latest one, if not - either push a bigger update or backport
just security patch.
On Sat, Aug 20, 2022 at 8:22 PM Fabien <box@fgautreau.net> wrote:
>> Hi,>> I have a question relative to alpine package management>> When a package is updated on main/community branch is it only security> update or could be feature update too ?>> I try to find the best way to update only for security update :)>> Thanks>> Fabien
On Sat, 20 Aug 2022 19:22:24 +0200
Fabien <box@fgautreau.net> wrote:
> Hi,> > I have a question relative to alpine package management> > When a package is updated on main/community branch is it only security > update or could be feature update too ?
If you use edge repository it may be feature updates too.
For latest stable branch, currently v3.16, we do security fixes and bug
fixes for both main and community.
For older stable branches we only do security fixes, and for main
repository only. It happens that we do bug fixes (non-security
releated) for those branches too on request.
The policy is that we should never break anything in the stable
branches, so users should be confident that nothing breaks when they
update.
See https://www.alpinelinux.org/releases/> I try to find the best way to update only for security update :)
We don't separate the security fixes from other bugfixes or updates,
unfortunately.
> > Thanks> > Fabien
Hi,
Thanks for your update
Seem clear to me now
Have a good day
Fabien
Le 22/08/2022 à 07:57, Natanael Copa a écrit :
> On Sat, 20 Aug 2022 19:22:24 +0200> Fabien <box@fgautreau.net> wrote:>>> Hi,>>>> I have a question relative to alpine package management>>>> When a package is updated on main/community branch is it only security>> update or could be feature update too ?> If you use edge repository it may be feature updates too.>> For latest stable branch, currently v3.16, we do security fixes and bug> fixes for both main and community.>> For older stable branches we only do security fixes, and for main> repository only. It happens that we do bug fixes (non-security> releated) for those branches too on request.>> The policy is that we should never break anything in the stable> branches, so users should be confident that nothing breaks when they> update.>> See https://www.alpinelinux.org/releases/>>> I try to find the best way to update only for security update :)> We don't separate the security fixes from other bugfixes or updates,> unfortunately.>>> Thanks>>>> Fabien