Skip to content

Tags: mudler/yip

Tags

v1.16.3

Toggle v1.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing If plugins (#223)

Plugins were there and tested but never enabled in the default executor

Signed-off-by: Itxaka <itxaka@kairos.io>

v1.16.2

Toggle v1.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix rhel package installer identification (#222)

Signed-off-by: Itxaka <itxaka@kairos.io>

v1.16.1

Toggle v1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use SUSE installer for SLE family (#221)

Signed-off-by: Mauro Morales <contact@mauromorales.com>

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bring metadata providers into yip (#215)

We are mostly exclusively using them already just for yip. It doesnt
make sense to have them in a third party repo which is not under yip
control and which hasnt moved that much/

They come clean, with minimal dependencies used

Signed-off-by: Itxaka <itxaka@kairos.io>

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump deps (#208)

Signed-off-by: Itxaka <itxaka@kairos.io>

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve package handling (#200)

* Improve package handling

Fix zypper order
Separate refresh and upgrade, so now you can either refresh teh package
database or upgrade the existing packages

Signed-off-by: Itxaka <itxaka@kairos.io>

* Fix test for changes

Signed-off-by: Itxaka <itxaka@kairos.io>

* Fix dnf install args

Signed-off-by: Itxaka <itxaka@kairos.io>

---------

Signed-off-by: Itxaka <itxaka@kairos.io>

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add conditionals (#199)

* Introduce OnlyIfOs conditional

Which checks against the system name from os-release to be anle to run
steps in a given system

Also adds a YipConfig.ToString method that turns a yipconfig into a
simple yaml string, useful for generating stages via the YipConfig and
feeding it to yip via STDIN from code directly

Signed-off-by: Itxaka <itxaka@kairos.io>

* Also add if for osVersion

Signed-off-by: Itxaka <itxaka@kairos.io>

* Fix

Signed-off-by: Itxaka <itxaka@kairos.io>

* Enable both ifs os by default

Signed-off-by: Itxaka <itxaka@kairos.io>

* Return error if version or name are empty and we requested the check

Signed-off-by: Itxaka <itxaka@kairos.io>

* Remove logging!

Signed-off-by: Itxaka <itxaka@kairos.io>

* Add unpack image plugin

This allows to pull an oci image into a given destination

Signed-off-by: Itxaka <itxaka@kairos.io>

* Update readme, add tests, improve plugins

Signed-off-by: Itxaka <itxaka@kairos.io>

---------

Signed-off-by: Itxaka <itxaka@kairos.io>

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/onsi/gomega to v1.36.2 (#150)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Introduce Overrides in systemctl plugin (#190)

* Introduce Overrides in systemctl plugin

Allows to add overrides easily for systemd services

Signed-off-by: Itxaka <itxaka@kairos.io>

* Fix leftovers

Signed-off-by: Itxaka <itxaka@kairos.io>

---------

Signed-off-by: Itxaka <itxaka@kairos.io>

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Print a message if a stage is taking more than 10 seconds (#185)

* Print a message if a command is taking more than 10 seconds

Signed-off-by: Itxaka <itxaka@kairos.io>

* do not return a chan

Signed-off-by: Itxaka <itxaka@kairos.io>

* Fix the timer display

Signed-off-by: Itxaka <itxaka@kairos.io>

* Make it plugin wide

Signed-off-by: Itxaka <itxaka@kairos.io>

---------

Signed-off-by: Itxaka <itxaka@kairos.io>