Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from benjamin-maynard/v2.5.0-release
Browse files Browse the repository at this point in the history
Update docs and changelog for 2.5.0 release
  • Loading branch information
benjamin-maynard authored Dec 11, 2020
2 parents 7511b28 + ba6ddf4 commit 36c5192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.4.1] - 06-12-2020 - **DRAFT**
### Add missing Python six package
## [v2.5.0] - 06-12-2020
### Add missing Python six package and `BACKUP_CREATE_DATABASE_STATEMENT` configuration option
- Adds the missing Python [six](https://pypi.org/project/six/) package which was breaking awscli and removed the `py-pip` deletion step as this removes `six`
- Add the `BACKUP_CREATE_DATABASE_STATEMENT` configuration option. This explicitly sets the `--databases` flag in `mysqldump` which causes `mysqldump` to add `CREATE DATABASE /*!32312 IF NOT EXISTS*/` and `USE` statements into the dump.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
spec:
containers:
- name: my-database-backup
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.4.0
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.5.0
imagePullPolicy: Always
env:
- name: AWS_ACCESS_KEY_ID
Expand Down Expand Up @@ -196,7 +196,7 @@ spec:
spec:
containers:
- name: my-database-backup
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.4.0
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.5.0
imagePullPolicy: Always
env:
- name: GCP_GCLOUD_AUTH
Expand Down

0 comments on commit 36c5192

Please sign in to comment.