Skip to content

Commit

Permalink
bump elemental to v0.0.13 (#1149)
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany authored Feb 25, 2022
1 parent e269732 commit 0cc8e54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/cos/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ packages:
- &cos
name: "cos"
category: "system"
version: 0.8.2-6
version: 0.8.2-8
description: "cOS base image, used to build cOS live ISOs"
brand_name: "cOS"
labels:
autobump.revdeps: "true"
- !!merge <<: *cos
name: "cos-container"
description: "cOS container image, used to build cOS derivatives from scratch"
version: 0.8.2-7
version: 0.8.2-8
- !!merge <<: *cos
category: "recovery"
brand_name: "cOS recovery"
description: "cOS recovery image, used to boot cOS for troubleshooting"
version: 0.8.2-6
version: 0.8.2-8
- !!merge <<: *cos
name: "cos-img"
category: "recovery"
4 changes: 1 addition & 3 deletions packages/meta/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
category: "meta"
name: "toolchain"
description: "Meta package for cOS toolchain"
version: 0.9-2
version: 0.9-4
requires:
- category: toolchain
name: elemental-cli
Expand Down Expand Up @@ -40,7 +40,6 @@ packages:
- name: "base-dracut-modules"
category: "system"
version: ">=0"
version: 0.9-2
- !!merge <<: *metabase
name: "cos-core"
description: "cOS core package. It includes toolchain and base grub/dracut configuration"
Expand Down Expand Up @@ -81,7 +80,6 @@ packages:
version: ">=0"
- !!merge <<: *metabase
name: "cos-verify"
version: 0.9-3
requires:
- category: toolchain
name: cosign
Expand Down
4 changes: 2 additions & 2 deletions packages/toolchain/elemental-cli/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ packages:
name: "elemental-cli"
bin_name: "elemental"
category: "toolchain"
version: "0.20220223"
version: "0.20220225"
fips: false
labels:
github.repo: "elemental"
github.owner: "rancher-sandbox"
autobump.revdeps: "true"
autobump.strategy: "git_hash"
autobump.git.branch: "main"
git.hash: "7db3a87f537a34430f35c4065466d01a79f4b6d8"
git.hash: "38414bab7750daeebdc9223e9c119cabacb357c0"
# - !!merge <<: *elemental
# category: "toolchain-fips"
# fips: true

0 comments on commit 0cc8e54

Please sign in to comment.