From 6602c70fd28de54481f0526fe31da9bdb805bba8 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Thu, 9 May 2024 09:00:40 +0000 Subject: [PATCH] Build agent 2.8.14 (#849) --- packages/system/kairos-agent/build.yaml | 1 + packages/system/kairos-agent/collection.yaml | 22 ++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/packages/system/kairos-agent/build.yaml b/packages/system/kairos-agent/build.yaml index 98dce03..db10ace 100644 --- a/packages/system/kairos-agent/build.yaml +++ b/packages/system/kairos-agent/build.yaml @@ -13,6 +13,7 @@ prelude: - apt-get update && apt-get install -y npm gcc - mkdir /go/src/github.com/${GITHUB_ORG}/ -p - PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && cd /go/src/github.com/${GITHUB_ORG}/ && git clone --branch v${PACKAGE_VERSION} https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git + - cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }} && go mod tidy env: - GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }} - HUGO_VERSION=0.113.0 diff --git a/packages/system/kairos-agent/collection.yaml b/packages/system/kairos-agent/collection.yaml index f7c1628..d46116b 100644 --- a/packages/system/kairos-agent/collection.yaml +++ b/packages/system/kairos-agent/collection.yaml @@ -21,3 +21,25 @@ packages: - https://github.com/kairos-io/kairos-agent license: "Apache License v2" description: "Lifecycle agent for kairos" + - name: "kairos-agent" + category: "system" + version: "2.8.14" + labels: + github.repo: "kairos-agent" + autobump.revdeps: "true" + github.owner: "kairos-io" + uri: + - https://github.com/kairos-io/kairos-agent + license: "Apache License v2" + description: "Lifecycle agent for kairos" + - name: "kairos-agent" + category: "fips" + version: "2.8.14" + labels: + github.repo: "kairos-agent" + autobump.revdeps: "true" + github.owner: "kairos-io" + uri: + - https://github.com/kairos-io/kairos-agent + license: "Apache License v2" + description: "Lifecycle agent for kairos"