文件操作 - changelog.yaml
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3.12/site-packages/ansible_collections/grafana/grafana/changelogs/changelog.yaml
编辑文件内容
ancestor: null releases: 0.0.1: changes: release_summary: It's a release! First version to publish to Ansible Galaxy release_date: '2022-08-09' 0.0.2: changes: release_summary: Updated input parameters description for all modules release_date: '2022-08-10' 0.0.3: changes: release_summary: Documentation update and code cleanup release_date: '2022-08-10' 0.0.4: changes: bugfixes: - Fix an issue with `cloud_stack` idempotency release_date: '2022-08-10' 0.0.5: changes: release_summary: Documentation update and code cleanup release_date: '2022-08-10' 0.0.6: changes: minor_changes: - Idempotency updates to cloud_api_key and datasource modules release_date: '2022-08-10' 0.0.7: changes: release_summary: Documentation update for return values in `grafana.grafana.dashboard` release_date: '2022-08-11' 1.0.0: changes: release_summary: CI and testing improvements release_date: '2022-08-16' 1.0.1: changes: release_summary: Documentation updates with updated examples release_date: '2022-08-23' 1.0.2: changes: release_summary: Documentation updates with updated description for modules release_date: '2022-08-30' 1.0.3: changes: minor_changes: - 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 release_date: '2022-10-20' 1.0.4: changes: bugfixes: - Fixed cases where cloud_stack and alert_contact_point modules do not return a tuple when nothing in loop matches major_changes: - All modules except dashboard and datasource modules now support idempotency minor_changes: - All modules use `missing_required_lib`` to compose the message for module.fail_json() when required library is missing from host release_summary: Bug fixes and idempotency fixes for modules release_date: '2022-11-01' 1.0.5: changes: minor_changes: - Added Note to datasource and dashboard module about not supporting Idempotency release_summary: Add Note to modules which don't support Idempotency release_date: '2022-11-10' 1.1.0: changes: major_changes: - Added Role for Grafana Agent release_summary: Added Role to deploy Grafana Agent on linux hosts release_date: '2022-11-22' 1.1.1: changes: minor_changes: - Updated the return message in grafana.grafana.folder module release_summary: Updated return description and value for grafana.grafana.folder module release_date: '2023-02-08' 2.0.0: changes: major_changes: - 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 release_summary: Updated Grafana Agent Role release_date: '2023-03-27' 2.1.0: changes: major_changes: - 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 minor_changes: - 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 release_summary: Add Grafana Server role and plugins support on-prem Grafana release_date: '2023-06-26' 2.1.1: changes: minor_changes: - Update Download tasks in Grafana Agent Role release_summary: Update Download tasks in Grafana Agent Role release_date: '2023-06-26' 2.1.2: changes: minor_changes: - Fix Deleting datasources - Fix alert_notification_policy failing on fresh instance - Making Deleting folders idempotent - Remove trailing slash automatically from grafana_url release_summary: Idempotency Updates and minor api_url fixes release_date: '2023-06-27' 2.1.3: changes: minor_changes: - indentation and Lint fixes to modules release_summary: Update modules to fix failing Sanity Tests release_date: '2023-06-27' 2.1.4: changes: minor_changes: - Datasource test updates and minor fixes release_summary: Update Datasource Tests and minor fixes release_date: '2023-06-27' 2.1.5: changes: minor_changes: - 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 release_summary: Update Grafana Agent Download varibale and ZIP file release_date: '2023-08-10' 2.1.6: changes: minor_changes: - 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 release_summary: Grafana and Grafana Agent role updates release_date: '2023-09-11' 2.1.7: changes: minor_changes: - YAML Fixes release_summary: YAML Fixes release_date: '2023-09-11' 2.1.8: changes: minor_changes: - Fix grafana dashboard import in Grafana Role release_summary: Fix grafana dashboard import in Grafana Role release_date: '2023-09-12' 2.1.9: changes: minor_changes: - 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 release_summary: Security Updates and Grafana Agent Version failure fixes release_date: '2023-09-19' 2.2.0: changes: minor_changes: - Use 'ansible_system' env variable to detect os typ in Grafana Agent Role - hange grafana Agent Wal and Positions Directory in Grafana Agent Role release_summary: Grafana Agent Role Updates release_date: '2023-09-20' 2.2.1: changes: minor_changes: - Allow alert resource provisioning in Grafana Role release_summary: Allow alert resource provisioning in Grafana Role release_date: '2023-09-27' 2.2.2: changes: minor_changes: - 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 release_summary: Grafana Role bug fixes and security updates release_date: '2023-09-29' 2.2.3: changes: minor_changes: - Remove dependency on local-fs.target from Grafana Agent role release_summary: Remove dependency on local-fs.target from Grafana Agent role release_date: '2023-10-05' 2.2.4: changes: minor_changes: - Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/126 - Drop curl check by @v-zhuravlev in https://github.com/grafana/grafana-ansible-collection/pull/120 - Fix check mode for grafana role by @Boschung-Mecatronic-AG-Infrastructure in https://github.com/grafana/grafana-ansible-collection/pull/125 - Fix check mode in Grafana Agent by @AmandaCameron in https://github.com/grafana/grafana-ansible-collection/pull/124 - Update tags in README by @ishanjainn in https://github.com/grafana/grafana-ansible-collection/pull/121 release_summary: Grafana and Agent Role bug fixes and security updates release_date: '2023-12-08'
修改文件时间
将文件时间修改为当前时间的前一年
删除文件