diff --git a/.changeset/olive-icons-guess.md b/.changeset/olive-icons-guess.md deleted file mode 100644 index d507bed..0000000 --- a/.changeset/olive-icons-guess.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"varnish-post": minor ---- - -It is now possible to configure purge ACL, by setting the `PURGE_ACL` to a relevant hostname or IP CIDR. - -By default, the `PURGE_ACL` is set to `localhost`. -This means that only requests coming from the same host as the Varnish container will be able to purge the cache. - -You can set the `PURGE_ACL` to `0.0.0.0/0` to allow all hosts to purge the cache for example, or a more specific IP CIDR. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd3349..74319d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # varnish-post +## 2.5.0 + +### Minor Changes + +- 60aa54b: It is now possible to configure purge ACL, by setting the `PURGE_ACL` to a relevant hostname or IP CIDR. + + By default, the `PURGE_ACL` is set to `localhost`. + This means that only requests coming from the same host as the Varnish container will be able to purge the cache. + + You can set the `PURGE_ACL` to `0.0.0.0/0` to allow all hosts to purge the cache for example, or a more specific IP CIDR. + ## 2.4.0 ### Minor Changes diff --git a/package.json b/package.json index 4b9f38b..6e2daee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "varnish-post", - "version": "2.4.0", + "version": "2.5.0", "description": "Custom Docker image for Varnish", "main": "index.js", "repository": "git@github.com:zazuko/varnish-post.git",