Skip to content

Commit

Permalink
Merge pull request #73 from berndfinger/master
Browse files Browse the repository at this point in the history
v1.6.12: fixed E4S description for RHEL 9.4
  • Loading branch information
berndfinger authored Nov 28, 2024
2 parents 508c124 + 40bb597 commit 6ed743a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<body>
<h1>RHEL for SAP Configurator</h1>
<p><i>v1.6.11: Thu Nov 28 2024</i><br>
<p><i>v1.6.12: Thu Nov 28 2024</i><br>


<b>*** To start, select a hardware platform in the second row of buttons.***</b> Then, click on any button to display resources, subscriptions, repositories, and commands for this combination.
Expand Down
8 changes: 5 additions & 3 deletions rhel-for-sap-configurator.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@
// Mon Oct 21 2024
// v1.6.11: SAP note 2235581: support for HANA SPS08 on RHEL 9
// Thu Nov 28 2024
// v1.6.12: fixed E4S description for RHEL 9.4
// Thu Nov 28 2024

function displaySelections() { // used for debugging
var elem = document.getElementsByName('sapSelect');
Expand Down Expand Up @@ -267,7 +269,7 @@ function displayResults() {
"gcc": "8",
"initial_version": "4.18.0-193",
"end_of_support": "April 30, 2024",
"support": "ends",
"support": "ended",
"e4s": "available",
"min_version_for_hana": {
"x86_64": "4.18.0-193.40.1.el8_2",
Expand Down Expand Up @@ -399,7 +401,7 @@ function displayResults() {
"gcc": "11",
"initial_version": "5.14.0-362.8.1.el9_3",
"end_of_support": "April 30, 2024",
"support": "ends",
"support": "ended",
"e4s": "not available",
"min_version_for_hana": {
"x86_64": "N/A",
Expand All @@ -411,7 +413,7 @@ function displayResults() {
"initial_version": "5.14.0-427.13.1.el9_4",
"end_of_support": "April 30, 2028",
"support": "ends",
"e4s": "not available",
"e4s": "available",
"min_version_for_hana": {
"x86_64": "5.14.0-427.16.1.el9_4",
"ppc64le": "5.14.0-427.16.1.el9_4"
Expand Down

0 comments on commit 6ed743a

Please sign in to comment.