Skip to content

Commit

Permalink
Merge branch '3006.x' into refix_64572
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 authored Sep 22, 2023
2 parents 2aa7b65 + 55c55bc commit 847212b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
19 changes: 19 additions & 0 deletions doc/topics/releases/3005.3.rst
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 847212b

Please sign in to comment.