From 7332e05468f486a26648d742946f6bf527813f44 Mon Sep 17 00:00:00 2001 From: Maari Tamm Date: Fri, 3 Jan 2025 13:53:29 +0100 Subject: [PATCH] build: Version 4.1.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6b63cc4..6f9b9b9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True message = build: Version {new_version} -current_version = 4.0.0 +current_version = 4.1.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 871d7f0..d6da0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 4.1.0 (2025-01-03) * [Enhancement] Support Tutor 19 and Open edX Sumac. diff --git a/README.md b/README.md index 42f7180..88913fe 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ appropriate one: ## Installation - pip install git+https://github.com/hastexo/tutor-contrib-backup@v4.0.0 + pip install git+https://github.com/hastexo/tutor-contrib-backup@v4.1.0 ## Usage @@ -72,7 +72,7 @@ You can do this in one of two ways: In this case, this plugin will push the `backup` image to your previously configured registry. 2. You override just the `BACKUP_DOCKER_IMAGE` configuration value, for example: ``` - tutor config save --set BACKUP_DOCKER_IMAGE=localhost:5000/backup:v4.0.0 + tutor config save --set BACKUP_DOCKER_IMAGE=localhost:5000/backup:v4.1.0 ``` Substitute the correct registry prefix if, rather than using a local instance of the [Distribution Registry](https://github.com/distribution/distribution), you are using a container registry provided by [GitHub](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry), [GitLab](https://docs.gitlab.com/ee/user/packages/container_registry/), [Harbor](https://goharbor.io/), etc. @@ -204,7 +204,7 @@ This prevents your users from encountering errors during the restore process. ### General options -* `BACKUP_DOCKER_IMAGE` (default: `backup:v4.0.0`, relative to `DOCKER_REGISTRY` as defined by the global Tutor option) +* `BACKUP_DOCKER_IMAGE` (default: `backup:v4.1.0`, relative to `DOCKER_REGISTRY` as defined by the global Tutor option) ### Kubernetes options