-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3339 from EnterpriseDB/release/2022-11-10
Release: 2022-11-10
- Loading branch information
Showing
315 changed files
with
1,124 additions
and
597 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
"lodash.ismatch": "^4.4.0", | ||
"nunjucks": "^3.2.3", | ||
"prettier": "^2.4.0", | ||
"yaml": "^1.10.2" | ||
"yaml": "^2.1.3" | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
install_template/templates/platformBase/_deploymentConstants.njk
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{% set expand_arch = { | ||
ppcle: "ibm_power_ppc64le", | ||
x86: "x86_amd64", | ||
x86_64: "x86_amd64", | ||
ppc64le: "ibm_power_ppc64le" | ||
} | ||
%} | ||
{% set map_platform_old = { | ||
"Debian 10": "deb10", | ||
"Debian 11": "deb11", | ||
"Ubuntu 18.04": "ubuntu18", | ||
"Ubuntu 20.04": "ubuntu20", | ||
"Ubuntu 22.04": "ubuntu22", | ||
"SLES 12": "sles12", | ||
"SLES 15": "sles15", | ||
"CentOS 7": "centos7", | ||
"AlmaLinux 8 or Rocky Linux 8": "other_linux8", | ||
"RHEL 7 or OL 7": "rhel7", | ||
"RHEL 8 or OL 8": "rhel8", | ||
"RHEL 8": "rhel8" | ||
} | ||
%} | ||
{% set map_platform = { | ||
"Debian 10": "debian_10", | ||
"Debian 11": "debian_11", | ||
"Ubuntu 18.04": "ubuntu_18", | ||
"Ubuntu 20.04": "ubuntu_20", | ||
"Ubuntu 22.04": "ubuntu_22", | ||
"SLES 12": "sles_12", | ||
"SLES 15": "sles_15", | ||
"CentOS 7": "centos_7", | ||
"AlmaLinux 8 or Rocky Linux 8": "other_linux_8", | ||
"RHEL 7 or OL 7": "rhel_7", | ||
"RHEL 8 or OL 8": "rhel_8", | ||
"RHEL 8": "rhel_8" | ||
} | ||
%} |
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
Oops, something went wrong.
6678ab7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs.netlify.app as production
π Deployed on https://636d7d71e094a04b713d1fd1--edb-docs.netlify.app
6678ab7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs-staging.netlify.app as production
π Deployed on https://636d7eb9e094a04bce3d22de--edb-docs-staging.netlify.app