mirror of
https://github.com/kairos-io/packages.git
synced 2025-07-31 15:23:34 +00:00
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:
parent
fa0cd15d5b
commit
0530c010e0
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user