Skip to content

Commit

Permalink
revert varnish module to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Mar 26, 2024
1 parent 23100a3 commit a7d40d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
6.0.13 (unreleased)
-------------------

- Use Varnish 6.0.13 LTS, varnish module 0.15.4 [mamico]
- Use Varnish 6.0.13 LTS [mamico]


6.0.11 (2023-08-18)
Expand Down
2 changes: 1 addition & 1 deletion plone/recipe/varnish/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


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

COOKIE_WHITELIST_DEFAULT = """\
Expand Down

0 comments on commit a7d40d3

Please sign in to comment.