Skip to content

Releases: openequella/openEQUELLA-admin-console-package

v1.3.1

21 Apr 22:52
967d0b8
Compare
Choose a tag to compare

This is a maintenance release for the Admin Console Launcher. It includes

  • Fixes for running with Java 21 as introduced in 1.3.0
  • Dependency upgrades
    • Gradle (8.7)
    • SLF4J (2.0.13)
    • Jackson XML (2.17.0)

For instructions on how to validate your release, please see release notes for 1.2.1

v1.3.0

09 Jan 03:35
5ddd092
Compare
Choose a tag to compare

This feature release for the Admin Console Launcher includes:

  • Feature:
    • Upgrading the bundled Java to v21
    • Icon updates
  • Build:
    • Upgrading Gradle to v8.5
    • Compiling with Java 21
    • actions/upload-artifact@v4.0.0
    • actions/setup-java@v4 with temurin 21
    • actions/checkout@v4
  • Dependency updates:
    • SLF4J 2.0.11
    • Jackson XML (databind) 2.16.1

For instructions on how to validate your release, please see release notes for 1.2.1

v1.2.1

03 Jul 06:29
5ea269f
Compare
Choose a tag to compare

This is the release for the Admin Console Launcher v1.2.1, including:

  • Build:
    • Compiling with Temurin JDK 11
    • Generation of hash files for the packages
    • Upgrade to gradle 7.6.1
    • upload-artifact action 3.1.2
  • Dependency updates:
    • SLF4J 2.0.7
    • Jackson XML (databind) 2.15.2

Hash Verification

You can verify your download through the use of the .sha256 file with a matching name. For example, on linux you would download admin-console-package-for-linux-1.2.1.tar.gz as well as admin-console-package-for-linux-1.2.1.tar.gz.sha256. With them in the same directory you would then execute:

sha256sum -c admin-console-package-for-linux-1.2.1.tar.gz.sha256

If all is okay, OK will be printed out.

Similar should work on MacOS.

On Windows you can use the certutil tool to generate the hash for the file, and then compare against that in the matching hash file. e.g.

certutil -hashfile admin-console-package-for-windows-1.2.1.zip SHA256

v1.2.0

07 Mar 22:49
Compare
Choose a tag to compare

This is the release for the Admin Console Launcher v1.2.0, including:

  • Upgrade to JDK11
  • Upgrades to logging libraries
  • Upgrades to Jackson (XML/JSON processing)
  • Various build updates (gradle, GHA, etc)

v1.1.1

08 Jul 05:17
e835763
Compare
Choose a tag to compare

This is the release for the Admin Console Package, version 1.1.1. It consists of a bug fix and dependency upgrades.

Full list at https://github.com/openequella/openEQUELLA-admin-console-package/milestone/3?closed=1

Dependency updates include:

  • #62 Update dependency org.slf4j:slf4j-simple to v1.7.31
  • #61 Update dependency org.slf4j:slf4j-api to v1.7.31
  • #59 Update dependency nebula.lint:nebula.lint.gradle.plugin to v16.25.0
  • #57 Update actions/upload-artifact action to v2.2.4
  • #50 Update dependency com.fasterxml.jackson.core:jackson-databind to v2.12.3
  • #52 Update dependency junit:junit to v4.13.2
  • #48 Update dependency org.jasypt:jasypt to v1.9.3
  • #47 Update dependency gradle to v5.6.4

Code changes:

  • #44 special characters within Windows file path bugfix

Documentation changes:

  • #42 changes to the README.md to explain how to handle Root CA Certificates that are not within the Java instance cacerts file

v1.1.0

10 Mar 06:19
Compare
Choose a tag to compare

v1.1.0-RC2

25 Feb 17:13
Compare
Choose a tag to compare
chore - create RC1 for 1.1.0

v1.1.0-RC1

25 Feb 16:56
Compare
Choose a tag to compare
chore - create RC1 for 1.1.0

v1.0.3

23 Dec 22:10
e563270
Compare
Choose a tag to compare
Ensure using the full path of provided JDK (#31)

v1.0.2

02 Dec 06:31
Compare
Choose a tag to compare

Fixes issues with the launcher on MacOS.