File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable MD024 -->
1
2
# Changelog
2
3
3
- All significant changes to this repo will be summarized in this file.
4
+ All notable changes to this project will be documented in this file.
4
5
6
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
7
+
8
+ ## [ v2.0.0] ( https://github.com/puppetlabs/puppet-resource_api/tree/v2.0.0 ) - 2025-03-13
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppet-resource_api/compare/1.9.0...v2.0.0 )
11
+
12
+ ### Changed
13
+
14
+ - (CAT-2254) Remove puppet 7 / Ruby 2.7 related code [ #368 ] ( https://github.com/puppetlabs/puppet-resource_api/pull/368 ) ([ LukasAud] ( https://github.com/LukasAud ) )
15
+
16
+ ### Added
17
+
18
+ - Provider get() call optimization [ #306 ] ( https://github.com/puppetlabs/puppet-resource_api/pull/306 ) ([ seanmil] ( https://github.com/seanmil ) )
19
+
20
+ ### Fixed
21
+
22
+ - Fix instances method with simple_get_filter [ #304 ] ( https://github.com/puppetlabs/puppet-resource_api/pull/304 ) ([ seanmil] ( https://github.com/seanmil ) )
23
+ - SimpleProvider name fixes [ #302 ] ( https://github.com/puppetlabs/puppet-resource_api/pull/302 ) ([ seanmil] ( https://github.com/seanmil ) )
24
+ - Various Rubocop fixes
5
25
6
26
## [ 1.9.0] ( https://github.com/puppetlabs/puppet-resource_api/tree/1.9.0 ) (2023-08-08)
7
27
Original file line number Diff line number Diff line change 2
2
3
3
module Puppet
4
4
module ResourceApi
5
- VERSION = '1.9 .0'
5
+ VERSION = '2.0 .0'
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments