Skip to content

Bump Rocky 8 snapshots #677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stackhpc_pulp_repo_elasticsearch_logstash_kibana_7_x_version: 20230727T144020
stackhpc_pulp_repo_epel_9_version: 20230302T031902
stackhpc_pulp_repo_elrepo_9_version: 20230907T075311
stackhpc_pulp_repo_epel_modular_version: 20220913T043117
stackhpc_pulp_repo_epel_version: 20230206T150339
stackhpc_pulp_repo_epel_version: 20230929T005202
stackhpc_pulp_repo_grafana_version: 20230903T003752
stackhpc_pulp_repo_mariadb_10_6_centos8_version: 20230815T010124
stackhpc_pulp_repo_mlnx_ofed_5_7_1_0_2_0_rhel8_6_version: 20220920T151419
Expand All @@ -41,6 +41,11 @@ stackhpc_pulp_repo_rocky_8_7_baseos_version: 20221202T032715
stackhpc_pulp_repo_rocky_8_7_extras_version: 20221201T192704
stackhpc_pulp_repo_rocky_8_7_nfv_version: 20221202T032715
stackhpc_pulp_repo_rocky_8_7_powertools_version: 20221202T032715
stackhpc_pulp_repo_rocky_8_8_appstream_version: 20230928T024829
stackhpc_pulp_repo_rocky_8_8_baseos_version: 20230928T024829
stackhpc_pulp_repo_rocky_8_8_extras_version: 20230928T024829
stackhpc_pulp_repo_rocky_8_8_nfv_version: 20230922T023520
stackhpc_pulp_repo_rocky_8_8_powertools_version: 20230928T024829
stackhpc_pulp_repo_rocky_9_1_appstream_version: 20230228T044432
stackhpc_pulp_repo_rocky_9_1_baseos_version: 20230228T044432
stackhpc_pulp_repo_rocky_9_1_crb_version: 20230228T044432
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ stackhpc_pulp_sync_centos_stream8: "{{ os_distribution == 'centos' }}"

# Whether to sync Rocky Linux 8 packages.
stackhpc_pulp_sync_rocky_8: "{{ os_distribution == 'rocky' and os_release == '8' }}"
# Rocky 8 minor version number. Supported values: 6, 7
stackhpc_pulp_repo_rocky_8_minor_version: 7
# Rocky 8 minor version number. Supported values: 6, 7, 8
stackhpc_pulp_repo_rocky_8_minor_version: 8
# Rocky 8 Snapshot versions. The defaults use the appropriate version from
# pulp-repo-versions.yml for the selected minor release.
stackhpc_pulp_repo_rocky_8_appstream_version: "{{ lookup('vars', 'stackhpc_pulp_repo_rocky_8_%s_appstream_version' % stackhpc_pulp_repo_rocky_8_minor_version) }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
security:
- |
The Rocky 8 minor version has been bumped to 8.8 and new snapshots have
been created to include fixes for Zenbleed (CVE-2023-20593), Downfall
(CVE-2022-40982). It is recommended that you update your OS packages and
reboot into the kernel as soon as possible.