Remove deprecated hm.syslog_event_forwarder_enabled property#2722
Remove deprecated hm.syslog_event_forwarder_enabled property#2722
Conversation
This property was first deprecated in 2016, time to remove it.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
WalkthroughThe 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
There was a problem hiding this comment.
Pull request overview
Removes the long-deprecated hm.syslog_event_forwarder_enabled Health Monitor property from the BOSH release job definition and template logic.
Changes:
- Removed the runtime template guard that raised when
hm.syslog_event_forwarder_enabledwas set. - Removed the
hm.syslog_event_forwarder_enabledproperty from thehealth_monitorjob spec.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| jobs/health_monitor/templates/health_monitor.yml.erb | Drops the template-time check/raise related to the removed syslog forwarder property. |
| jobs/health_monitor/spec | Deletes the deprecated property entry from the job’s documented properties. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This property was first deprecated in 2016, time to remove it.