Skip to content

Commit

Permalink
Put varnish 6.0 into separate branch
Browse files Browse the repository at this point in the history
Varnish has unusual release cycle where 6.0 is lts and 6.1-6.6 are deprecated.
Currently, 6.0.12 is considered outdated vecause there are newer 6.x releases
but in fact it should be considered legacy as there are no newer 6.0.x releases.
Fix that by putting 6.0 into its own branch.

Issue: #235
See also: https://varnish-cache.org/docs/index.html
  • Loading branch information
AMDmi3 committed Feb 9, 2024
1 parent b6f93ab commit d1962ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 950.split-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
- { name: unifi, setbranchcomps: 1 }

- { name: varnish, setbranchcomps: 1 }
- { name: varnish, releq: "6.0", setbranch: "6.0lts", maintenance: true }

- { name: virtualbox, setbranchcomps: 2 }

Expand Down

0 comments on commit d1962ab

Please sign in to comment.