Skip to content

Commit

Permalink
docs(changelog): update for version 1.18.0 release
Browse files Browse the repository at this point in the history
Added support for custom encryption keys and improved Jinja templating in nexus_oss. Fixed LDAP connection normalization in config_api. Updated version to 1.18.0 in galaxy.yml.
  • Loading branch information
brianveltman committed Feb 1, 2025
1 parent f136598 commit 0eb7ccd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## [1.18.0] - 2025-02-01
### Added
- **nexus_oss** Adding support for using custom encryption keys

### Fixed
- **config_api** Fixed python filter to enhance LDAP connection normalization
- **nexus_oss** Enhanced Jinja templating for processing repos. Fixes #14 by @caroldx

## [1.17.1] - 2025-01-14
### Changed
- **nexus_oss** Privileges will no longer be created when `nexus_use_api_for_provisioning` is set to `true`. Please use the `config_api` role to manage privileges. See: https://nexus.cloudkrafter.org/docs/config-api-role/privileges/
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: cloudkrafter
name: nexus

# The version of the collection. Must be compatible with semantic versioning
version: 1.17.1
version: 1.18.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit 0eb7ccd

Please sign in to comment.