Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ansible / community / grafana / changelogs / changelog.yaml
Size: Mime:
ancestor: null
releases:
  0.1.0:
    changes:
      release_summary: 'Initial migration of Grafana content from Ansible core (2.9/devel)

        '
    fragments:
    - 0.1.0.yml
    release_date: '2019-12-27'
  0.2.0:
    changes:
      bugfixes:
      - Fix issue `#45` in `grafana_plugin`
      minor_changes:
      - Add Thruk as Grafana Datasource
      - Add `grafana_folder` module
      - Add `grafana_user` module
      - Use `module_utils` to allow code factorization
    fragments:
    - 0.2.0.yml
    release_date: '2020-02-26'
  0.2.1:
    changes:
      bugfixes:
      - Fix an issue with `grafana_datasource` idempotency
    fragments:
    - 0.2.1.yml
    release_date: '2020-03-18'
  0.2.2:
    changes:
      bugfixes:
      - Fix an issue in `grafana_dashboard` that made dashboard import no more detecting
        changes and fail.
      - Refactor module `grafana_datasource` to ease its support.
    fragments:
    - 0.2.2.yml
    release_date: '2020-03-30'
  1.0.0:
    changes:
      known_issues:
      - grafana_datasource doesn't set password correctly (#113)
      major_changes:
      - Add changelog management for ansible 2.10 (#112)
      - grafana_datasource ; adding additional_json_data param
      release_summary: Stable release for Ansible 2.10 and beyond
    fragments:
    - 1.0.0.yml
    release_date: '2020-08-16'
  1.1.0:
    changes:
      minor_changes:
      - Update the version where `message` alias will disappear from `grafana_dashboard`.
        (Now 2.0.0)
    fragments:
    - update_deprecation.yml
    modules:
    - description: Manage Grafana Notification Channels
      name: grafana_notification_channel
      namespace: ''
    release_date: '2020-11-16'
  1.2.0:
    changes:
      bugfixes:
      - Fix issue with url when grafana_url has a trailing slash (#135)
      - grafana_dashboard, Fix reference before assignment issue (#146)
      major_changes:
      - introduce "skip_version_check" parameter in grafana_teams and grafana_folder
        modules (#147)
    fragments:
    - 1.2.0.yml
    release_date: '2021-02-15'
  1.2.1:
    changes:
      bugfixes:
      - Fix issue with grafana_user that failed to create admin user (#142)
    fragments:
    - 1.2.1.yml
    release_date: '2021-04-11'
  1.2.2:
    changes:
      bugfixes:
      - Fix an issue with datasource uid now returned by the Grafana API (#176)
      - grafana_dashboard lookup - All valid API keys can be used, not just keys ending
        in '=='.
      - grafana_dashboard now explicitely fails if the folder doesn't exist upon creation.
        It would previously silently pass but not create the dashboard. (https://github.com/ansible-collections/community.grafana/issues/153)
      - grafana_team now able to handle spaces and other utf-8 chars in the name parameter.
        (https://github.com/ansible-collections/community.grafana/issues/164)
      deprecated_features:
      - grafana_dashboard lookup - Providing a mangled version of the API key is no
        longer preferred.
    fragments:
    - 1.2.2.yml
    - 158-grafana_dashboard-lookup-api-key.yml
    release_date: '2021-09-08'
  1.2.3:
    changes:
      bugfixes:
      - Fix issue with trailing '/' in provided grafana_url. The modules now support
        values with trailing slashes.
    fragments:
    - 1.2.3.yml
    release_date: '2021-09-14'
  1.3.0:
    changes:
      bugfixes:
      - Fix issue with datasource names that could not contain slashes (#125)
    fragments:
    - 0-copy_ignore_txt.yml
    - fix_slashes_in_datasources.yml
    modules:
    - description: Manage Grafana Organization
      name: grafana_organization
      namespace: ''
    release_date: '2021-11-26'
  1.3.1:
    changes:
      minor_changes:
      - community.grafana.grafana_datasource supports aws_auth_type of default.
    fragments:
    - 1.3.1.yml
    release_date: '2022-02-20'
  1.3.2:
    changes:
      bugfixes:
      - Fix an issue with threema notification channel that was not creating gateway,
        recipient and api_secret in Grafana. (#208)
    fragments:
    - threema.yml
    release_date: '2022-02-20'
  1.3.3:
    changes:
      bugfixes:
      - Fix an issue with grafana_datasource for Prometheus with basic auth credential
        management. (#204)
    fragments:
    - datasource-issue-204.yml
    release_date: '2022-02-27'
  1.4.0:
    changes:
      minor_changes:
      - Remove requirement for `ds_type` and `ds_url` parameters when deleting a datasource
      - add `grafana` action group in `meta/runtime.yml` to support for module group
        defaults
      - refactor grafana_notification_channel module
    fragments:
    - 136_add_grafana_action_groups.yml
    - 170_remove_requirement_ds_type_ds_url.yml
    - grafana_users_note.yaml
    - notifi_channel_refacto.yml
    release_date: '2022-04-18'