mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-20 18:51:11 +00:00
Bump fips packages (#281)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: "immucore"
|
- name: "immucore"
|
||||||
category: "system"
|
category: "system"
|
||||||
version: "0.1.1-rc1"
|
version: "0.1.1-rc1+1"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "immucore"
|
github.repo: "immucore"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
@@ -12,7 +12,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.1-rc1"
|
version: "0.1.1-rc1+1"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "immucore"
|
github.repo: "immucore"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
|
@@ -12,7 +12,7 @@ requires:
|
|||||||
prelude:
|
prelude:
|
||||||
- apt-get update && apt-get install -y npm gcc
|
- apt-get update && apt-get install -y npm gcc
|
||||||
- mkdir /go/src/github.com/${GITHUB_ORG}/ -p
|
- 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:
|
env:
|
||||||
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}
|
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}
|
||||||
- HUGO_VERSION=0.110.0
|
- HUGO_VERSION=0.110.0
|
||||||
|
@@ -1,19 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: "kairos-agent"
|
- name: "kairos-agent"
|
||||||
category: "system"
|
category: "system"
|
||||||
version: "2.1.3"
|
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"
|
|
||||||
- name: "kairos-agent"
|
|
||||||
category: "fips"
|
|
||||||
version: "2.1.3"
|
|
||||||
arch: "amd64"
|
arch: "amd64"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kairos-agent"
|
github.repo: "kairos-agent"
|
||||||
@@ -23,3 +11,16 @@ packages:
|
|||||||
- https://github.com/kairos-io/kairos-agent
|
- https://github.com/kairos-io/kairos-agent
|
||||||
license: "Apache License v2"
|
license: "Apache License v2"
|
||||||
description: "Lyfecycle agent for kairos"
|
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
|
- 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
|
- cd go/src/github.com/${GITHUB_ORG}/ && git clone https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git
|
||||||
{{ if ne .Values.live "yes" }}
|
{{ 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 }}
|
{{ end }}
|
||||||
env:
|
env:
|
||||||
- GOPATH=/luetbuild/go/
|
- GOPATH=/luetbuild/go/
|
||||||
@@ -32,7 +32,7 @@ env:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- |
|
- |
|
||||||
PACKAGE_VERSION=${PACKAGE_VERSION%\-*} && \
|
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
||||||
mkdir -p /system/discovery && \
|
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
|
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 }}
|
- chmod +x /system/discovery/{{ .Values.binary_name }}
|
||||||
|
@@ -3,19 +3,7 @@ packages:
|
|||||||
binary_name: kcrypt-discovery-challenger
|
binary_name: kcrypt-discovery-challenger
|
||||||
category: system
|
category: system
|
||||||
live: "yes"
|
live: "yes"
|
||||||
version: "0.4.0"
|
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"
|
|
||||||
- name: kcrypt-challenger
|
|
||||||
binary_name: kcrypt-discovery-challenger
|
|
||||||
category: fips
|
|
||||||
live: "yes"
|
|
||||||
version: "0.4.0"
|
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kcrypt-challenger"
|
github.repo: "kcrypt-challenger"
|
||||||
github.owner: "kairos-io"
|
github.owner: "kairos-io"
|
||||||
@@ -23,4 +11,17 @@ packages:
|
|||||||
- https://github.com/kairos-io/kcrypt-challenger
|
- https://github.com/kairos-io/kcrypt-challenger
|
||||||
license: "Apache License v2"
|
license: "Apache License v2"
|
||||||
description: "Cloud native guardian for persistent data in the edge"
|
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:
|
packages:
|
||||||
- name: kcrypt
|
- name: kcrypt
|
||||||
category: system
|
category: system
|
||||||
version: "0.6.0"
|
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"
|
|
||||||
- name: kcrypt
|
|
||||||
category: fips
|
|
||||||
version: "0.6.0"
|
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kcrypt"
|
github.repo: "kcrypt"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
@@ -21,3 +10,15 @@ packages:
|
|||||||
- https://github.com/kairos-io/kcrypt
|
- https://github.com/kairos-io/kcrypt
|
||||||
license: "Apache License v2"
|
license: "Apache License v2"
|
||||||
description: "Cloud native guardian for persistent data in the edge"
|
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