Upgrade salt-master to 3006.3 Sulfur
This commit is contained in:
committed by
Carlos D. Álvaro
parent
acf028e432
commit
ff42689092
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -28,7 +28,7 @@ The full log with the outputted error.
|
||||
|
||||
- Host OS: [e.g. `uname -a`]
|
||||
- Docker: [e.g. `docker --version`]
|
||||
- Image tag: [e.g. `3006.2`]
|
||||
- Image tag: [e.g. `3006.3`]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
This file only reflects the changes that are made in this image.
|
||||
Please refer to the [Salt 3006.2 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3006.2.html)
|
||||
Please refer to the [Salt 3006.3 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3006.3.html)
|
||||
for the list of changes in SaltStack.
|
||||
|
||||
**3006.3**
|
||||
|
||||
- Upgrade `salt-master` to `3006.3` *Sulfur*.
|
||||
|
||||
**3006.2**
|
||||
|
||||
- Upgrade `salt-master` to `3006.2` *Sulfur*.
|
||||
|
||||
@@ -4,7 +4,7 @@ ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
||||
# https://github.com/saltstack/salt/releases
|
||||
ENV SALT_VERSION="3006.2"
|
||||
ENV SALT_VERSION="3006.3"
|
||||
ENV IMAGE_VERSION="${SALT_VERSION}"
|
||||
|
||||
ENV SALT_DOCKER_DIR="/etc/docker-salt" \
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
[![Architecture AMD64][arch_amd64_badge]][arch_link]
|
||||
[![Architecture ARM64][arch_arm64_badge]][arch_link]
|
||||
|
||||
# Dockerized Salt Master v3006.2 _Sulfur_
|
||||
# Dockerized Salt Master v3006.3 _Sulfur_
|
||||
|
||||
Dockerfile to build a [Salt Project](https://saltproject.io) Master image for the Docker opensource container platform.
|
||||
|
||||
@@ -23,7 +23,7 @@ Automated builds of the image are available on
|
||||
the recommended method of installation.
|
||||
|
||||
```sh
|
||||
docker pull ghcr.io/cdalvaro/docker-salt-master:3006.2
|
||||
docker pull ghcr.io/cdalvaro/docker-salt-master:3006.3
|
||||
```
|
||||
|
||||
You can also pull the latest tag which is built from the repository `HEAD`
|
||||
@@ -786,9 +786,9 @@ Many thanks to:
|
||||
- https://docs.saltproject.io/en/getstarted/
|
||||
- https://docs.saltproject.io/en/latest/contents.html
|
||||
|
||||
[saltproject_badge]: https://img.shields.io/badge/Salt-v3006.2-lightgrey.svg?logo=Saltstack
|
||||
[saltproject_badge]: https://img.shields.io/badge/Salt-v3006.3-lightgrey.svg?logo=Saltstack
|
||||
|
||||
[saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3006.2.html "Salt Project Release Notes"
|
||||
[saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3006.3.html "Salt Project Release Notes"
|
||||
|
||||
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20230624-E95420.svg?logo=Ubuntu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user