mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Testing current stable version of Ruby 3.3.4
This commit is contained in:
parent
26f92489f3
commit
4029e24d74
4 changed files with 10 additions and 5 deletions
3
.github/workflows/test-linux.yml
vendored
3
.github/workflows/test-linux.yml
vendored
|
@ -41,8 +41,9 @@ jobs:
|
|||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
## DGM ruby-version: 2.6.10
|
||||
## DGM ruby-version: 3.2.3
|
||||
ruby-version: 2.6.10
|
||||
ruby-version: 3.3.4
|
||||
bundler-cache: true
|
||||
|
||||
## DGM - name: Set up Python 3.9
|
||||
|
|
3
.github/workflows/test-macos.yml
vendored
3
.github/workflows/test-macos.yml
vendored
|
@ -50,8 +50,9 @@ jobs:
|
|||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
## DGM ruby-version: 2.6.10
|
||||
## DGM ruby-version: 3.2.3
|
||||
ruby-version: 2.6.10
|
||||
ruby-version: 3.3.4
|
||||
bundler-cache: true
|
||||
|
||||
## DGM - name: Set up Python 3.9
|
||||
|
|
3
.github/workflows/test-windows.yml
vendored
3
.github/workflows/test-windows.yml
vendored
|
@ -53,8 +53,9 @@ jobs:
|
|||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
## DGM ruby-version: 2.6.10
|
||||
## DGM ruby-version: 3.2.3
|
||||
ruby-version: 2.6.10
|
||||
ruby-version: 3.3.4
|
||||
bundler-cache: true
|
||||
|
||||
- name: Install Chef
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# v2024.06.XX
|
||||
# v2024.07.XX
|
||||
|
||||
## What's Changed
|
||||
|
||||
|
@ -9,9 +9,11 @@
|
|||
- Removed support for FreeBSD and OpenBSD
|
||||
- Removed support for Solaris and it's derivatives
|
||||
- Removed support for EOL Salt releases, pre-3006
|
||||
- Added support for new OS's, for example: Ubuntu 24.04, Debian 12
|
||||
- Added support for new OS's, for example: Ubuntu 24.04, Debian 12, Amazon 2023
|
||||
- Updated to minimum Python 3.10 version from 3.9
|
||||
- Removed '-y' option which was experimental and only on RHEL 7 or less which are now EOL
|
||||
- Updated to current stable version of Ruby v3.3.4
|
||||
- Removed git-master support for Photon 4 & 5 due to gcc errors building salt.
|
||||
|
||||
**Full Changelog**: https://github.com/saltstack/salt-bootstrap/compare/v2024.04.03...v2024.06.XX
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue