Skip to content

Commit

Permalink
Remove Alpine 3.15 - end of life (#1191)
Browse files Browse the repository at this point in the history
Alpine 3.15 end of life was 1 Nov 2023
  • Loading branch information
MarkEWaite authored Nov 17, 2023
1 parent 3a832e7 commit 3c580e5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,6 @@ updates:
schedule:
interval: "weekly"

# Maintain dependencies for Alpine 3.15
- package-ecosystem: "docker"
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.15.10"
ignore:
- dependency-name: "alpine"
update-types: ["version-update:semver-minor"]
labels:
- "skip-changelog"
schedule:
interval: "weekly"

# Maintain dependencies for Alpine 3.16
- package-ecosystem: "docker"
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.16.7"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Labels commonly include operating system name, version, architecture, and Window
| Alibaba Linux 3 | `AlibabaCloud` | `3` | `amd64` | // EOL: 30 Apr 2031
| Alma Linux 8 | `AlmaLinux` | `8.8` | `amd64` | // EOL: 31 Mar 2029
| Alma Linux 9 | `AlmaLinux` | `9.2` | `amd64` | // EOL: 31 May 2032
| Alpine 3.15 | `Alpine` | `3.15.9` | `amd64` | // EOL: 01 Nov 2023
| Alpine 3.16 | `Alpine` | `3.16.6` | `amd64` | // EOL: 01 May 2024
| Alpine 3.17 | `Alpine` | `3.17.4` | `amd64` | // EOL: 01 Nov 2024
| Alpine 3.18 | `Alpine` | `3.18.4` | `amd64` | // EOL: 01 May 2025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ void testDetailsWithoutFeatureUpdate() {
"Windows 10", "alpine", "centos", "debian", "fedora", "freebsd", "macos", "raspbian", "ubuntu"
};
private final String[] versions = {
"3.15.7",
"3.16.4",
"3.17.2",
"3.18.4",
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 3c580e5

Please sign in to comment.