Skip to content

Releases: a-langer/nexus-sso

3.70.1-java11-ubi

06 Dec 19:27
Compare
Choose a tag to compare

version 3.70.1-java11-ubi:

# Clone configuration and change to working directory
git clone --branch 3.70.1-java11-ubi https://github.com/a-langer/nexus-sso.git
cd ./nexus-sso
# Copy compose.override.yml from template for you settings
cp _compose.override.yml compose.override.yml
# Set environment variables for container user
export NEXUS_USER=$(id -u) NEXUS_GROUP=$(id -g)
# Run service and open http://localhost in web browser
docker compose up -d

Warn: Since version 3.70.1-java11-ubi:

  • Your need migrate from legacy OrientDB to H2DB. Version 3.71.0 and beyond do not support OrientDB, Java 8, or Java 11, see Migration.md for more information.
  • Class com.github.alanger.nexus.bootstrap.Pac4jAuthenticationListener has been deprecated, see SAML.md.
  • Image released without nexus-repository-ansiblegalaxy, cause by plugin does not support new storage API, see issue #25.

Download jars:

Full Changelog: 3.70.0-java11-ubi...3.70.1-java11-ubi

3.70.1-java11-ubi-BETA-3

16 Nov 14:42
Compare
Choose a tag to compare
Pre-release

version 3.70.1-java11-ubi-BETA-3 for testing:

# Clone configuration and change to working directory
git clone --branch 3.70.1-java11-ubi-BETA-3 https://github.com/a-langer/nexus-sso.git
cd ./nexus-sso
# Copy compose.override.yml from template for you settings
cp _compose.override.yml compose.override.yml
# Set environment variables for container user
export NEXUS_USER=$(id -u) NEXUS_GROUP=$(id -g)
# Run service and open http://localhost in web browser
docker compose up -d

Warn: Since version 3.70.1-java11-ubi-BETA-3:

  • Your need migrate from legacy OrientDB to H2DB. Version 3.71.0 and beyond do not support OrientDB, Java 8, or Java 11, see Migration.md for more information.
  • Image released without nexus-repository-ansiblegalaxy, cause by plugin does not support new storage API, see issue #25.

Download jars:

Full Changelog: 3.70.0-java11-ubi...3.70.1-java11-ubi-BETA-3

3.70.1-java11-ubi-BETA-2

07 Oct 19:24
Compare
Choose a tag to compare
Pre-release

version 3.70.1-java11-ubi-BETA-2 for testing:

# Clone configuration and change to working directory
git clone --branch 3.70.1-java11-ubi-BETA-2 https://github.com/a-langer/nexus-sso.git
cd ./nexus-sso
# Copy compose.override.yml from template for you settings
cp _compose.override.yml compose.override.yml
# Set environment variables for container user
export NEXUS_USER=$(id -u) NEXUS_GROUP=$(id -g)
# Run service and open http://localhost in web browser
docker compose up -d

Warn: Since version 3.70.1-java11-ubi-BETA-2:

  • Your need migrate from legacy OrientDB to H2DB. Version 3.71.0 and beyond do not support OrientDB, Java 8, or Java 11, see Migration.md for more information.
  • Image released without nexus-repository-ansiblegalaxy, cause by plugin does not support new storage API, see issue #25.

Download jars:

Full Changelog: 3.70.0-java11-ubi...3.70.1-java11-ubi-BETA-2

3.70.1-java11-ubi-BETA

24 Sep 13:56
Compare
Choose a tag to compare
Pre-release

version 3.70.1-java11-ubi-BETA for testing:

# Clone configuration and change to working directory
git clone --branch 3.70.1-java11-ubi-BETA https://github.com/a-langer/nexus-sso.git
cd ./nexus-sso
# Copy compose.override.yml from template for you settings
cp _compose.override.yml compose.override.yml
# Set environment variables for container user
export NEXUS_USER=$(id -u) NEXUS_GROUP=$(id -g)
# Run service and open http://localhost in web browser
docker compose up -d

Warn: Since version 3.70.1-java11-ubi-BETA:

  • Your need migrate from legacy OrientDB to H2DB. Version 3.71.0 and beyond do not support OrientDB, Java 8, or Java 11, see Migration.md for more information.
  • Image released without nexus-repository-ansiblegalaxy, cause by plugin does not support new storage API, see issue #25.

Download jars:

Full Changelog: 3.70.0-java11-ubi...3.70.1-java11-ubi-BETA

3.70.0-java11-ubi

17 Jul 12:37
Compare
Choose a tag to compare

version 3.70.0-java11-ubi

Since version 3.70.0-java11-ubi image and all libraries have been updated to Java 11. See release notes for more information.

Download jars:

Full Changelog: 3.68.0...3.70.0-java11-ubi

3.68.0

3.67.1

23 Apr 09:14
Compare
Choose a tag to compare

version 3.67.1

Since version 3.67.1 added Nexus Repository 3 plugin that allows usage of Ansible Galaxy repositories https://github.com/l3ender/nexus-repository-ansiblegalaxy (Fork with galaxy v3 support https://github.com/angeloxx/nexus-repository-ansiblegalaxy).

Download jars:

Full Changelog: 3.62.0...3.67.1

3.62.0

04 Feb 17:20
Compare
Choose a tag to compare

version 3.62.0

3.61.0

26 Jan 03:19
Compare
Choose a tag to compare

Since version 3.61.0 for SSO and User Tokens, it is enough to have following realms in the order listed:

  1. "Local Authenticating Realm" - built-in realm used by default.
  2. "SSO Pac4j Realm" - single sign-on realm uses an external Identity Provider (IdP).
  3. "SSO Token Realm" - realm allows you to use user tokens instead of a password.
  4. "Docker Bearer Token Realm" - required to access Docker repositories through a Docker client (must be below the "SSO Token Realm").

Other realms are not required and may lead to conflicts.

3.58.1

30 Sep 13:26
Compare
Choose a tag to compare
version 3.58.1