mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-01 07:29:07 +00:00
Drop old packages (#773)
* Revert "CVE/framework 2.4.5 (#769)" This reverts commit1ef0248cb3
. * Revert "re-build old 2.4.x versions for patch release (#772)" This reverts commite4e1461670
.
This commit is contained in:
committed by
GitHub
parent
e4e1461670
commit
7fb26a7de3
@@ -21,25 +21,3 @@ packages:
|
|||||||
- https://github.com/kairos-io/immucore
|
- https://github.com/kairos-io/immucore
|
||||||
license: "Apache License v2"
|
license: "Apache License v2"
|
||||||
description: "The Kairos immutability management interface"
|
description: "The Kairos immutability management interface"
|
||||||
- name: "immucore"
|
|
||||||
category: "system"
|
|
||||||
version: "0.1.17-2"
|
|
||||||
labels:
|
|
||||||
github.repo: "immucore"
|
|
||||||
autobump.revdeps: "true"
|
|
||||||
github.owner: "kairos-io"
|
|
||||||
uri:
|
|
||||||
- https://github.com/kairos-io/immucore
|
|
||||||
license: "Apache License v2"
|
|
||||||
description: "The Kairos immutability management interface"
|
|
||||||
- name: "immucore"
|
|
||||||
category: "fips"
|
|
||||||
version: "0.1.17-2"
|
|
||||||
labels:
|
|
||||||
github.repo: "immucore"
|
|
||||||
autobump.revdeps: "true"
|
|
||||||
github.owner: "kairos-io"
|
|
||||||
uri:
|
|
||||||
- https://github.com/kairos-io/immucore
|
|
||||||
license: "Apache License v2"
|
|
||||||
description: "The Kairos immutability management interface"
|
|
@@ -21,28 +21,6 @@ packages:
|
|||||||
- https://github.com/kairos-io/kairos-agent
|
- https://github.com/kairos-io/kairos-agent
|
||||||
license: "Apache License v2"
|
license: "Apache License v2"
|
||||||
description: "Lifecycle agent for kairos"
|
description: "Lifecycle agent for kairos"
|
||||||
- name: "kairos-agent"
|
|
||||||
category: "system"
|
|
||||||
version: "2.5.1"
|
|
||||||
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: "Lifecycle agent for kairos"
|
|
||||||
- name: "kairos-agent"
|
|
||||||
category: "fips"
|
|
||||||
version: "2.5.1"
|
|
||||||
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: "Lifecycle agent for kairos"
|
|
||||||
# doesnt build so disable for now
|
# doesnt build so disable for now
|
||||||
#- name: "kairos-agent"
|
#- name: "kairos-agent"
|
||||||
# category: "fips-static"
|
# category: "fips-static"
|
||||||
|
@@ -10,7 +10,10 @@ requires:
|
|||||||
version: ">=0"
|
version: ">=0"
|
||||||
{{end}}
|
{{end}}
|
||||||
prelude:
|
prelude:
|
||||||
- apt-get update && apt-get install -y gcc libssl-dev
|
- apt-get update && apt-get install -y gcc
|
||||||
|
{{if not (or (eq .Values.category "fips") (eq .Values.category "fips-static"))}}
|
||||||
|
- apt-get install -y libssl-dev
|
||||||
|
{{ end }}
|
||||||
- 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 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" }}
|
||||||
@@ -40,9 +43,7 @@ steps:
|
|||||||
{{if or (eq .Values.category "fips") (eq .Values.category "fips-static")}}
|
{{if or (eq .Values.category "fips") (eq .Values.category "fips-static")}}
|
||||||
{{ if .Values.arch }}
|
{{ if .Values.arch }}
|
||||||
{{ if eq .Values.arch "amd64" }}
|
{{ if eq .Values.arch "amd64" }}
|
||||||
{{ if ne .Values.version "0.6.0+cve1" }}
|
|
||||||
- go tool nm /system/discovery/{{ .Values.binary_name }} | grep -i "FIPS_mode"
|
- go tool nm /system/discovery/{{ .Values.binary_name }} | grep -i "FIPS_mode"
|
||||||
{{ end }}
|
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@@ -23,30 +23,6 @@ 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"
|
||||||
- name: kcrypt-challenger
|
|
||||||
binary_name: kcrypt-discovery-challenger
|
|
||||||
category: system
|
|
||||||
live: "yes"
|
|
||||||
version: "0.6.0+cve1"
|
|
||||||
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.6.0+cve1"
|
|
||||||
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
|
#- name: kcrypt-challenger
|
||||||
#binary_name: kcrypt-discovery-challenger
|
#binary_name: kcrypt-discovery-challenger
|
||||||
#ldflags: "-linkmode external -extldflags -static"
|
#ldflags: "-linkmode external -extldflags -static"
|
||||||
|
@@ -35,9 +35,7 @@ steps:
|
|||||||
{{if or (eq .Values.category "fips") (eq .Values.category "fips-static")}}
|
{{if or (eq .Values.category "fips") (eq .Values.category "fips-static")}}
|
||||||
{{ if .Values.arch }}
|
{{ if .Values.arch }}
|
||||||
{{ if eq .Values.arch "amd64" }}
|
{{ if eq .Values.arch "amd64" }}
|
||||||
{{ if ne .Values.version "0.7.0+cve1" }}
|
|
||||||
- go tool nm /usr/bin/{{.Values.name}} | grep -i "FIPS_mode"
|
- go tool nm /usr/bin/{{.Values.name}} | grep -i "FIPS_mode"
|
||||||
{{ end }}
|
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@@ -21,29 +21,6 @@ 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"
|
||||||
- name: kcrypt
|
|
||||||
category: system
|
|
||||||
version: "0.7.0+cve1"
|
|
||||||
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.7.0+cve1"
|
|
||||||
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
|
#- name: kcrypt
|
||||||
#ldflags: "-linkmode external -extldflags -static"
|
#ldflags: "-linkmode external -extldflags -static"
|
||||||
#category: fips-static
|
#category: fips-static
|
||||||
|
Reference in New Issue
Block a user