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

Commit 36c5192

Browse files
Merge pull request #26 from benjamin-maynard/v2.5.0-release
Update docs and changelog for 2.5.0 release
2 parents 7511b28 + ba6ddf4 commit 36c5192

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [v2.4.1] - 06-12-2020 - **DRAFT**
8-
### Add missing Python six package
7+
## [v2.5.0] - 06-12-2020
8+
### Add missing Python six package and `BACKUP_CREATE_DATABASE_STATEMENT` configuration option
99
- 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`
1010
- 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.
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ spec:
111111
spec:
112112
containers:
113113
- name: my-database-backup
114-
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.4.0
114+
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.5.0
115115
imagePullPolicy: Always
116116
env:
117117
- name: AWS_ACCESS_KEY_ID
@@ -196,7 +196,7 @@ spec:
196196
spec:
197197
containers:
198198
- name: my-database-backup
199-
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.4.0
199+
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.5.0
200200
imagePullPolicy: Always
201201
env:
202202
- name: GCP_GCLOUD_AUTH

0 commit comments

Comments
 (0)