Skip to content

Commit e16fe0b

Browse files
authored
PG-1345 Release notes 15.12 (#730)
PG-1345 Release notes 15.12 modified: .github/workflows/main.yml deleted: docs/how-to.md new file: docs/release-notes-v15.12.md modified: docs/release-notes.md modified: mkdocs-base.yml modified: mkdocs-pdf.yml modified: requirements.txt modified: variables.yml Updated release highlights list Added deprecation label to meta packages Signed-off-by: Anastasia Alexadrova <anastasia.alexandrova@percona.com> --------- Signed-off-by: Anastasia Alexadrova <anastasia.alexandrova@percona.com>
1 parent 6739b37 commit e16fe0b

12 files changed

Lines changed: 82 additions & 365 deletions

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
steps:
1313
#Pull the latest changes
1414
- name: Chekout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
with:
17-
fetch-depth: 0
17+
fetch-depth: 0 # fetch all commits/branches
1818
#Prepare the env
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2121
with:
2222
python-version: '3.x'
2323

@@ -46,7 +46,7 @@ jobs:
4646
- name: Deploy docs
4747
run: |
4848
mike deploy 15 -b publish -p
49-
mike retitle 15 "15.10" -b publish -p
49+
mike retitle 15 "15.12" -b publish -p
5050
5151
# - name: Install Node.js 14.x
5252
# uses: percona-platform/setup-node@v2

docs/apt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Run all the commands in the following sections as root or using the `sudo` comma
4343

4444
### Install packages
4545

46-
=== "Install using meta-package"
46+
=== "Install using meta-package (deprecated)"
4747

4848
The [meta package](repo-overview.md#percona-ppg-server){:target=”_blank”} enables you to install several components of the distribution in one go.
4949

docs/how-to.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/pg-stat-monitor.md

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)