##// END OF EJS Templates
chore(changelog): generated 5.3.0 changelog
chore(changelog): generated 5.3.0 changelog

File last commit:

r327:f8fc8c20
r327:f8fc8c20
Show More
CHANGES.rst
168 lines | 3.5 KiB | text/x-rst | RstLexer

Release History

v5.3.0 (2023-11-29)

Features

  • docker: added force docker upgrade and docker version commands
  • docs: build docs using docker image
  • docs: enabled google analytics on docs
  • grafana: updated grafana dashboard with better metrics
  • overrides: added example how to mount own source code on rhodecode
  • stack: added new cli cmd option to run a custom command on top of image
  • status: added -v flag to print some useful info on the stack status

Fixes

  • docs: fixed ssh port in docs
  • elasticsearch: tune options for ES cluster to work properly under docker
  • init: fixed bug with sed on linux systems

Build

  • pip: bumped pip version to 23.3.1

Chore

  • spelling: improve info about used commit on init/update

Dev

  • tools: set new version setting logic on top of dev-tools

Docs

  • configuration: added info about turning off elasticsearch
  • index: show latest version for index page
  • rcstack-help: fix instructions for getting rcstack at stable
  • ssl: improve ssl certificates docs
  • ssl: added info about troubleshooting the SSL certs

v5.2.0 (2023-11-08)

Features

  • os-support: beta support for OSX installation
  • compatability: used unified sed function for better OS compatability
  • install: improved logic of init script re-run with --force

Fixes

  • docker-image: fixed symlink creation for svn and git

Build

  • certs: fixed a missing blank .crt file allowing to specify custom certs
  • metrics: bumped metrics stack
  • services: bumped services stack
  • ssl: updated and stored default cert file bundle exposed inside containers

Chore

  • comments: added info about Loki auth format

Dev

  • dev-tools: improve starting dev images via docker

Docs

  • os-support: added information about supported OS
  • ssl: added information about ssl certificate handling for rcstack
  • upgrade: added information about faster upgrade

v5.1.0 (2023-11-02)

Fixes

  • core: moved the custom build files and definition to subfolders
  • core: fixed svn apps to not override by default SVN env variables

Chore

  • ignore: added extra ignore dirs in config

Docs

  • migration: added more comprehensive instructions for upgrade task
  • upgrade: added additional step for upgrade doc

v5.0.8 (2023-10-25)

Fixes

  • services: fixed healthcheck syntax to be more reliable

Chore

  • dependencies: bumped to traefik:v2.10.5
  • dependencies: bumped to library/redis:7.0.14

Docs

  • migration: updated migration guide

v5.0.7 (2023-10-23)

  • docs: updated few instructions on image management
  • svn[bugfix]: fixed svn configs for custom build
  • svn: bumped httpd to .58
  • cli[bugfix]: fixed issue with runtime-image-info command
  • monitoring: fixed label position on grafana dashboard

v5.0.6 (2023-10-12)

  • rcstack asks for EULA for CE/EE versions

v5.0.5 (2023-10-10)

  • expose DOMAIN/_pages to expose "pages" like drop-folder to serve static pages
  • change documentation to RST

v5.0.4 (2023-09-29)

  • rcstack: remove dependency for md5sum, this allows to run on macOS
  • nginx: cleanup configuration files to single conf file

v5.0.0 (2023-09-21)

  • initial release for new python3 RhodeCode installer