Releases: dogmatiq/proclaim
Releases · dogmatiq/proclaim
Version 0.4.13
Fixed
- Decrease "drift detection" frequency only, still check again quickly after a failed discovery.
Version 0.4.12
Changed
- Decrease the frequency of reconcilation requests for healthy DNS-SD instances (10 times TTL). This is a hack to reduce the likelyhood of false negatives until a fix can be applied to the upstream dependency
dogmatiq/dissolve
.
Version 0.4.11
Added
- Log DNS resolver configuration on startup
Version 0.4.10
Fixed
- Bumped chart version to 0.4.10
Version 0.4.9
Fixed
- Fixed "reconciler returned both a non-zero result and a non-nil error" warning
- Fixed "the object has been modified" error by always requeing on conflict
Version 0.4.8
Added
- Added
common.annotations
value to Helm chart, which adds annotations to all Kubernetes resources - Added
rbac.annotations
value to Helm chart, which adds annotations to RBAC-related Kubernetes resources
Version 0.4.7
Fixed
- Use case-insensitive comparison when detecting hostname drift
Version 0.4.6
Fixed
- Ensure Helm Chart version is bumped in lockstep with Proclaim version
Version 0.4.5
Fixed
- Always use TCP (not UDP) for DNS-SD reconcilation queries to avoid truncated responses
- Fixed false-negative reported for the
Discoverable
condition
Changed
- Added brief description of the drifted values when
Discoverable
isFalse
due toLookupResultOutOfSync
Version 0.4.4
Changed
- The dependency on the
proclaim
secret is now optional