Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the new version '3.38-gdal3.8' #1108

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'3.34-gdal3.7',
'3.34-gdal3.8',
'3.36-gdal3.8',
'3.38-gdal3.8',
'master',
],
'pre-commit': { enabled: true },
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- 3.34-gdal3.7
- 3.34-gdal3.8
- 3.36-gdal3.8
- 3.38-gdal3.8

steps:
# Remove Python packages with wriong version
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
| 3.32 | Unsupported | | |
| 3.34-gdal3.7 | Best effort | 3.34, ltr | Version based on Ubuntu 22.04 |
| 3.34-gdal3.8 | Best effort | | Version based on Ubuntu 22.04 |
| 3.36-gdal3.8 | Best effort | 3.36, lr, latest | Version based on Ubuntu 22.04 |
| 3.36-gdal3.8 | Best effort | 3.36 | Version based on Ubuntu 22.04 |
| 3.38-gdal3.8 | Best effort | 3.38, lr, latest | Version based on Ubuntu 22.04 |

The initial support is aligned to the [upstream support](https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule).

Expand Down
Loading