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

Commit 072203d

Browse files
Merge pull request #41 from benjamin-maynard/v-2-6-0
Prep for v2.6.0 release
2 parents f1e68ee + 6f0ab43 commit 072203d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.6.0] - 15-07-2021
8+
### Add the ability to set custom mysql CLI parameters, target all databases without manually specifying, and bump versions
9+
- Added the ability to add custom mysql paramaters during the backup of databases via a new `BACKUP_ADDITIONAL_PARAMS` environment variable. Thanks & credit: [@cablespaghetti](https://github.com/cablespaghetti)
10+
- Added the ability to target all databases via a new `TARGET_ALL_DATABASES` environment variable. Thanks & credit: [@cablespaghetti](https://github.com/cablespaghetti)
11+
- Bumped the Alpine Linux version to `3.14.0` from `3.12.1`
12+
- Bumped the Google Cloud SDK version to `348.0.0` from `319.0.0`
13+
- Bumped the Age Encryption version to `9d4b2ae7ac0e2913839a545e16504e1ba0391124` (`v1.0.0-rc.3`) from `31500bfa2f6a36d2958483fc54d6e3cc74154cbc` (`v1.0.0-rc.3`)
14+
715
## [v2.5.0] - 06-12-2020
816
### Add missing Python six package and `BACKUP_CREATE_DATABASE_STATEMENT` configuration option
917
- 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`

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV TARGET_DATABASE_PORT=3306
2727
ENV SLACK_ENABLED=false
2828
ENV SLACK_USERNAME=kubernetes-s3-mysql-backup
2929
ENV CLOUD_SDK_VERSION=348.0.0
30-
# Release commit for https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta5 / https://github.com/FiloSottile/age/commit/31500bfa2f6a36d2958483fc54d6e3cc74154cbc
30+
# Release commit for https://github.com/FiloSottile/age/releases/tag/v1.0.0-rc.3/ https://github.com/FiloSottile/age/commit/9d4b2ae7ac0e2913839a545e16504e1ba0391124
3131
ENV AGE_VERSION=9d4b2ae7ac0e2913839a545e16504e1ba0391124
3232
ENV BACKUP_PROVIDER=aws
3333

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
spec:
115115
containers:
116116
- name: my-database-backup
117-
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.5.0
117+
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.6.0
118118
imagePullPolicy: Always
119119
env:
120120
- name: AWS_ACCESS_KEY_ID
@@ -199,7 +199,7 @@ spec:
199199
spec:
200200
containers:
201201
- name: my-database-backup
202-
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.5.0
202+
image: ghcr.io/benjamin-maynard/kubernetes-cloud-mysql-backup:v2.6.0
203203
imagePullPolicy: Always
204204
env:
205205
- name: GCP_GCLOUD_AUTH

0 commit comments

Comments
 (0)