Keep (at least a few) old versions in the apt repository #6824
Labels
P1
I'll work on this now. (Assignee required)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: process
Description of the problem / feature request:
Please keep at least a few older releases available in the apt repository.
Feature requests: what underlying problem are you trying to solve with this feature?
AFAICT, bazel only maintains the latest release in the apt repository. This means that if bazel updates with a breaking change and some users in your company have it installed via apt, then they will be irreversibly updated to the latest bazel version on an
apt upgrade
. This gives you zero time to roll out any fixes you need to update against breaking changes before they break peoples builds.If bazel kept a few (maybe four or so) older releases in the apt repository, then you could simply tell affected users to downgrade their installation to one that works while a fix for your build files are worked on, then let them know they can safely upgrade when the fixes are out. This would make working with bazel so much smother across the organisation.
I like the fact that people installing from apt will, by default, get the latest and greatest as it comes out. But it can be very frustrating when the latest and greatest gives me zero time to roll out updates to our build configuration with no easy way for users to temporarily downgrade to a working version.
The text was updated successfully, but these errors were encountered: