diff --git a/public/1-3-stable/README.md b/public/1-3-stable/README.md
index 8dd5cf8..0e7f95b 100644
--- a/public/1-3-stable/README.md
+++ b/public/1-3-stable/README.md
@@ -729,5 +729,5 @@ The `psu` definition of a job is a Swarm [service](https://docs.docker.com/engin
Using a job is useful when you want to have a service who run a script (e.g. database migration).
And shutdown this service when its script is successfully executed.
-See the service named `job` in the [`docker-stack-web-app.yml`](https://gitlab.com/psuapp/psu/tree/v1.3.0/tests/dockerfiles/docker-stack-web-app.yml) file, for a real use case.
+See the service named `job` in the [`docker-stack-web-app.yml`](https://gitlab.com/psuapp/psu/tree/v1.3.1/tests/dockerfiles/docker-stack-web-app.yml) file, for a real use case.
It has both a container's label `job-name` and a restart policy set to `none`.
diff --git a/public/1-3-stable/repo/CHANGELOG.md b/public/1-3-stable/repo/CHANGELOG.md
index f734656..f359f83 100644
--- a/public/1-3-stable/repo/CHANGELOG.md
+++ b/public/1-3-stable/repo/CHANGELOG.md
@@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.3.1] - 2021-12-10
### Added
- Test PSU with Portainer CE [2.11.0](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.11.0) API
+### Fixed
+- Deleting old Docker repository tags in bulk
+
### Removed
- Test PSU with Portainer CE [2.5.1](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.5.1) API
@@ -196,7 +200,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Debug mode
- Strict mode
-[Unreleased]: https://gitlab.com/psuapp/psu/compare/v1.3.0...1-3-stable
+[Unreleased]: https://gitlab.com/psuapp/psu/compare/v1.3.1...1-3-stable
+[1.3.1]: https://gitlab.com/psuapp/psu/-/tags/v1.3.1
[1.3.0]: https://gitlab.com/psuapp/psu/-/tags/v1.3.0
[1.3.0-beta.1]: https://gitlab.com/psuapp/psu/-/tags/v1.3.0-beta.1
[1.3.0-alpha]: https://gitlab.com/psuapp/psu/-/tags/v1.3.0-alpha
diff --git a/public/1-3-stable/repo/README.md b/public/1-3-stable/repo/README.md
index 4769571..7a64917 100644
--- a/public/1-3-stable/repo/README.md
+++ b/public/1-3-stable/repo/README.md
@@ -99,7 +99,7 @@ Published Docker images are [tagged](https://hub.docker.com/r/psuapp/psu/tags) m
-- `1`, `1.3`, `1.3.0` -> [`v1.3.0`](https://gitlab.com/psuapp/psu/-/tags/v1.3.0)
+- `1`, `1.3`, `1.3.1` -> [`v1.3.1`](https://gitlab.com/psuapp/psu/-/tags/v1.3.1)
- `1.3.0-beta.1` -> [`v1.3.0-beta.1`](https://gitlab.com/psuapp/psu/-/tags/v1.3.0-beta.1)
- `1.3.0-alpha` -> [`v1.3.0-alpha`](https://gitlab.com/psuapp/psu/-/tags/v1.3.0-alpha)
- `1.2`, `1.2.0` -> [`v1.2.0`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0)
@@ -125,7 +125,7 @@ The `core` variant doesn't include `docker-compose`, so it's a bit smaller.
But you can't lint Docker compose/stack file before deploying a stack.
-- `1-core`, `1.3-core`, `1.3.0-core` -> [`v1.3.0`](https://gitlab.com/psuapp/psu/-/tags/v1.3.0)
+- `1-core`, `1.3-core`, `1.3.1-core` -> [`v1.3.1`](https://gitlab.com/psuapp/psu/-/tags/v1.3.1)
- `1.2-core`, `1.2.0-core` -> [`v1.2.0`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0)
- `1.1-core`, `1.1.0-core` -> [`v1.1.0`](https://gitlab.com/psuapp/psu/-/tags/v1.1.0)
- `1.0-core`, `1.0.7-core` -> [`v1.0.7`](https://gitlab.com/psuapp/psu/-/tags/v1.0.7)
@@ -134,8 +134,8 @@ The `debian` and `debian-core` variants use [Debian](https://www.debian.org) ins
-- `1-debian`, `1.3-debian`, `1.3.0-debian` -> [`v1.3.0`](https://gitlab.com/psuapp/psu/-/tags/v1.3.0)
-- `1-debian-core`, `1.3-debian-core`, `1.3.0-debian-core` -> [`v1.3.0`](https://gitlab.com/psuapp/psu/-/tags/v1.3.0)
+- `1-debian`, `1.3-debian`, `1.3.1-debian` -> [`v1.3.1`](https://gitlab.com/psuapp/psu/-/tags/v1.3.1)
+- `1-debian-core`, `1.3-debian-core`, `1.3.1-debian-core` -> [`v1.3.1`](https://gitlab.com/psuapp/psu/-/tags/v1.3.1)
- `1.2-debian`, `1.2.0-debian` -> [`v1.2.0`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0)
- `1.2-debian-core`, `1.2.0-debian-core` -> [`v1.2.0`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0)
- `1.1-debian`, `1.1.0-debian` -> [`v1.1.0`](https://gitlab.com/psuapp/psu/-/tags/v1.1.0)
@@ -170,7 +170,7 @@ For testing/debugging, you can use this Docker image in interactive mode, to run
docker run -v $(pwd)/docker-compose.yml:/docker-compose.yml -it --rm --entrypoint bash psuapp/psu:1.3
# Run any commands here! E.g.
$ psu --version
-Portainer Stack Utils, version 1.3.0
+Portainer Stack Utils, version 1.3.1
License GPLv3: GNU GPL version 3
```