Skip to content

Commit

Permalink
🐛 Add rockylinux to standard releases (#470)
Browse files Browse the repository at this point in the history
fixes #1661

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Jul 31, 2023
1 parent e63b3c8 commit 3f4bc19
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"flavor": "debian",
"k3s_version": "v1.25.11+k3s1"
},
{
"flavor": "rockylinux",
"k3s_version": "v1.25.11+k3s1"
},
{
"flavor": "opensuse-leap",
"k3s_version": "v1.26.6+k3s1"
Expand Down Expand Up @@ -71,6 +75,10 @@
"flavor": "debian",
"k3s_version": "v1.26.6+k3s1"
},
{
"flavor": "rockylinux",
"k3s_version": "v1.26.6+k3s1"
},
{
"flavor": "opensuse-leap",
"k3s_version": "v1.27.3+k3s1"
Expand Down Expand Up @@ -106,5 +114,9 @@
{
"flavor": "debian",
"k3s_version": "v1.27.3+k3s1"
},
{
"flavor": "rockylinux",
"k3s_version": "v1.27.3+k3s1"
}
]

0 comments on commit 3f4bc19

Please sign in to comment.