Skip to content

Commit

Permalink
PG-1345 Release notes 15.12 (#730)
Browse files Browse the repository at this point in the history
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 <[email protected]>

---------

Signed-off-by: Anastasia Alexadrova <[email protected]>
  • Loading branch information
nastena1606 authored Mar 3, 2025
1 parent 6739b37 commit e16fe0b
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 365 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
#Pull the latest changes
- name: Chekout code
uses: actions/checkout@v2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
fetch-depth: 0 # fetch all commits/branches
#Prepare the env
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.x'

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Deploy docs
run: |
mike deploy 15 -b publish -p
mike retitle 15 "15.10" -b publish -p
mike retitle 15 "15.12" -b publish -p
# - name: Install Node.js 14.x
# uses: percona-platform/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Run all the commands in the following sections as root or using the `sudo` comma

### Install packages

=== "Install using meta-package"
=== "Install using meta-package (deprecated)"

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

Expand Down
75 changes: 0 additions & 75 deletions docs/how-to.md

This file was deleted.

277 changes: 0 additions & 277 deletions docs/pg-stat-monitor.md

This file was deleted.

Loading

0 comments on commit e16fe0b

Please sign in to comment.