Skip to content

Commit 4fee1c3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f3a5e1d commit 4fee1c3

File tree

1 file changed

+49
-45
lines changed

1 file changed

+49
-45
lines changed

changelogs/changelog.yaml

Lines changed: 49 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,79 +2,83 @@ ancestor: null
22
releases:
33
1.0.0:
44
modules:
5-
- description: Perform an SNMP get against a remote device for one or more OIDs
6-
name: get
7-
namespace: ''
8-
- description: Perform an SNMP set against a remote device for one or more OIDs
9-
name: set
10-
namespace: ''
11-
- description: Perform an SNMP walk against a remote device for one or more OIDs
12-
name: walk
13-
namespace: ''
5+
- description: Perform an SNMP get against a remote device for one or more OIDs
6+
name: get
7+
namespace: ""
8+
- description: Perform an SNMP set against a remote device for one or more OIDs
9+
name: set
10+
namespace: ""
11+
- description: Perform an SNMP walk against a remote device for one or more OIDs
12+
name: walk
13+
namespace: ""
1414
plugins:
1515
connection:
16-
- description: Make SNMP v1 connections to a device
17-
name: v1
18-
namespace: null
19-
- description: Make SNMP v2c connections to a device
20-
name: v2c
21-
namespace: null
22-
- description: Make SNMP v3 user-based security model (USM) connections to a
23-
device.
24-
name: v3_usm
25-
namespace: null
26-
release_date: '2022-10-06'
16+
- description: Make SNMP v1 connections to a device
17+
name: v1
18+
namespace: null
19+
- description: Make SNMP v2c connections to a device
20+
name: v2c
21+
namespace: null
22+
- description:
23+
Make SNMP v3 user-based security model (USM) connections to a
24+
device.
25+
name: v3_usm
26+
namespace: null
27+
release_date: "2022-10-06"
2728
1.0.1:
2829
changes:
2930
bugfixes:
30-
- Re-release post migration from https://github.com/ansible-network/ansible.snmp
31-
to https://github.com/ansible-collections/ansible.snmp
31+
- Re-release post migration from https://github.com/ansible-network/ansible.snmp
32+
to https://github.com/ansible-collections/ansible.snmp
3233
fragments:
33-
- rerelease.yaml
34-
release_date: '2022-10-28'
34+
- rerelease.yaml
35+
release_date: "2022-10-28"
3536
1.2.0:
3637
changes:
3738
minor_changes:
38-
- Update the supported net-snmp version from 5.9.1 to 5.9.4 for the collection.
39+
- Update the supported net-snmp version from 5.9.1 to 5.9.4 for the collection.
3940
fragments:
40-
- update_snmp.yml
41-
release_date: '2023-09-14'
41+
- update_snmp.yml
42+
release_date: "2023-09-14"
4243
2.0.0:
4344
changes:
4445
major_changes:
45-
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
46-
are EoL now.
47-
release_summary: Starting from this release, the minimum `ansible-core` version
46+
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions
47+
are EoL now.
48+
release_summary:
49+
Starting from this release, the minimum `ansible-core` version
4850
this collection requires is `2.14.0`. The last known version compatible with
4951
ansible-core<2.14 is `v1.2.0`.
5052
fragments:
51-
- release_200.yml
52-
release_date: '2023-12-01'
53+
- release_200.yml
54+
release_date: "2023-12-01"
5355
3.0.0:
5456
changes:
5557
major_changes:
56-
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
57-
are EoL now.
58-
release_summary: 'Starting from this release, the minimum `ansible-core` version
58+
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
59+
are EoL now.
60+
release_summary:
61+
"Starting from this release, the minimum `ansible-core` version
5962
this collection requires is `2.15.0`. The last known version compatible with
6063
ansible-core<2.15 is v2.0.0.
6164
62-
'
65+
"
6366
fragments:
64-
- ming_215.yaml
65-
release_date: '2024-08-20'
67+
- ming_215.yaml
68+
release_date: "2024-08-20"
6669
3.1.0:
6770
changes:
6871
doc_changes:
69-
- Includes a new support related section in the README.
72+
- Includes a new support related section in the README.
7073
minor_changes:
71-
- Update minimum required ansible-core version to 2.16
72-
release_summary: 'With this release, the minimum required version of `ansible-core`
74+
- Update minimum required ansible-core version to 2.16
75+
release_summary:
76+
"With this release, the minimum required version of `ansible-core`
7377
for this collection is `2.16.0`. The last version known to be compatible with
7478
`ansible-core` versions below `2.16` is v3.0.0
7579
76-
'
80+
"
7781
fragments:
78-
- ansible_core.yaml
79-
- readme.yaml
80-
release_date: '2026-03-31'
82+
- ansible_core.yaml
83+
- readme.yaml
84+
release_date: "2026-03-31"

0 commit comments

Comments
 (0)