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

Commit

Permalink
Prep for v2.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-maynard committed Jul 15, 2021
1 parent f1e68ee commit 6f0ab43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.6.0] - 15-07-2021
### Add the ability to set custom mysql CLI parameters, target all databases without manually specifying, and bump versions
- 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)
- Added the ability to target all databases via a new `TARGET_ALL_DATABASES` environment variable. Thanks & credit: [@cablespaghetti](https://github.com/cablespaghetti)
- Bumped the Alpine Linux version to `3.14.0` from `3.12.1`
- Bumped the Google Cloud SDK version to `348.0.0` from `319.0.0`
- Bumped the Age Encryption version to `9d4b2ae7ac0e2913839a545e16504e1ba0391124` (`v1.0.0-rc.3`) from `31500bfa2f6a36d2958483fc54d6e3cc74154cbc` (`v1.0.0-rc.3`)

## [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`
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV TARGET_DATABASE_PORT=3306
ENV SLACK_ENABLED=false
ENV SLACK_USERNAME=kubernetes-s3-mysql-backup
ENV CLOUD_SDK_VERSION=348.0.0
# Release commit for https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta5 / https://github.com/FiloSottile/age/commit/31500bfa2f6a36d2958483fc54d6e3cc74154cbc
# Release commit for https://github.com/FiloSottile/age/releases/tag/v1.0.0-rc.3/ https://github.com/FiloSottile/age/commit/9d4b2ae7ac0e2913839a545e16504e1ba0391124
ENV AGE_VERSION=9d4b2ae7ac0e2913839a545e16504e1ba0391124
ENV BACKUP_PROVIDER=aws

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

0 comments on commit 6f0ab43

Please sign in to comment.