Skip to content

Commit

Permalink
Merge pull request openshift#1686 from zshi-redhat/OCPBUGS-43498
Browse files Browse the repository at this point in the history
OCPBUGS-43498: pin libreswan version to 4.6 in rhcos extension
  • Loading branch information
sdodson authored Dec 10, 2024
2 parents 23e1c15 + d5202a0 commit 7b1f095
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion extensions-ocp-rhel-9.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ extensions:
# https://github.com/coreos/fedora-coreos-tracker/issues/1504
ipsec:
packages:
- libreswan
# pin to 4.6 for now for https://issues.redhat.com/browse/OCPBUGS-43498
# we can revert once that's fixed in latest libreswan
- libreswan-4.6
- NetworkManager-libreswan
# https://github.com/coreos/fedora-coreos-tracker/issues/326
usbguard:
Expand Down
4 changes: 3 additions & 1 deletion extensions-ocp-rhel-9.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ extensions:
# https://github.com/coreos/fedora-coreos-tracker/issues/1504
ipsec:
packages:
- libreswan
# pin to 4.6 for now for https://issues.redhat.com/browse/OCPBUGS-43498
# we can revert once that's fixed in latest libreswan
- libreswan-4.6
- NetworkManager-libreswan
# https://github.com/coreos/fedora-coreos-tracker/issues/326
usbguard:
Expand Down

0 comments on commit 7b1f095

Please sign in to comment.