Skip to content

Commit

Permalink
Create the new version '3.34-gdal3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 30, 2023
1 parent 6f4a548 commit c0b9170
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@
automerge: true,
schedule: 'after 5pm on the first day of the month',
},
baseBranches: ['master', '3.16', '3.22', '3.28-gdal3.6', '3.30', '3.32'],
baseBranches: [
'3.16',
'3.22',
'3.28',
'3.28-gdal3.6',
'3.28-gdal3.7',
'3.30',
'3.32',
'3.34-gdal3.7',
'master',
],
'pre-commit': { enabled: true },
regexManagers: [
/** Do updates on pre-commit additional dependencies */
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
branch:
- '3.16'
- '3.22'
- '3.28-gdal3.6'
- '3.28-gdal3.7'
- '3.28'
- 3.28-gdal3.6
- 3.28-gdal3.7
- '3.30'
- '3.32'
- 3.34-gdal3.7

steps:
# Remove Python packages with wriong version
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| 3.28-gdal3.7 | Best effort | 3.28, ltr | Version based on Ubuntu 22.04 |
| 3.30 | 23/06/2023 | | Version based on GDAL 3.6, Ubuntu 22.04 |
| 3.32 | 27/10/2023 | lr, latest | Version based on GDAL 3.7, Ubuntu 22.04 |
| 3.34-gdal3.7 | Best effort |

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

Expand Down

0 comments on commit c0b9170

Please sign in to comment.