mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-19 09:43:22 +00:00
Bump fips packages (#281)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
packages:
|
||||
- name: "immucore"
|
||||
category: "system"
|
||||
version: "0.1.1-rc1"
|
||||
version: "0.1.1-rc1+1"
|
||||
labels:
|
||||
github.repo: "immucore"
|
||||
autobump.revdeps: "true"
|
||||
@@ -12,7 +12,7 @@ packages:
|
||||
description: "The Kairos immutability management interface"
|
||||
- name: "immucore"
|
||||
category: "fips"
|
||||
version: "0.1.1-rc1"
|
||||
version: "0.1.1-rc1+1"
|
||||
labels:
|
||||
github.repo: "immucore"
|
||||
autobump.revdeps: "true"
|
||||
|
@@ -12,7 +12,7 @@ requires:
|
||||
prelude:
|
||||
- apt-get update && apt-get install -y npm gcc
|
||||
- mkdir /go/src/github.com/${GITHUB_ORG}/ -p
|
||||
- cd /go/src/github.com/${GITHUB_ORG}/ && git clone --branch v${PACKAGE_VERSION} https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git
|
||||
- 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
|
||||
env:
|
||||
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}
|
||||
- HUGO_VERSION=0.110.0
|
||||
|
@@ -1,19 +1,7 @@
|
||||
packages:
|
||||
- name: "kairos-agent"
|
||||
category: "system"
|
||||
version: "2.1.3"
|
||||
arch: "amd64"
|
||||
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: "Lyfecycle agent for kairos"
|
||||
- name: "kairos-agent"
|
||||
category: "fips"
|
||||
version: "2.1.3"
|
||||
version: "2.1.3+1"
|
||||
arch: "amd64"
|
||||
labels:
|
||||
github.repo: "kairos-agent"
|
||||
@@ -23,3 +11,16 @@ packages:
|
||||
- https://github.com/kairos-io/kairos-agent
|
||||
license: "Apache License v2"
|
||||
description: "Lyfecycle agent for kairos"
|
||||
# Disabled as it cant be build with go 1.19.10
|
||||
#- name: "kairos-agent"
|
||||
#category: "fips"
|
||||
#version: "2.1.3+1"
|
||||
#arch: "amd64"
|
||||
#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: "Lyfecycle agent for kairos"
|
||||
|
@@ -17,7 +17,7 @@ prelude:
|
||||
- apt-get update && apt-get install -y gcc libssl-dev
|
||||
- cd go/src/github.com/${GITHUB_ORG}/ && git clone https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git
|
||||
{{ if ne .Values.live "yes" }}
|
||||
- cd go/src/github.com/${GITHUB_ORG}/ && git checkout v"${PACKAGE_VERSION}" -b build
|
||||
- cd go/src/github.com/${GITHUB_ORG}/ && git checkout 3912abcec424521725ccd335181f2fde90510081 -b build
|
||||
{{ end }}
|
||||
env:
|
||||
- GOPATH=/luetbuild/go/
|
||||
@@ -32,7 +32,7 @@ env:
|
||||
|
||||
steps:
|
||||
- |
|
||||
PACKAGE_VERSION=${PACKAGE_VERSION%\-*} && \
|
||||
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
||||
mkdir -p /system/discovery && \
|
||||
cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && go build -o {{ .Values.binary_name }} ./cmd/discovery/main.go && mv {{ .Values.binary_name }} /system/discovery
|
||||
- chmod +x /system/discovery/{{ .Values.binary_name }}
|
||||
|
@@ -3,19 +3,7 @@ packages:
|
||||
binary_name: kcrypt-discovery-challenger
|
||||
category: system
|
||||
live: "yes"
|
||||
version: "0.4.0"
|
||||
labels:
|
||||
github.repo: "kcrypt-challenger"
|
||||
github.owner: "kairos-io"
|
||||
uri:
|
||||
- https://github.com/kairos-io/kcrypt-challenger
|
||||
license: "Apache License v2"
|
||||
description: "Cloud native guardian for persistent data in the edge"
|
||||
- name: kcrypt-challenger
|
||||
binary_name: kcrypt-discovery-challenger
|
||||
category: fips
|
||||
live: "yes"
|
||||
version: "0.4.0"
|
||||
version: "0.4.0+1"
|
||||
labels:
|
||||
github.repo: "kcrypt-challenger"
|
||||
github.owner: "kairos-io"
|
||||
@@ -23,4 +11,17 @@ packages:
|
||||
- https://github.com/kairos-io/kcrypt-challenger
|
||||
license: "Apache License v2"
|
||||
description: "Cloud native guardian for persistent data in the edge"
|
||||
# Disabled as it cant be build with go 1.19.10
|
||||
#- name: kcrypt-challenger
|
||||
#binary_name: kcrypt-discovery-challenger
|
||||
#category: fips
|
||||
#live: "yes"
|
||||
#version: "0.4.0+1"
|
||||
#labels:
|
||||
#github.repo: "kcrypt-challenger"
|
||||
#github.owner: "kairos-io"
|
||||
#uri:
|
||||
#- https://github.com/kairos-io/kcrypt-challenger
|
||||
#license: "Apache License v2"
|
||||
#description: "Cloud native guardian for persistent data in the edge"
|
||||
|
||||
|
@@ -1,18 +1,7 @@
|
||||
packages:
|
||||
- name: kcrypt
|
||||
category: system
|
||||
version: "0.6.0"
|
||||
labels:
|
||||
github.repo: "kcrypt"
|
||||
autobump.revdeps: "true"
|
||||
github.owner: "kairos-io"
|
||||
uri:
|
||||
- https://github.com/kairos-io/kcrypt
|
||||
license: "Apache License v2"
|
||||
description: "Cloud native guardian for persistent data in the edge"
|
||||
- name: kcrypt
|
||||
category: fips
|
||||
version: "0.6.0"
|
||||
version: "0.6.0+1"
|
||||
labels:
|
||||
github.repo: "kcrypt"
|
||||
autobump.revdeps: "true"
|
||||
@@ -21,3 +10,15 @@ packages:
|
||||
- https://github.com/kairos-io/kcrypt
|
||||
license: "Apache License v2"
|
||||
description: "Cloud native guardian for persistent data in the edge"
|
||||
# Disabled as it cant be build with go 1.19.10
|
||||
# - name: kcrypt
|
||||
#category: fips
|
||||
#version: "0.6.0+1"
|
||||
#labels:
|
||||
#github.repo: "kcrypt"
|
||||
#autobump.revdeps: "true"
|
||||
#github.owner: "kairos-io"
|
||||
#uri:
|
||||
#- https://github.com/kairos-io/kcrypt
|
||||
#license: "Apache License v2"
|
||||
#description: "Cloud native guardian for persistent data in the edge"
|
||||
|
Reference in New Issue
Block a user