Skip to content

Commit 124b126

Browse files
authored
Merge pull request #68168 from dwoz/merge/3007.x/3006.x-25-07-10.1
Merge forward 3006.x into 3007.x
2 parents f55350a + a4670ac commit 124b126

File tree

5 files changed

+82
-0
lines changed

5 files changed

+82
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Versions are `MAJOR.PATCH`.
88
# Changelog
99

1010
## 3007.5 (2025-06-26)
11+
## 3006.14 (2025-07-10)
1112

1213

1314
### Fixed
@@ -18,6 +19,15 @@ Versions are `MAJOR.PATCH`.
1819

1920

2021
## 3007.4 (2025-06-12)
22+
- Onedir packages include relenv 0.19.4.
23+
- Update sqlite to 3500200
24+
- Update libffi to 3.5.1
25+
- Update python 3.13 to 3.13.5
26+
- Load default openssl modules when no system openssl binary exists [#68014](https://github.com/saltstack/salt/issues/68014)
27+
- pkgrepo.managed not applying changes / account for 'name' attr being part of the state [#68107](https://github.com/saltstack/salt/issues/68107)
28+
- Fix `test mode` causing unintended execution when non-boolean values are passed. [#68121](https://github.com/saltstack/salt/issues/68121)
29+
30+
2131
## 3006.13 (2025-06-26)
2232

2333

doc/topics/releases/3006.14.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
(release-3006.14)=
2+
# Salt 3006.14 release notes
3+
4+
<!---
5+
Do not edit this file. This is auto generated.
6+
Edit the templates in doc/topics/releases/templates/
7+
for a given release.
8+
-->
9+
10+
11+
<!--
12+
Add release specific details below
13+
-->
14+
15+
<!--
16+
Do not edit the changelog below.
17+
This is auto generated.
18+
-->
19+
## Changelog
20+
21+
### Fixed
22+
23+
- Onedir packages include relenv 0.19.4.
24+
- Update sqlite to 3500200
25+
- Update libffi to 3.5.1
26+
- Update python 3.13 to 3.13.5
27+
- Load default openssl modules when no system openssl binary exists [#68014](https://github.com/saltstack/salt/issues/68014)
28+
- pkgrepo.managed not applying changes / account for 'name' attr being part of the state [#68107](https://github.com/saltstack/salt/issues/68107)
29+
- Fix `test mode` causing unintended execution when non-boolean values are passed. [#68121](https://github.com/saltstack/salt/issues/68121)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(release-3006.14)=
2+
# Salt 3006.14 release notes{{ unreleased }}
3+
{{ warning }}
4+
5+
<!--
6+
Add release specific details below
7+
-->
8+
9+
<!--
10+
Do not edit the changelog below.
11+
This is auto generated.
12+
-->
13+
## Changelog
14+
{{ changelog }}

pkg/debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
salt (3006.14) stable; urgency=medium
2+
3+
4+
# Fixed
5+
6+
* Onedir packages include relenv 0.19.4.
7+
* Update sqlite to 3500200
8+
* Update libffi to 3.5.1
9+
* Update python 3.13 to 3.13.5
10+
* Load default openssl modules when no system openssl binary exists [#68014](https://github.com/saltstack/salt/issues/68014)
11+
* pkgrepo.managed not applying changes / account for 'name' attr being part of the state [#68107](https://github.com/saltstack/salt/issues/68107)
12+
* Fix `test mode` causing unintended execution when non-boolean values are passed. [#68121](https://github.com/saltstack/salt/issues/68121)
13+
14+
15+
-- Salt Project Packaging <[email protected]> Thu, 10 Jul 2025 02:01:12 +0000
16+
117
salt (3007.5) stable; urgency=medium
218

319

pkg/rpm/salt.spec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,19 @@ fi
743743
- * Added support for `icmpv6-type` to salt.modules.nftables [#67882](https://github.com/saltstack/salt/issues/67882)
744744

745745

746+
* Thu Jul 10 2025 Salt Project Packaging <[email protected]> - 3006.14
747+
748+
# Fixed
749+
750+
- Onedir packages include relenv 0.19.4.
751+
- Update sqlite to 3500200
752+
- Update libffi to 3.5.1
753+
- Update python 3.13 to 3.13.5
754+
- Load default openssl modules when no system openssl binary exists [#68014](https://github.com/saltstack/salt/issues/68014)
755+
- pkgrepo.managed not applying changes / account for 'name' attr being part of the state [#68107](https://github.com/saltstack/salt/issues/68107)
756+
- Fix `test mode` causing unintended execution when non-boolean values are passed. [#68121](https://github.com/saltstack/salt/issues/68121)
757+
758+
746759
* Thu Jun 26 2025 Salt Project Packaging <[email protected]> - 3006.13
747760

748761
# Fixed

0 commit comments

Comments
 (0)