Skip to content

Latest commit

 

History

History
390 lines (254 loc) · 6.64 KB

CHANGELOG.rst

File metadata and controls

390 lines (254 loc) · 6.64 KB

Grafana.Grafana Release Notes

Remove dependency on local-fs.target from Grafana Agent role

  • Remove dependency on local-fs.target from Grafana Agent role

Grafana Role bug fixes and security updates

  • Bump cryptography from 41.0.3 to 41.0.4
  • Create missing notification directory in Grafana Role
  • Remove check_mode from create local directory task in Grafana Role

Allow alert resource provisioning in Grafana Role

  • Allow alert resource provisioning in Grafana Role

Grafana Agent Role Updates

  • Use 'ansible_system' env variable to detect os typ in Grafana Agent Role
  • hange grafana Agent Wal and Positions Directory in Grafana Agent Role

Security Updates and Grafana Agent Version failure fixes

  • Add check for Curl and failure step if Agent Version is not retrieved
  • Bump cryptography from 39.0.2 to 41.0.3
  • Bump semver from 5.7.1 to 5.7.2
  • Bump word-wrap from 1.2.3 to 1.2.5
  • Create local dashboard directory in check mode
  • Update CI Testing
  • Update Cloud Stack Module failures

Fix grafana dashboard import in Grafana Role

  • Fix grafana dashboard import in Grafana Role

YAML Fixes

  • YAML Fixes

Grafana and Grafana Agent role updates

  • Add overrides.conf with CAP_NET_BIND_SERVICE for grafana-server unit
  • Fix Grafana Dashboard Import for Grafana Role
  • Make grafana_agent Idempotent
  • Provisioning errors in YAML
  • Use new standard to configure Grafana APT source for Grafana Role

Update Grafana Agent Download varibale and ZIP file

  • Add Grafana Agent Version and CPU Arch to Downloaded ZIP in Grafana Agent Role
  • Move _grafana_agent_base_download_url from /vars to /defaults in Grafana Agent Role

Update Datasource Tests and minor fixes

  • Datasource test updates and minor fixes

Update modules to fix failing Sanity Tests

  • indentation and Lint fixes to modules

Idempotency Updates and minor api_url fixes

  • Fix Deleting datasources
  • Fix alert_notification_policy failing on fresh instance
  • Making Deleting folders idempotent
  • Remove trailing slash automatically from grafana_url

Update Download tasks in Grafana Agent Role

  • Update Download tasks in Grafana Agent Role

Add Grafana Server role and plugins support on-prem Grafana

  • Addition of Grafana Server role by @gardar
  • Configurable agent user groups by @NormanJS
  • Grafana Plugins support on-prem Grafana installation by @ishanjainn
  • Updated Service for flow mode by @bentonam
  • Ability to configure date format in grafana server role by @RomainMou
  • Avoid using shell for fetching latest version in Grafana Agent Role by @gardar
  • Fix for invalid yaml with datasources list enclosed in quotes by @elkozmon
  • Remove agent installation custom check by @VLZZZ
  • Remove explicit user creation check by @v-zhuravlev

Updated Grafana Agent Role

  • Added Lint support
  • Configs for server, metrics, logs, traces, and integrations
  • Installation of the latest version
  • Local installations when internet connection is not allowed
  • Only download binary to controller once instead of hosts
  • Skip install if the agent is already installed and the version is the same as the requested version
  • Support for Grafana Agent Flow
  • Validation of variables

Updated return description and value for grafana.grafana.folder module

  • Updated the return message in grafana.grafana.folder module

Added Role to deploy Grafana Agent on linux hosts

  • Added Role for Grafana Agent

Add Note to modules which don't support Idempotency

  • Added Note to datasource and dashboard module about not supporting Idempotency

Bug fixes and idempotency fixes for modules

  • All modules except dashboard and datasource modules now support idempotency
  • All modules use missing_required_lib` to compose the message for module.fail_json() when required library is missing from host
  • Fixed cases where cloud_stack and alert_contact_point modules do not return a tuple when nothing in loop matches
  • Add a fail method to modules source code if requests library is not present
  • Fixed markup for arg option in Documentation
  • Updated Documentation with notes to specify if the check_mode feature is supported by modules
  • removed supports_check_mode=True from source code of modules

Documentation updates with updated description for modules

Documentation updates with updated examples

CI and testing improvements

Documentation update for return values in grafana.grafana.dashboard

  • Idempotency updates to cloud_api_key and datasource modules

Documentation update and code cleanup

  • Fix an issue with cloud_stack idempotency

Documentation update and code cleanup

Updated input parameters description for all modules

It's a release! First version to publish to Ansible Galaxy