Skip to content

Commit

Permalink
Merge pull request #98 from collective/6013
Browse files Browse the repository at this point in the history
upgrade to varnish 6.0.13
  • Loading branch information
fredvd authored Mar 28, 2024
2 parents 3ac058a + 0aeebcf commit 0cdd76e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Changelog
=========

6.0.12 (unreleased)
6.0.13 (unreleased)
-------------------

- Add vcl_synth options to insert arbitrary vcl.
[mamico]
- Use Varnish 6.0.13 LTS [mamico]

- Add vcl_synth options to insert arbitrary vcl. [mamico]


6.0.11 (2023-08-18)
Expand Down
4 changes: 2 additions & 2 deletions plone/recipe/varnish/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import zc.buildout


DOWNLOAD_URL = "https://varnish-cache.org/_downloads/varnish-6.0.11.tgz"
DOWNLOAD_URL = "https://varnish-cache.org/_downloads/varnish-6.0.13.tgz"
VMODS_DOWNLOAD_URL = "https://github.com/varnish/varnish-modules/archive/0.15.1.tar.gz"
SUPPORTED_VERSION = "6.0.11"
SUPPORTED_VERSION = "6.0.13"

COOKIE_WHITELIST_DEFAULT = """\
statusmessages
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run_tests(self):

# versioning scheme: major/minor (positions 1-2) matches: supported varnish 6.0 LTS.
# position 3: plone.recipe.varnish patch release X.
version = "6.0.12.dev0"
version = "6.0.13.dev0"

setup(
name="plone.recipe.varnish",
Expand Down

0 comments on commit 0cdd76e

Please sign in to comment.