-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-4160) Add IP Addresses to subjectAltNames (#58)
k8s requires the IP addresses of the nodes to be in the subjectAltNames list. This adds that, as well as the hostname to the subjectAltNames list for completeness. SIMP-4160 #comment Add IP Addresses to subjectAltNames for testing
- Loading branch information
1 parent
3c1cb04
commit fa7ad73
Showing
5 changed files
with
124 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
### 1.9.0 / 2018-01-01 | ||
* Ensure that all host IP addresses get added to the internally generated PKI | ||
keys as subjectAltNames. Kubernetes needs this and it does not hurt to have | ||
in place for testing. | ||
|
||
### 1.8.10 / 2017-11-02 | ||
* Fix bug in which dracut was not run on CentOS6, when dracut-fips was | ||
installed for a FIPS-enabled test. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Simp; end | ||
|
||
module Simp::BeakerHelpers | ||
VERSION = '1.8.10' | ||
VERSION = '1.9.0' | ||
end |