summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2023-11-06 14:06:15 +0200
committerGitHub <noreply@github.com>2023-11-06 14:06:15 +0200
commit46a7ede946ba58b066a3099f2a448dd645834251 (patch)
tree51a91f2c8d2b10c8ee8ae652cce594610cf3c2a2
parentabe49919568b29f87118c0b816a16ad91a0daf42 (diff)
Removing support for Alpine 3.15 (#16205)
* Removing Alpine 3.15 support adv due to EOL Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Remove alpine 3.15 also from supported platforms Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
-rw-r--r--.github/data/distros.yml5
-rw-r--r--packaging/PLATFORM_SUPPORT.md1
2 files changed, 0 insertions, 6 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index bd71fd15f8..3c2730c1ec 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -44,11 +44,6 @@ include:
support_type: Intermediate
notes: ''
eol_check: true
- - <<: *alpine
- version: "3.15"
- support_type: Intermediate
- notes: ''
- eol_check: true
- distro: archlinux
version: latest
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 3c81d64fe6..5448e5da4c 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -98,7 +98,6 @@ with minimal user effort.
| Alpine Linux | Edge | No | |
| Alpine Linux | 3.17 | No | |
| Alpine Linux | 3.16 | No | |
-| Alpine Linux | 3.15 | No | |
| Arch Linux | Latest | No | We officially recommend the community packages available for Arch Linux |
| Manjaro Linux | Latest | No | We officially recommend the community packages available for Arch Linux |
| openSUSE | Tumbleweed | x86\_64, AArch64 | Scheduled for promotion to Core tier at some point after the release of v1.41.0 of the Netdata Agent |