summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/changelog.yml
blob: 99bcb2faf2079398e752fc3c505c644afc13200a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
ancestor: 0.5.4
releases:
  1.0.0-alpha:
    release_date: "2020-01-01"
    codename: "The first public one"
    changes:
      release_summary: A bit o markdown text
      major_changes:
        - Free form text mentioning a major change
      minor_changes:
        - Free form text mentioning a minor change
      breaking_changes:
        - Free form text mentioning a breaking change
      deprecated_features:
        - A list of strings describing features deprecated in this release
      removed_features:
        - A list of strings describing features removed in this release
      security_fixes:
        - A list of strings describing security-relevant bugfixes
      bugfixes:
        - Fixed bug `#1 <https://example.com>`
      known_issues:
        - A list of strings describing known issues that are currently not fixed or will not be fixed
      trivial:
        - A list of strings describing changes that are too trivial to show in the changelog
    modules:
      - name: short_module_name
        description: foo
        namespace: foo
    plugins:
      lookup:
        - name: reverse
          description: Reverse magic
          namespace: null
      inventory:
        - name: docker
          description: Inventory plugin for docker containers
          namespace: null
    objects:
      role:
        - name: install_reqs
          description: Install all requirements of this collection
          namespace: null
      playbook:
        - name: wipe_personal_data
          description: Wipes all personal data from the database
          namespace: null