Skip to content

Latest commit

 

History

History
103 lines (70 loc) · 2.61 KB

File metadata and controls

103 lines (70 loc) · 2.61 KB

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Other (please describe):

Related Issue

Fixes #(issue number)

Which Role(s) Are Affected?

  • Alloy (Grafana Alloy)
  • DO (DigitalOcean Agent)
  • Tailscale
  • Collection (general/multiple roles)

Changes Made

Testing Performed

Test Environment

  • OS:
  • Ansible Version:
  • Collection Version:

Test Steps

Test Results

  • All tests passed
  • Manual testing completed successfully
  • No regressions detected

Documentation

  • I have updated the relevant README.md file(s)
  • I have updated argument_specs.yml if variables were added/changed
  • I have updated defaults/main.yml with appropriate defaults
  • I have added/updated examples in the documentation
  • CHANGELOG.md has been updated (if applicable)

Code Quality

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings or errors
  • Any dependent changes have been merged and published

Checklist

  • I have read the CONTRIBUTING guidelines
  • I have checked that there aren't other open Pull Requests for the same update/change
  • I have tested my changes on at least one supported platform
  • All new and existing tests pass
  • I have ensured backward compatibility (or documented breaking changes)

Screenshots (if applicable)

Additional Notes

Breaking Changes