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

Drop tests and docs for Amazon Linux 2 #1262

Merged
merged 1 commit into from
Jan 27, 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
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ updates:
schedule:
interval: "weekly"

# Maintain dependencies for Amazon Linux 2
- package-ecosystem: "docker"
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2"
labels:
- "skip-changelog"
schedule:
interval: "monthly"

# Maintain dependencies for Amazon Linux 2023
- package-ecosystem: "docker"
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/amzn/2023"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Labels commonly include operating system name, version, architecture, and Window
| Alpine 3.17 | `Alpine` | `3.17.6` | `amd64` | // EOL: 01 Nov 2024
| Alpine 3.18 | `Alpine` | `3.18.5` | `amd64` | // EOL: 01 May 2025
| Alpine 3.19 | `Alpine` | `3.19.0` | `amd64` | // EOL: 01 Nov 2025
| Amazon Linux 2 | `Amazon` | `2` | `amd64` | // EOL: 30 Jun 2025
| Amazon Linux 2023 | `Amazon` | `2023` | `amd64` | // EOL: 15 Mar 2028
| Clear Linux | `clear-linux-os` | `40430` | `amd64` |
| Debian 10 | `Debian` | `10` | `amd64` | // EOL: 30 Jun 2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ private static String computeExpectedName(String filename) {
return "AlmaLinux";
}
if (filename.contains("amzn")) {
if (filename.contains("amzn/2018.03")) {
return "AmazonAMI";
}
return "Amazon";
}
if (filename.contains("alpine")) {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.