Releases: sekassel-research/actions-rancher-update
Releases · sekassel-research/actions-rancher-update
v4.0.2
- Fixed API URL.
Full Changelog: v4.0.1...v4.0.2
v4.0.1
- Make
workloadsa required input in code. - Print the full line in the workloads parse fail message.
- Ignore empty workloads.
- Split multiple workloads correctly.
Full Changelog: v4.0.0...v4.0.1
v4.0.0
- Merged
kind,workload/deploymentandcontainer_idinto a singleworkloadsinput that allows specifying multiple workloads. - Added an optional (default: false) input for
redeploy.
Full Changelog: v3.3.1...v4.0.0
v3.3.1
- Added missing container_id input.
Full Changelog: v3.3.0...v3.3.1
v3.3.0
- Fixed redeploy for newer versions of Rancher that don't have an API for it. Now we add a
cattle.io/timestampannotation to the pod template, similar to what the Rancher UI does.
Full Changelog: v3.2.0...v3.3.0
v3.2.0
- Added logging and better error handling.
- Updated dependencies.
Full Changelog: v3.1.3...v3.2.0
v3.1.3
- Fixed apiVersion for Jobs.
- Disabled redeploy for Jobs.
Full Changelog: v3.1.2...v3.1.3
v3.1.2
- Fixed Content-Type header.
Full Changelog: v3.1.1...v3.1.2
v3.1.1
- Fixed K8s API URL.
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Rancher 2 support by @Clashsoft in #5
- Update to node16 by @Morphclue in #10
- Custom Container ID by @Clashsoft in #11
- Workload Kind by @Clashsoft in #14
New Contributors
- @Morphclue made their first contribution in #10
Full Changelog: v1.2.0...v3.1.0