Skip to content

Commit

Permalink
chore: Update release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichar1 authored and cdalvaro committed Oct 25, 2024
1 parent a02b1f4 commit 1f28669
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/es-ES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1f28669

Please sign in to comment.