Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TuningYourCode committed Feb 17, 2023
1 parent 156a2ee commit 71597d2
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 397 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.0]
### Added
- `docker_subdomain` in `nexus::resource::repository::docker::proxy`
- `docker_proxy_cache_foreign_layers` in `nexus::resource::repository::docker::proxy`
- `docker_proxy_foreign_layer_url_whitelist` in `nexus::resource::repository::docker::proxy`

### Changed
- Changes by `pdk update`
- Changes by `pdk validate -a`
- Updated `README.md` to reflect current module usage

### Removed
- Unused `npm_remove_non_cataloged` in `nexus::resource::repository::docker::proxy`
- Unused `npm_remove_quarantined` in `nexus::resource::repository::docker::proxy`

## [3.4.0]
### Added
- `nexus::resource::repository::yum::hosted` to manage yum hosted repositories
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ class role_nexus_server {
class{ 'java': }
class{ 'nexus':
version => '3.37.3',
revision => '02',
nexus_type => 'unix',
version => '3.42.0-01',
}
Class['java'] ->
Expand Down
Loading

0 comments on commit 71597d2

Please sign in to comment.