Skip to content

Commit

Permalink
End of support of version 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 18, 2024
1 parent c8bf7aa commit 4411dac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
automerge: true,
schedule: 'after 5pm on the first day of the month',
},
baseBranches: ['1.15', '1.17', '1.18', '1.19', 'master'],
baseBranches: ['1.17', '1.18', '1.19', 'master'],
'pre-commit': { enabled: true },
regexManagers: [
{
Expand Down
74 changes: 0 additions & 74 deletions .github/workflows/rebuild-115.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/mheap/json-schema-spell-checker
rev: master
hooks:
- id: json-schema-spell-checker
files: tilecloud_chain/schema.json
args:
- --fields=description
- --ignore-numbers
- --ignore-acronyms
- --en-us
- --spelling=.github/spell-ignore-words.txt
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
Expand Down
5 changes: 1 addition & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

| Version | Supported Until |
| ------- | --------------- |
| <= 1.13 | Unsupported |
| 1.14 | Unsupported |
| 1.15 | Best effort |
| 1.16 | Unsupported |
| <=1.16 | Unsupported |
| 1.17 | 23/06/2025 |
| 1.18 | Best effort |
| 1.19 | Best effort |

0 comments on commit 4411dac

Please sign in to comment.