Bump agent, kcrypt and immucore (#872)

* Bump agent, kcrypt and immucore

- agent v2.8.16
- kcrypt v0.11.1
- immucore v0.1.27

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* go mod tidy before building immucore

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

---------

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales 2024-05-24 23:34:02 +02:00 committed by GitHub
parent fa0cd15d5b
commit 0530c010e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"