diff --git a/packages/system/immucore/build.yaml b/packages/system/immucore/build.yaml index e4f7774..30b0a5d 100644 --- a/packages/system/immucore/build.yaml +++ b/packages/system/immucore/build.yaml @@ -29,7 +29,12 @@ env: steps: - | PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \ - cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && git checkout v"${PACKAGE_VERSION}" -b build && go build -o {{ .Values.name }} -ldflags="${LDFLAGS}" && mv {{.Values.name}} /usr/bin/ + cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && \ + git checkout v"${PACKAGE_VERSION}" -b build && \ + go mod tidy -compat=1.19 && \ + go mod download && \ + go build -o {{ .Values.name }} -ldflags="${LDFLAGS}" && \ + mv {{.Values.name}} /usr/bin/ - chmod +x /usr/bin/{{.Values.name}} {{if or (eq .Values.category "fips") (eq .Values.category "fips-static")}} - /usr/bin/{{.Values.name}} version | grep -i boringcrypto diff --git a/packages/system/immucore/collection.yaml b/packages/system/immucore/collection.yaml index 1ddaf7b..fec4f5b 100644 --- a/packages/system/immucore/collection.yaml +++ b/packages/system/immucore/collection.yaml @@ -1,7 +1,7 @@ packages: - name: "immucore" category: "system" - version: "0.1.26" + version: "0.1.27" labels: github.repo: "immucore" autobump.revdeps: "true" @@ -23,7 +23,7 @@ packages: description: "The Kairos immutability management interface" - name: "immucore" category: "fips" - version: "0.1.26" + version: "0.1.27" labels: github.repo: "immucore" autobump.revdeps: "true" diff --git a/packages/system/kairos-agent/collection.yaml b/packages/system/kairos-agent/collection.yaml index 8fcf556..97f2e43 100644 --- a/packages/system/kairos-agent/collection.yaml +++ b/packages/system/kairos-agent/collection.yaml @@ -23,7 +23,7 @@ packages: description: "Lifecycle agent for kairos" - name: "kairos-agent" category: "system" - version: "2.8.15" + version: "2.8.16" labels: github.repo: "kairos-agent" autobump.revdeps: "true" @@ -34,7 +34,7 @@ packages: description: "Lifecycle agent for kairos" - name: "kairos-agent" category: "fips" - version: "2.8.15" + version: "2.8.16" labels: github.repo: "kairos-agent" autobump.revdeps: "true" diff --git a/packages/system/kcrypt/collection.yaml b/packages/system/kcrypt/collection.yaml index be0c209..e6ddfb1 100644 --- a/packages/system/kcrypt/collection.yaml +++ b/packages/system/kcrypt/collection.yaml @@ -12,7 +12,7 @@ packages: description: "Cloud native guardian for persistent data in the edge" - name: kcrypt category: fips - version: "0.11.0" + version: "0.11.1" labels: github.repo: "kcrypt" autobump.revdeps: "true"