Skip to content

Commit

Permalink
Set proper last version for salt
Browse files Browse the repository at this point in the history
Salt official releases have a 3-part version scheme, but they also push
2-part tags to github, which are not official releases.

For example the last official release is 2019.2.1. 2019.8 is
available as tag on github, but not as release (and also not available
on pypi, which they consider the official source for releases[0]).

[0]:saltstack/salt#41847
  • Loading branch information
Ikke committed Sep 26, 2019
1 parent e4de30e commit c14d8dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 900.version-fixes/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- { name: s25rttr, verpat: "20[0-9]{6}", devel: true } # official nightlies
- { name: salmid, verpat: "0\\.[0-9]{3}", outdated: true } # upstream 0.122 -> 0.1.23 https://github.com/hcdenbakker/SalmID/releases
- { name: salt, verpat: "20[0-9]{2}\\.[0-9]{1,2}\\.[0-9]{1,2}", last: true } # official release
- { name: salt, verpat: "20[0-9]{2}\\.[0-9]{1,2}", devel: true } #
- { name: samurai, ver: "0.3.21", ruleset: freebsd, incorrect: true }
- { name: samurai, ruleset: freebsd, untrusted: true }
- { name: sandfox, verpat: "20[0-9]{6}", snapshot: true }
Expand Down

0 comments on commit c14d8dc

Please sign in to comment.