Skip to content
Snippets Groups Projects
  1. Jul 19, 2023
  2. Apr 20, 2023
    • david.bauer's avatar
      Change: Redis Configuration · f25cf886
      david.bauer authored
      This is a breaking change.
      
      Changelog:
      - Redis is now mandatory and enabled by default
      - Added Sentinel, Standalone and Cluster support
      - Standalone mode with sidecar is used by default
        - If no host(s) are configured, a redis sidecar is injected into the deployment
        - No extra configuration needed
        - This is intended for development and does not scale.
      - Helm values have changed, see README.md:
        - `redis.host` has been renamed to `redis.hosts` and expects a list of strings with the following pattern: <localhost:6379> (needed for sentinel and cluster modes)
        - `redis.port` has been removed, see `redis.hosts`
      f25cf886
  3. Apr 11, 2023
  4. Mar 07, 2023
  5. Dec 09, 2022
  6. Nov 14, 2022
  7. Oct 10, 2022
  8. Sep 02, 2022
  9. Jul 11, 2022
    • alexander.quast's avatar
      Added extended logging to some modules · 6906d7f2
      alexander.quast authored and richard.petersen's avatar richard.petersen committed
      Changelog:
       - Changed all 'trace' logs to level 'debug'
       - Added logging to the version check functions on log level 'info' and 'debug'
       - Added some time measures on ready checks to see what's taking so long on startup
      6906d7f2
  10. May 24, 2022
  11. May 04, 2022
Loading