Skip to content

Commit d0f7877

Browse files
Prepare Release 5.0.0 (#81)
1 parent ce47858 commit d0f7877

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.0.0]
8+
### Added
9+
- Support for Debian 12
10+
11+
### Changed
12+
- Handle >= 3.80.0 nexus versions
13+
- PDK version to 3.4.0
14+
15+
### Removed
16+
- Removed deprecated `npm_remove_non_cataloged` in `nexus::resource::repository::npm::proxy`
17+
- Support for CentOS 7
18+
- Support for RedHat 7
19+
- Support for Debian 9
20+
- Support for Debian 10
21+
- Support for Ubuntu 16.04
22+
- Support for Ubuntu 18.04
23+
724
## [4.1.1]
825
### Changed
926
- Handle >= 3.78.0 nexus versions

REFERENCE.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,6 @@ The following parameters are available in the `nexus::resource::repository::npm:
13931393

13941394
* [`proxy_remote_url`](#-nexus--resource--repository--npm--proxy--proxy_remote_url)
13951395
* [`ensure`](#-nexus--resource--repository--npm--proxy--ensure)
1396-
* [`npm_remove_non_cataloged`](#-nexus--resource--repository--npm--proxy--npm_remove_non_cataloged)
13971396
* [`npm_remove_quarantined`](#-nexus--resource--repository--npm--proxy--npm_remove_quarantined)
13981397
* [`http_client_auto_block`](#-nexus--resource--repository--npm--proxy--http_client_auto_block)
13991398
* [`http_client_blocked`](#-nexus--resource--repository--npm--proxy--http_client_blocked)
@@ -1421,14 +1420,6 @@ Define if the resource should be created/present or deleted/absent.
14211420

14221421
Default value: `'present'`
14231422

1424-
##### <a name="-nexus--resource--repository--npm--proxy--npm_remove_non_cataloged"></a>`npm_remove_non_cataloged`
1425-
1426-
Data type: `Boolean`
1427-
1428-
Remove non-cataloged versions from the npm package metadata. (Requires IQ: Audit and Quarantine)
1429-
1430-
Default value: `false`
1431-
14321423
##### <a name="-nexus--resource--repository--npm--proxy--npm_remove_quarantined"></a>`npm_remove_quarantined`
14331424

14341425
Data type: `Boolean`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pest-nexus",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"author": "Puppets Epic Show Theatre",
55
"summary": "Puppet module for Sonatype Nexus Repository Manager 3",
66
"license": "MIT",

0 commit comments

Comments
 (0)