mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-02 00:00:52 +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:
|
steps:
|
||||||
- |
|
- |
|
||||||
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
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}}
|
- chmod +x /usr/bin/{{.Values.name}}
|
||||||
{{if or (eq .Values.category "fips") (eq .Values.category "fips-static")}}
|
{{if or (eq .Values.category "fips") (eq .Values.category "fips-static")}}
|
||||||
- /usr/bin/{{.Values.name}} version | grep -i boringcrypto
|
- /usr/bin/{{.Values.name}} version | grep -i boringcrypto
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: "immucore"
|
- name: "immucore"
|
||||||
category: "system"
|
category: "system"
|
||||||
version: "0.1.26"
|
version: "0.1.27"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "immucore"
|
github.repo: "immucore"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
@ -23,7 +23,7 @@ packages:
|
|||||||
description: "The Kairos immutability management interface"
|
description: "The Kairos immutability management interface"
|
||||||
- name: "immucore"
|
- name: "immucore"
|
||||||
category: "fips"
|
category: "fips"
|
||||||
version: "0.1.26"
|
version: "0.1.27"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "immucore"
|
github.repo: "immucore"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
|
@ -23,7 +23,7 @@ packages:
|
|||||||
description: "Lifecycle agent for kairos"
|
description: "Lifecycle agent for kairos"
|
||||||
- name: "kairos-agent"
|
- name: "kairos-agent"
|
||||||
category: "system"
|
category: "system"
|
||||||
version: "2.8.15"
|
version: "2.8.16"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kairos-agent"
|
github.repo: "kairos-agent"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
@ -34,7 +34,7 @@ packages:
|
|||||||
description: "Lifecycle agent for kairos"
|
description: "Lifecycle agent for kairos"
|
||||||
- name: "kairos-agent"
|
- name: "kairos-agent"
|
||||||
category: "fips"
|
category: "fips"
|
||||||
version: "2.8.15"
|
version: "2.8.16"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kairos-agent"
|
github.repo: "kairos-agent"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
|
@ -12,7 +12,7 @@ packages:
|
|||||||
description: "Cloud native guardian for persistent data in the edge"
|
description: "Cloud native guardian for persistent data in the edge"
|
||||||
- name: kcrypt
|
- name: kcrypt
|
||||||
category: fips
|
category: fips
|
||||||
version: "0.11.0"
|
version: "0.11.1"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kcrypt"
|
github.repo: "kcrypt"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user