Skip to content

Releases: che-incubator/configbump

v0.1.4

07 Sep 09:51
ceb31d6
Compare
Choose a tag to compare
Fixed reconcile loop (#11)

v0.1.3

31 Aug 11:55
ef4b882
Compare
Choose a tag to compare

golden middle between che-operator dependencies and mature enough controller-runtime version (#10)

v0.1.2

20 Aug 12:29
cfd8b24
Compare
Choose a tag to compare
Fix: Configdump deployment on OpenShift (#8)

* Fix: Configdump deployment on OpenShift

Co-authored-by: Michal Vala <[email protected]>

v0.1.1

20 Aug 12:28
d908fb0
Compare
Choose a tag to compare
Synchronize majority of dependencies with che-operator (#7)

v0.1.0

03 Aug 12:30
884b7c4
Compare
Choose a tag to compare
Github action with multi-CPU architecture support and multi docker fi…

…le support. (#5)

* Github action with muti-arch and multi docker file support.

 - Build and push to docker registry Dockerfile under linux/amd64,linux/s390x,linux/arm64,linux/ppc64le
 - Build and push to docker registry rhel.Dockerfile under linux/amd64
 - Allow to configure with secrets DOCKER_USERNAME, DOCKER_PASSWORD, DOCKER_IMAGE, DOCKER_REPO
 - Same workflow for master and prs
 - Is able to push tags

Co-authored-by: Serhii Leshchenko <[email protected]>