Skip to content

Releases: openshift/custom-resource-status

Version 1.1.2

25 Feb 20:32
a29288c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Feb 14:55
9f7ff42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.1.1

Version 1.1.0

19 Apr 15:16
ccf8a56
Compare
Choose a tag to compare
conditions: add SetStatusConditionNoHeartbeat (#9)

This will make it possible for consumers of this library to set status
conditions without managing the lastHeartbeatTime.

The reason for this change comes from the
[api-conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md)
warning about `LastHeartbeatTime`:

> Use the LastHeartbeatTime with great caution - frequent changes to this field can cause a large fan-out effect for some resources.

Version 1.0.0

19 Apr 16:04
420d9ec
Compare
Choose a tag to compare
Updates to conditions and objectreferences README files (#7)

- golang syntax highlighting
- s/SetStatusConditions/SetStatusCondition
- A more direct referance to the relevant section in k8s API docs