Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release GN v4.4.0 #107

Merged
merged 24 commits into from
Oct 25, 2023
Merged

Release GN v4.4.0 #107

merged 24 commits into from
Oct 25, 2023

Commits on Jul 11, 2023

  1. GN v4.4.0

    * Allow to set the application web context path using the new `WEBAPP_CONTEXT_PATH` (defaults to `/geonetwork`)
    * Move the exploded war to `/opt/geonetwork`
    * Add a new `GN_CONFIG_PROPERTIES` for passing addional configuration options to GN in the form of
      Java properties, for example `GN_CONFIG_PROPERTIES=-Dldap.base.provider.url=ldap://ldap:389`
    * `ES_HOST` is no longer mandatory and now defaults to `localhost`
    juanluisrp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0053807 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update

    * Java 11
    * Fix Config properties
    * Use OGC API records 4.2.5 for now
    * Fix OGC API records fail to start because of empty GN database
    * Move config to JVM args
    * Add Jetty http forward module for X-Forwarded header.
    fxprunayre committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c4e01cb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    71cad20 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Jetty / Increase max form keys

    This is a parameter to customize depending on size of metadata records (eg. many languages or many contacts)
    fxprunayre authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f21fd8c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    9d1cb4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf8eda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da562a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f6488d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Move to traefik.

    Main idea was to more easily set up load balancing with sticky session.
    
    Co-authored-by: Joachim Nielandt <[email protected]>
    fxprunayre and joachimnielandt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8c37971 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Add health check.

    Main idea is to avoid errors on some case (eg. OGC API records error starting on an empty database) and start services in order.
    
    Co-authored-by: Joachim Nielandt <[email protected]>
    fxprunayre and joachimnielandt committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d64c0f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df6a147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdf9372 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    724036d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Jetty / Update version and fix sending mail on java 11.

    Co-authored-by: Joachim Nielandt <[email protected]>
    fxprunayre and joachimnielandt committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    cd6af05 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Add timezone config and use separate schemapublication dir (avoid issue

    when starting multiple instances using the same data dir - XSD are
    copied to this folder on startup and copy may clash)
    fxprunayre committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ad067fd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Update README.md

    fxprunayre authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    12bee86 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    fxprunayre authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f768ddd View commit details
    Browse the repository at this point in the history
  3. Update README.md

    fxprunayre authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9f06cdd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    b249c6e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Update MD5 for 4.4.0

    fxprunayre authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    410cd70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9ff2f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    b13cc6f View commit details
    Browse the repository at this point in the history
  2. Update 4.4.0/README.md

    Co-authored-by: joachimnielandt <[email protected]>
    fxprunayre and joachimnielandt authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    09af312 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Fix Markdown warnings

    juanluisrp committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a2e70d7 View commit details
    Browse the repository at this point in the history