Skip to content

Commit 72a8659

Browse files
authored
Merge pull request #49 from ferricoxide/COS8discontinued
2 parents f583312 + cc0a39e commit 72a8659

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0
2+
current_version = 1.6.0
33
commit = True
44
message = Bumps version to {new_version}
55
tag = False

.github/workflows/test-salt-linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
image: >-
4040
${{ fromJson('{
4141
7: "quay.io/centos/centos:centos7",
42-
8: "quay.io/centos/centos:stream8"
42+
8: "docker.io/library/almalinux:8",
43+
9: "docker.io/library/almalinux:9"
4344
}')[inputs.salt-os-version] }}
4445
volumes:
4546
- /sys/fs/cgroup:/sys/fs/cgroup

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
### [1.6.0](https://github.com/plus3it/actions-workflows/releases/tag/1.6.0)
8+
9+
**Released**: 2024.06.04
10+
11+
**Summary**:
12+
13+
* Updates salt workflow for EL8 to use the Alma Linux 8 container. CentOS
14+
Stream 8 was discontinued as of June 1, 2024. Along with this
15+
discontinuation, the CentOS maintainers removed the CentOS Stream 8 yum
16+
repositories. Lack of repository-access breaks the ability to adequately
17+
customize the CI container, causing job failures. Explored image-options
18+
from Red Hat and both the Rocky and Alma projects. Found that the Red Hat
19+
images' repositories lacked critical RPMs. Found that the Official
20+
containers from Alma Linux seem to be getting updated with greater
21+
frequency than those from Rocky, so opted to switch to Alma.
22+
* Adds initial hooks for a salt workflow for EL9. Chose containers from the
23+
Alma project as a hedge against premature-discontinuation of the CentOS
24+
repos and because the Red Hat 9 container-images similarly lack critical
25+
RPMs.
26+
727
### [1.5.0](https://github.com/plus3it/actions-workflows/releases/tag/1.5.0)
828

929
**Released**: 2024.02.22

0 commit comments

Comments
 (0)