Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
34 changes: 16 additions & 18 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,26 +146,10 @@
"automerge": false,
"enabled": true,
"assignees": [
"devinwong",
"cameronmeissner",
"lilypan26",
"djsly",
"zachary-bailey",
"ganeshkumarashok",
"mxj220",
"pdamianov-dev",
"SriHarsha001"
"team:aks-node-lifecycle"
],
"reviewers": [
"devinwong",
"cameronmeissner",
"lilypan26",
"djsly",
"zachary-bailey",
"ganeshkumarashok",
"mxj220",
"pdamianov-dev",
"SriHarsha001"
"team:aks-node-lifecycle"
]
},
{
Expand Down Expand Up @@ -456,6 +440,20 @@
"surajssd"
]
},
{
"matchPackageNames": [
"aks-secure-tls-bootstrap-client"
],
"groupName": "aks-secure-tls-bootstrap-client",
"assignees": [
"cameronmeissner",
"djsly"
],
"reviewers": [
"cameronmeissner",
"djsly"
]
},
{
"matchPackageNames": [
"datacenter-gpu-manager-4-core",
Expand Down
48 changes: 42 additions & 6 deletions parts/common/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,26 +926,62 @@
},
{
"name": "aks-secure-tls-bootstrap-client",
"downloadLocation": "/opt/bin",
"downloadLocation": "/opt/aks-secure-tls-bootstrap-client/downloads",
"windowsDownloadLocation": "c:\\akse-cache\\aks-secure-tls-bootstrap-client\\",
Comment thread
cameronmeissner marked this conversation as resolved.
"downloadURIs": {
"default": {
"ubuntu": {
"r2404": {
"versionsV2": [
Comment thread
cameronmeissner marked this conversation as resolved.
Comment thread
cameronmeissner marked this conversation as resolved.
{
"renovateTag": "name=aks-secure-tls-bootstrap-client, repository=production, os=ubuntu, release=24.04",
"latestVersion": "1.1.3-ubuntu24.04u1"
Comment thread
cameronmeissner marked this conversation as resolved.
Outdated
}
]
},
"r2204": {
"versionsV2": [
{
"renovateTag": "name=aks-secure-tls-bootstrap-client, repository=production, os=ubuntu, release=22.04",
"latestVersion": "1.1.3-ubuntu22.04u1"
}
]
},
"r2004": {
"versionsV2": [
{
"renovateTag": "name=aks-secure-tls-bootstrap-client, repository=production, os=ubuntu, release=20.04",
"latestVersion": "1.1.3-ubuntu20.04u1"
}
]
}
},
"azurelinux": {
"v3.0": {
"versionsV2": [
{
"renovateTag": "RPM_registry=https://packages.microsoft.com/azurelinux/3.0/prod/ms-oss/x86_64/repodata, name=aks-secure-tls-bootstrap-client, os=azurelinux, release=3.0",
Comment thread
cameronmeissner marked this conversation as resolved.
"latestVersion": "1.1.3-1.azl3"
}
]
}
},
Comment thread
cameronmeissner marked this conversation as resolved.
"flatcar": {
"current": {
"versionsV2": [
{
"renovateTag": "<DO_NOT_UPDATE>",
"latestVersion": "1.1.2"
"renovateTag": "OCI_registry=https://mcr.microsoft.com, name=aks-secure-tls-bootstrap/v2/aks-secure-tls-bootstrap-client-sysext",
"latestVersion": "v1.1.3-1-azlinux3"
}
],
"downloadURL": "https://github.com/Azure/aks-secure-tls-bootstrap/releases/download/client/v${version}/linux-${CPU_ARCH}.tar.gz"
"downloadURL": "mcr.microsoft.com/aks-secure-tls-bootstrap/v2/aks-secure-tls-bootstrap-client-sysext:${version}-${SYSTEMD_ARCH}"
Comment thread
cameronmeissner marked this conversation as resolved.
}
Comment thread
cameronmeissner marked this conversation as resolved.
},
"windows": {
"default": {
"versionsV2": [
{
"renovateTag": "<DO_NOT_UPDATE>",
"latestVersion": "1.1.2"
"latestVersion": "1.1.3"
}
],
"downloadURL": "https://github.com/Azure/aks-secure-tls-bootstrap/releases/download/client/v${version}/windows-amd64.zip"
Expand Down
4 changes: 2 additions & 2 deletions parts/linux/cloud-init/artifacts/cse_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ installSecureTLSBootstrapClient() {
return 0
fi

downloadSecureTLSBootstrapClient "${SECURE_TLS_BOOTSTRAP_CLIENT_BIN_DIR}" "${CUSTOM_SECURE_TLS_BOOTSTRAPPING_CLIENT_DOWNLOAD_URL}" || exit $ERR_SECURE_TLS_BOOTSTRAP_CLIENT_DOWNLOAD_ERROR
downloadSecureTLSBootstrapClientFromURL "${SECURE_TLS_BOOTSTRAP_CLIENT_BIN_DIR}" "${CUSTOM_SECURE_TLS_BOOTSTRAPPING_CLIENT_DOWNLOAD_URL}" || exit $ERR_SECURE_TLS_BOOTSTRAP_CLIENT_DOWNLOAD_ERROR
}

downloadSecureTLSBootstrapClient() {
downloadSecureTLSBootstrapClientFromURL() {
# TODO(cameissner): have this managed by renovate, migrate from github to MCR/packages.microsoft.com

local CLIENT_EXTRACTED_DIR=${1-$:SECURE_TLS_BOOTSTRAP_CLIENT_BIN_DIR}
Comment thread
cameronmeissner marked this conversation as resolved.
Outdated
Expand Down
9 changes: 6 additions & 3 deletions vhdbuilder/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,12 @@ while IFS= read -r p; do
"aks-secure-tls-bootstrap-client")
for version in ${PACKAGE_VERSIONS[@]}; do
# removed at provisioning time if secure TLS bootstrapping is disabled
evaluatedURL=$(evalPackageDownloadURL ${PACKAGE_DOWNLOAD_URL})
downloadSecureTLSBootstrapClient "${downloadDir}" "${evaluatedURL}" "${version}"
echo " - aks-secure-tls-bootstrap-client version ${version}" >> ${VHD_LOGS_FILEPATH}
if isMarinerOrAzureLinux || isUbuntu; then
downloadPkgFromVersion "${name}" "${version}" "${downloadDir}"
elif isFlatcar || isACL "$OS" "$OS_VARIANT"; then
evaluatedURL=$(evalPackageDownloadURL ${PACKAGE_DOWNLOAD_URL})
downloadSysextFromVersion "${name}" "${evaluatedURL}" "${downloadDir}" || exit $?
fi
Comment thread
cameronmeissner marked this conversation as resolved.
Comment thread
cameronmeissner marked this conversation as resolved.
Comment thread
cameronmeissner marked this conversation as resolved.
Comment thread
cameronmeissner marked this conversation as resolved.
Comment thread
cameronmeissner marked this conversation as resolved.
Comment thread
cameronmeissner marked this conversation as resolved.
done
Comment thread
cameronmeissner marked this conversation as resolved.
Outdated
;;
"azure-acr-credential-provider")
Expand Down
Loading