top | item 45259529

Automating Distro Updates in CI

18 points| zupo | 5 months ago |paretosecurity.com

6 comments

order

faangguyindia|5 months ago

i don't think distro updates belong in CI.

thinkmassive|5 months ago

To be fair, it’s versions of Linux distros they test against in their CI.

sublinear|5 months ago

> remember to bump Ubuntu when a new LTS comes out

I'm sorry... what?

https://ubuntu.com/about/release-cycle

> LTS or ‘Long Term Support’ releases are published every two years in April

I wouldn't want to work somewhere that can't plan around something as simple as this.

robertlagrant|5 months ago

Places can plan around this, but it seems silly to have calendar invitations and project management and manual work when you can just automate it. I wouldn't want to work anywhere that couldn't automate it this if it became the top of the automation priority list.

hanikesn|5 months ago

Renovatebot would solve this consistently and is more broadly applicable.

philipwhiuk|5 months ago

Renovatebot (GitLab)/dependabot (GitHub) tends to update versions rather than add new entries.