Merge 3006.x into master

This commit is contained in:
Pedro Algarvio 2023-09-22 08:39:31 +01:00
commit 24d2fef2fa
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
3 changed files with 32 additions and 1 deletions

View file

@ -22,7 +22,7 @@ jobs:
issues: write
pull-requests: read # for dawidd6/action-download-artifact to query commit hash
name: Triage New Issue
runs-on: ubuntu-latest
runs-on: ${{ github.event.repository.private && fromJSON('["self-hosted", "linux", "x86_64"]') || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v3

View file

@ -7,6 +7,18 @@ Versions are `MAJOR.PATCH`.
# Changelog
## Salt v3005.3 (2023-09-14)
### Fixed
- Fix __env__ and improve cache cleaning see more info at pull #65017. (#65002)
### Security
- Update to `gitpython>=3.1.35` due to https://github.com/advisories/GHSA-wfm5-v35h-vwf4 and https://github.com/advisories/GHSA-cwvm-v4w8-q58c (#65167)
## 3006.3 (2023-09-06)

View file

@ -0,0 +1,19 @@
.. _release-3005-3:
=========================
Salt 3005.3 Release Notes
=========================
Version 3005.3 is a Bug fix release for :ref:`3005 <release-3005>`.
Changed
-------
- Fix __env__ and improve cache cleaning see more info at pull #65017. (#65002)
Security
--------
- Update to `gitpython>=3.1.35` due to https://github.com/advisories/GHSA-wfm5-v35h-vwf4 and https://github.com/advisories/GHSA-cwvm-v4w8-q58c (#65167)