File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.5 .0
2
+ current_version = 1.6 .0
3
3
commit = True
4
4
message = Bumps version to {new_version}
5
5
tag = False
Original file line number Diff line number Diff line change 39
39
image : >-
40
40
${{ fromJson('{
41
41
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"
43
44
}')[inputs.salt-os-version] }}
44
45
volumes :
45
46
- /sys/fs/cgroup:/sys/fs/cgroup
Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
27
### [ 1.5.0] ( https://github.com/plus3it/actions-workflows/releases/tag/1.5.0 )
8
28
9
29
** Released** : 2024.02.22
You can’t perform that action at this time.
0 commit comments