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

build: Version 4.1.0 #95

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## Version 4.1.0 (2025-01-03)

* [Enhancement] Support Tutor 19 and Open edX Sumac.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down Expand Up @@ -204,7 +204,7 @@ This prevents your users from encountering errors during the restore process.

### General options

* `BACKUP_DOCKER_IMAGE` (default: `<DOCKER_REGISTRY>backup:v4.0.0`, relative to `DOCKER_REGISTRY` as defined by the global Tutor option)
* `BACKUP_DOCKER_IMAGE` (default: `<DOCKER_REGISTRY>backup:v4.1.0`, relative to `DOCKER_REGISTRY` as defined by the global Tutor option)

### Kubernetes options

Expand Down
Loading