From 1f28669d8be34e0fbf35d173f4e3895cbe69429a Mon Sep 17 00:00:00 2001 From: Matthew Richardson Date: Fri, 25 Oct 2024 12:58:45 +0100 Subject: [PATCH] chore: Update release version. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- README.md | 2 +- docs/es-ES/README.md | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 14481d8..47406e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ The full log with the outputted error. - Host OS: [e.g. `uname -a`] - Docker: [e.g. `docker --version`] -- Image tag: [e.g. `3007.1_3`] +- Image tag: [e.g. `3007.1_4`] **Additional context** Add any other context about the problem here. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab8042..7353c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This file only reflects the changes that are made in this image. Please refer to the [Salt 3007.1 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3007.1.html) for the list of changes in SaltStack. +**3007.1_4** + +- Add support for LDAP ([#267](https://github.com/cdalvaro/docker-salt-master/pull/267)). + **3007.1_3** - Do not create volumes inside Dockerfile. **Warning**: If keys or logs directories are not mounted, data will be lost after container deletion. diff --git a/Dockerfile b/Dockerfile index b36bfd9..7e71bcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG VCS_REF # https://github.com/saltstack/salt/releases ENV SALT_VERSION="3007.1" -ENV IMAGE_REVISION="_3" +ENV IMAGE_REVISION="_4" ENV IMAGE_VERSION="${SALT_VERSION}${IMAGE_REVISION}" ENV SALT_DOCKER_DIR="/etc/docker-salt" \ diff --git a/README.md b/README.md index 673b2ce..f5c22db 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Automated builds of the image are available on the recommended method of installation. ```sh -docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_3 +docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_4 ``` You can also pull the `latest` tag, which is built from the repository `HEAD` diff --git a/docs/es-ES/README.md b/docs/es-ES/README.md index 37bc8bd..d558424 100644 --- a/docs/es-ES/README.md +++ b/docs/es-ES/README.md @@ -31,7 +31,7 @@ Para otros métodos de instalación de `salt-master`, por favor consulta la [gu Todas las imágenes están disponibles en el [Registro de Contenedores de GitHub](https://github.com/cdalvaro/docker-salt-master/pkgs/container/docker-salt-master) y es el método recomendado para la instalación. ```sh -docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_3 +docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_4 ``` También puedes obtener la imagen `latest`, que se construye a partir del repositorio `HEAD`.