Skip to content

Latest commit

Β 

History

History
298 lines (195 loc) Β· 6.43 KB

CHANGELOG.rst

File metadata and controls

298 lines (195 loc) Β· 6.43 KB

markuman nextcloud Release Notes

Bump version of nextcloud and caddy.

This is the minor release of the markuman.nextcloud collection.

  • bump caddy to 2.8.0
  • bump nextcloud to 29.0.1
  • add trailing slash on well-known urls.
  • richdocumentscode installation is only available for x86_64.

Version 29 and greate supports Ubuntu 24.04, PHP 8.3 and mariadb 10.11 only.

Bump nextcloud version to 28.0.3.

This is a major release of markuman.nextcloud in version 28. It installed nextcloud 28 now.

  • bump nextcloud to 28.0.0
  • change sudoers configuration to /etc/sudoers.d/ubuntu_nextcloud_user to keep existing /etc/sudoers untouched
  • dump caddy to 2.7.6
  • install and configure redis is available now via install_redis variable. default is true
  • use defaults/main.yml for ssh hardening defaults

Major update of markuman.nextcloud. Use nextcloud 27 and caddy 2.7.

With this release, the Collection Major Version is in sync with the Nextcloud Server Major Version.

Minor release. Just bump nextcloud to 25.0.5 and caddy to 2.6.4.

11.1.0 - big mariadb improvment. Installation role will follow most of the mariadb recommendations now (https://docs.nextcloud.com/server/latest/admin_manual/configuration_database/linux_database_configuration.html#configuring-a-mysql-or-mariadb-database). Furthermore, it will create a daily schedule event that will remove authtokens that aren't used for more than 21 days.

  • markuman.nextcloud.nextcloud - add a mariadb event scheduler that removes unused authtokens when their last usage is older than 21 days. The value can be overwritten with the variable remove_unused_authtokens_after_days. A 0 value will disable the create of the event.
  • markuman.nextcloud.nextcloud - enable mariadb query_cache.
  • markuman.nextcloud.nextcloud - enable mariadb event scheduler in general.
  • markuman.nextcloud.nextcloud - increase mariadb max_heap_table_size.
  • markuman.nextcloud.nextcloud - increase mariadb tmp_table_size.
  • markuman.nextcloud.nextcloud - set linux user client characters also to utf8mb4.
  • markuman.nextcloud.nextcloud - set mariadb transaction isolation to READ-COMMITTED.

Trivial bugfix release.

  • markuman.nextcloud.password_info - version_added for cse_password was wrong.

The password_info module and password lookup plugin supports end to end encryption now.

  • markuman.nextcloud.password_info - new parameter cse_password for end to end encryption.
  • plugins/module_utils/nextcloud.py - fix wrong indentation in NextcloudErrorHandler.

This minor release of markuman.nextcloud improves the security of the instance itself and the installation process.

  • markuman.nextcloud.nextcloud - bump default nextcloud version to 25.0.3.
  • markuman.nextcloud.nextcloud - include nextcloud public gpg key to verify nextcloud download before installation.
  • markuman.nextcloud.nextcloud - install fail2ban for better sshd security.
  • markuman.nextcloud.nextcloud - fix preview generator timer service.

This is the minor release of the markuman.nextcloud collection.

  • markuman.nextcloud.nextcloud - Install role can install and configure media setup (recognize, memories, previewgenerator, nextcloud office) via variable install_media. The default value is true.
  • markuman.nextcloud.nextcloud - Add missing https schema to overwrite.cli.url.
  • markuman.nextcloud.nextcloud - Entire installation role is now immutable.
  • markuman.nextcloud.nextcloud - chown /var/log/caddy path for www-data.

Bump nextcloud version to 25.0.2

The install role supports now nextcloud 25 on ubuntu 22.04 only.

Minor sanity fixes and update version for the install role. This will also be the last 9.x.x release.

  • user - administrate nextcloud users

bugfix release of markuman.nextcloud.

  • nextcloud install role - dump caddy version to 2.5.1

Bugfix release of markuman.nextcloud.

  • nextcloud installation role - add missing mail configuration in caddy web server.

This is the minor release of the markuman.nextcloud collection. This release affects only the installation role markuman.nextcloud.nextcloud.

  • bump caddy version to 2.5.0
  • bump nextcloud version to 23.0.4
  • make coturn/talk installation controllable via boolean install_talk variable.
  • coturn config location was wrong and results in error.

This release of the markuman.nextcloud collection includes a turnkey-ready install role for Ubuntu 20.04 LTS.

  • add install role markuman.nextcloud to distribute a turnkey nextcloud on Ubuntu 20.04 LTS.

This is the patch release of the markuman.nextcloud collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release.

  • file - replace md5 with sha256 when comparing files.
  • passwords - Set no_log for update_password parameter.
  • remove unused variables and imports
  • Multiple ansible sanity fixes.