Skip to content

Releases: ansible-ThoTeam/nexus3-oss

v2.5.2: Christmas 2023 release

18 Dec 08:00
2702f44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.5.2

v2.5.1: Ansible 2.14 compatibility

28 Nov 08:26
df33938
Compare
Choose a tag to compare
  • Removed the warn argument on a shell task. This arg has been removed in ansible 2.14
  • Updated the minimum ansible version to something decent, e.g. the oldest still maintained release (2.12)
  • Fixed default branch name after renaming master -> main and re-import in galaxy.ansible.com

v2.5.0: configurable API timeout

08 Nov 00:57
d01b338
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.18...v2.5.0

v2.4.18: various fixes affecting existing installations

27 Oct 15:38
caed49a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.17...v2.4.18

v2.4.17: Docker port as int

27 Oct 09:55
54b7b06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.16...v2.4.17

v2.4.16

26 Oct 00:46
3b3b46a
Compare
Choose a tag to compare

What's Changed

  • fix typo in readme table of contents by @klucsik in #331
  • Allow to configure custom options on JVM by @zeitounator in #357
  • Add missing apache modules "mod_ssl" and "mod_rewrite" by @CodingSpiderFox in #315
  • fix typo in check of deprecated variable public_hostname by @daviddelannoy in #316
  • AWS Secret Access Key is shown in output during S3 blobstore creation by @MikeCantCode in #354
  • Enable running role in check mode by @gaima8 in #339
  • Fix Nexus upgrades with plugins by @jpiron in #334
  • Allow configuring version_policy and layout_policy for maven group repositories by @fhsctv in #345
  • Add support for specifying the NuGet version on NuGet Proxy repos by @MikeCantCode in #356
  • installation failed when no repo creation require #326 by @shurikg in #327
  • Check empty data dir with platform independant find module by @zeitounator in #358

New Contributors

Full Changelog: v2.4.15...v2.4.16

HotFix: authentication is inconsistent for created proxies

07 May 15:21
v2.4.15
c8e075e
Compare
Choose a tag to compare

Authentication for proxy repos without a username appeared inconsistent in the GUI on creation (but was ok after a second run). This release fixes the issue.

v2.4.14: new formats and bugfixes

28 Oct 17:15
3c9ef78
Compare
Choose a tag to compare

New Features:

  • support for R repositories (#274, #307)
  • support for Helm repositories (#284)
  • support for p2 repositories (#301)
  • support for conda repositories (#295)
  • support for go repositories (#298)
  • maven configuration is now optional as all other formats (#293)

Bugfixes and maintenance:

  • Fixed an issue with lost+found when nexus data directory is on an ext[2-4] mount (#280)
  • Added molecule docker plugin to python requirements (Hotfix 2583b7b)
  • Fixed new ansible-lint rules for ansible v2.10 (#304)
  • Fixed an issue when docker configuration is enabled but there are no declared docker proxy repositories (#294)

Thanks for contributions: @enicholson125 @ktreptow @ljackiewicz @Serienmorder @delhage @pogosoftware @vitkhab

v2.4.13: Better schedules for backups

07 Apr 10:13
cf97cd6
Compare
Choose a tag to compare

You can now use any type of schedule for backups. Was previously limited to cron schedule only.

See #269 and updated documentation

v2.4.12: nexus 3.21.2 compat

25 Mar 11:23
7af5394
Compare
Choose a tag to compare

Please read carrefully #268. The role being massively reliant on groovy scripts, we have no over choice at the moment than enabling groovy script creation in nexus which is not aligned to the new default settings in nexus v3.12.2 security release

If you don't want to allow groovy script creation in your instance, please stop using this role for now.

For a lot of other reasons, we are considering moving all groovy script features to REST API calls. Once this is done, we wlll make groovy script creation setting conditional. But we currently have no planning for that.


In this release:

  • Fix: Allow groovy script creation in nexus > 3.21.2 (#267). This one also introduced a simplification in molecule test procedure (drop prepare phase)
  • Enhancement: Get blob list from var, not statically (#256)
  • Maintenance for CI process (#250): use python 3.8 as base platform, new centos8 scenario, minimize number of platforms to latest releases.