Skip to content

Commit

Permalink
Bump COS to exclude deprecated releases (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: mchalloner <mchalloner@thoughtmachine.net>
  • Loading branch information
markchalloner and mchalloner authored Sep 28, 2023
1 parent 69c8903 commit ba987cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/operatingsystem/cos/git-reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import (
const (
// MilestoneMin is the lowest active milestone. Lower value milestones are not built. See
// https://cloud.google.com/container-optimized-os/docs/concepts/versioning.
// Set to 85 (despite deprecation to cover versions that are being upgraded).
MilestoneMin = 85
MilestoneMin = 93

milestonePrefix = "origin/release-R"
buildIDFormat = "%d.%d.%d"
Expand Down

0 comments on commit ba987cf

Please sign in to comment.