Skip to content

Commit

Permalink
Merge pull request #3864 from EnterpriseDB/release/2023-03-29
Browse files Browse the repository at this point in the history
Release: 2023-03-29
  • Loading branch information
drothery-edb authored Mar 29, 2023
2 parents a6600e1 + 4fcc17f commit 3e366c4
Show file tree
Hide file tree
Showing 150 changed files with 2,977 additions and 3,248 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.install-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- ../install_template/config.yaml:/app/config.yaml:ro
- ../install_template/main.mjs:/app/main.mjs:ro
- ../install_template/deploy.mjs:/app/deploy.mjs:ro
- ../install_template/lib:/app/lib:ro
- ../install_template/package-lock.json:/app/package-lock.json
- ../install_template/package.json:/app/package.json
- ../install_template/templates:/app/templates:ro
Expand Down
43 changes: 14 additions & 29 deletions install_template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,46 @@ products:
platforms:
- name: CentOS 7
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: RHEL 8
arch: ppc64le
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: AlmaLinux 8 or Rocky Linux 8
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: RHEL 7 or OL 7
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: RHEL 8 or OL 8
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: Debian 10
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: Debian 11
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: Ubuntu 18.04
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: Ubuntu 20.04
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: Ubuntu 22.04
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: SLES 12
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: SLES 12
arch: ppc64le
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: SLES 15
arch: x86_64
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: SLES 15
arch: ppc64le
supported versions: [42.5.1.2]
supported versions: [42.5.4.1]
- name: Migration Toolkit
platforms:
- name: RHEL 8 or OL 8
Expand Down Expand Up @@ -400,9 +400,6 @@ products:
- name: RHEL 8
arch: ppc64le
supported versions: [41]
- name: Ubuntu 18.04
arch: x86_64
supported versions: [41]
- name: Debian 10
arch: x86_64
supported versions: [41]
Expand Down Expand Up @@ -447,9 +444,6 @@ products:
- name: RHEL 8
arch: ppc64le
supported versions: [4]
- name: Ubuntu 18.04
arch: x86_64
supported versions: [4]
- name: Debian 10
arch: x86_64
supported versions: [4]
Expand Down Expand Up @@ -494,9 +488,6 @@ products:
- name: RHEL 8
arch: ppc64le
supported versions: [2]
- name: Ubuntu 18.04
arch: x86_64
supported versions: [2]
- name: Debian 10
arch: x86_64
supported versions: [2]
Expand Down Expand Up @@ -638,9 +629,6 @@ products:
- name: Ubuntu 18.04
arch: x86_64
supported versions: [3.2]
- name: Ubuntu 20.04
arch: x86_64
supported versions: [3.2]
- name: Debian 11
arch: x86_64
supported versions: [3.2]
Expand Down Expand Up @@ -735,9 +723,6 @@ products:
- name: Ubuntu 18.04
arch: x86_64
supported versions: [9]
- name: Ubuntu 20.04
arch: x86_64
supported versions: [9]
- name: SLES 12
arch: x86_64
supported versions: [9]
Expand Down
Loading

2 comments on commit 3e366c4

@github-actions
Copy link
Contributor

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://6424aeca02db653e3be46764--edb-docs.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.