-
Notifications
You must be signed in to change notification settings - Fork 265
feat: install Kubernetes to Flatcar from sysexts on MAR #7680
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
Changes from all commits
6b1328c
e0efe31
2f77b43
e77f241
3c50a0a
16a6654
bfc61f8
39f421a
d6d5408
e8a40e4
37a5e3a
5ed3e71
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,7 +67,8 @@ | |
| }, | ||
| { | ||
| "matchPackageNames": [ | ||
| "oss/v2/**" | ||
| "oss/v2/**", | ||
| "!oss/v2/kubernetes/*-sysext" | ||
| ], | ||
|
chewi marked this conversation as resolved.
|
||
| "versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-(?<prerelease>\\d+)$", | ||
| "ignoreUnstable": false | ||
|
|
@@ -479,6 +480,16 @@ | |
| ], | ||
| "extractVersion": "^(?P<version>.*?)-[^-]*-[^-]*$" | ||
| }, | ||
| { | ||
| "matchDatasources": [ | ||
| "docker" | ||
| ], | ||
| "matchPackageNames": [ | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. who would be the owner of such packages ? I'm not sure if they would have automatic assigned in the PR
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probably Chewi + Jeremi as primary owners, and maybe us as secondary?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure that we need to be owners. These sysexts are published in tandem with their .deb and .rpm counterparts from the very same Dalec YAML definition. Adding sysext support is usually just a case of adding one line. |
||
| "oss/v2/kubernetes/*-sysext" | ||
| ], | ||
| "matchCurrentVersion": "/-azlinux3$/", | ||
|
djsly marked this conversation as resolved.
|
||
| "extractVersion": "^(?P<version>.+-azlinux3)-" | ||
| }, | ||
| { | ||
| "matchPackageNames": [ | ||
| "aks/aks-gpu-cuda" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1470,6 +1470,53 @@ | |
| } | ||
| ] | ||
| } | ||
| }, | ||
| "flatcar": { | ||
| "current": { | ||
| "versionsV2": [ | ||
| { | ||
| "k8sVersion": "1.28", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubelet-sysext", | ||
| "latestVersion": "v1.28.101-4-azlinux3" | ||
|
chewi marked this conversation as resolved.
|
||
| }, | ||
| { | ||
| "k8sVersion": "1.29", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubelet-sysext", | ||
| "latestVersion": "v1.29.100-2-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.30", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubelet-sysext", | ||
| "latestVersion": "v1.30.100-2-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.31", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubelet-sysext", | ||
| "latestVersion": "v1.31.14-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.32", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubelet-sysext", | ||
| "latestVersion": "v1.32.11-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.33", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubelet-sysext", | ||
| "latestVersion": "v1.33.7-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.34", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubelet-sysext", | ||
| "latestVersion": "v1.34.3-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.35", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubelet-sysext", | ||
| "latestVersion": "v1.35.0-1-azlinux3" | ||
| } | ||
| ], | ||
| "downloadURL": "mcr.microsoft.com/oss/v2/kubernetes/kubelet-sysext:${version}-${SYSTEMD_ARCH}" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. so we check for azlinux3 for the versions when we overwrite the systemd arch when we donwload ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, I don't understand the question. |
||
| } | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -1536,6 +1583,53 @@ | |
| } | ||
| ] | ||
| } | ||
| }, | ||
| "flatcar": { | ||
| "current": { | ||
| "versionsV2": [ | ||
| { | ||
| "k8sVersion": "1.28", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubectl-sysext", | ||
| "latestVersion": "v1.28.101-6-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.29", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubectl-sysext", | ||
| "latestVersion": "v1.29.100-3-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.30", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubectl-sysext", | ||
| "latestVersion": "v1.30.100-3-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.31", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubectl-sysext", | ||
| "latestVersion": "v1.31.14-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.32", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubectl-sysext", | ||
| "latestVersion": "v1.32.11-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.33", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubectl-sysext", | ||
| "latestVersion": "v1.33.7-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.34", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubectl-sysext", | ||
| "latestVersion": "v1.34.3-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.35", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/kubectl-sysext", | ||
| "latestVersion": "v1.35.0-1-azlinux3" | ||
| } | ||
| ], | ||
| "downloadURL": "mcr.microsoft.com/oss/v2/kubernetes/kubectl-sysext:${version}-${SYSTEMD_ARCH}" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -1646,34 +1740,7 @@ | |
| }, | ||
| "flatcar": { | ||
| "current": { | ||
| "versionsV2": [ | ||
| { | ||
| "k8sVersion": "1.30", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider", | ||
| "latestVersion": "v1.30.15" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.31", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider", | ||
| "latestVersion": "v1.31.12" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.32", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider", | ||
| "latestVersion": "v1.32.11" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.33", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider", | ||
| "latestVersion": "v1.33.6" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.34", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider", | ||
| "latestVersion": "v1.34.3" | ||
| } | ||
| ], | ||
| "downloadURL": "mcr.microsoft.com/oss/binaries/kubernetes/azure-acr-credential-provider:${version}-linux-${CPU_ARCH}" | ||
| "versionsV2": [] | ||
| } | ||
| } | ||
| } | ||
|
|
@@ -1783,6 +1850,28 @@ | |
| } | ||
| ] | ||
| } | ||
| }, | ||
| "flatcar": { | ||
| "current": { | ||
| "versionsV2": [ | ||
| { | ||
| "k8sVersion": "1.32", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/azure-acr-credential-provider-sysext", | ||
| "latestVersion": "v1.32.11-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.33", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/azure-acr-credential-provider-sysext", | ||
| "latestVersion": "v1.33.6-1-azlinux3" | ||
| }, | ||
| { | ||
| "k8sVersion": "1.34", | ||
| "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/azure-acr-credential-provider-sysext", | ||
| "latestVersion": "v1.34.3-1-azlinux3" | ||
| } | ||
| ], | ||
| "downloadURL": "mcr.microsoft.com/oss/v2/kubernetes/azure-acr-credential-provider-sysext:${version}-${SYSTEMD_ARCH}" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.