Releases: SwissDataScienceCenter/renku-actions
Release v1.3.0
890db11 Change the way the Version of the Renku chart is retrieved in rollou-renku-version
, not relying anymore on the Chart.yaml
file that is no longer updated, taking the parameter as input instead.
Release v1.2.2
This is a patch release to fix an issue with rollout-renku-version/rollout-renku-deployment.sh where an yq command was not properly replacing the Environment variable set in the Shell script.
Release v1.2.1
This is a patch release to fix an issue with rollout-renku-version/rollout-renku-deployment.sh
where an yq
command was not properly updated following the release bump.
Release v1.2.0
Upgrade the version of yq
used in rollout-renku-version
so that it respect the formatting defined by Prettier.
Release v1.1.0
Added new action to automatically create rollout changes when a new Renku version is tagged.
Release v1.0.0
Refactor dowload-test-artifacts and test-renku for more generalization c15764a
Release 0.5.3
Changes to the actions to work with the unified UI chart.
Version 0.5.2
Contains quick fixes that workaround this problem actions/checkout#760.
Version 0.5.1
Improves documentation of the check-pr-description
action and fixes the proper removal of CI Renku deployments. Previously CI Renku namespaces were left over in certain cases when they should not have been.
Version 0.5.0
This release reduces all dependency on rancher by creating the ci namespace through kubectl rather than the rancher API.