Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Releases: travelaudience/nexus-proxy

2.7.0

28 Aug 14:11
Compare
Choose a tag to compare

fix: return correct header response for maven.

details: #28

2.6.0

12 Feb 08:47
Compare
Choose a tag to compare
  • Add JAVA_TOOL_OPTIONS env var

2.5.0

26 Jul 13:37
Compare
Choose a tag to compare
  • update base alpine image to 3.10
  • update to latest openjdk8-jre

update alpine

26 Jul 12:46
Compare
Choose a tag to compare
update alpine Pre-release
Pre-release

testing latest alpine 10 and latest openjdk

2.4.0_8u191

07 Feb 14:15
Compare
Choose a tag to compare
  • Bump Alpine to 3.9 and JRE to 8u191

2.4.0

05 Dec 16:27
Compare
Choose a tag to compare

Bugfixes:

  • After restarting the proxy, the consent screen could enter a loop. This happened because we were caching an unsuccessful attempt at verifying membership. This PR fixes this behaviour by only caching successful results.

Improvements:

  • After restarting the proxy, users presenting a valid JWT would still be required to go to the consent screen so that membership verification can be successful. The new JWT_REQUIRES_MEMBERSHIP_VERIFICATION environment variable can be set to false to "blindly trust" valid tokens. Disabling this option makes the proxy less secure.
  • More debug logging.

2.1.0

29 Aug 11:30
1d00dd8
Compare
Choose a tag to compare
  • Revamped design and functionality (released in 2.0.0).
  • Fixed token refresh.
  • Add option to enforce HTTPS.
  • Improved error handling and logging.
  • Adopted updated version of the container base image in order to fix open CVEs.
  • Documentation improvements.

1.0.0

02 Aug 09:01
f7039d3
Compare
Choose a tag to compare

This is the first release of the Nexus proxy.