Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobioz committed Nov 25, 2020
1 parent a5398e4 commit e43d711
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.4.0](https://github.com/camptocamp/bivac/releases/tag/2.4.0) (2020-11-25)

IMPROVEMENTS:

- `core`: Automatically select Agent docker image based on manager's version

BUG FIXES:

- `providers-config`: Fix mysqldump options

We moved the default docker registry from Docker Hub to Github. From this release, all the docker
images will be published on Github.

All the information regarding the new images are available on this page: [https://github.com/orgs/camptocamp/packages/container/package/bivac](https://github.com/orgs/camptocamp/packages/container/package/bivac)

# [2.3.2](https://github.com/camptocamp/bivac/releases/tag/2.3.2) (2020-10-01)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion contrib/charts/bivac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bivac
home: https://github.com/camptocamp/bivac
icon: https://raw.githubusercontent.com/camptocamp/bivac/master/img/bivac_small.png
version: 1.0.0
appVersion: 2.3.0
appVersion: 2.4
description: 'Backup Interface for Volumes Attached to Containers'
keywords:
- backup
Expand Down
2 changes: 1 addition & 1 deletion contrib/charts/bivac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following tables list the configurable parameters of the Bivac chart and the
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image.repository` | Repository for the Bivac image. | `camptocamp/bivac` |
| `image.tag` | Tag of the Bivac image. | `2.3.0` |
| `image.tag` | Tag of the Bivac image. | `2.4` |
| `image.pullPolicy` | Pull policy for the Bivac image. | `IfNotPresent` |
| `orchestrator` | Orchestrator Bivac will run on. | `kubernetes` |
| `watchAllNamespaces` | Let Bivac backup volumes from all namespaces. | `true` |
Expand Down
2 changes: 1 addition & 1 deletion contrib/charts/bivac/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: camptocamp/bivac
tag: 2.3.0
tag: "2.4"
pullPolicy: IfNotPresent

annotations:
Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
bivac:
image: ghcr.io/camptocamp/bivac:2.3
image: ghcr.io/camptocamp/bivac:2.4
command: "manager -v"
ports:
- "8182:8182"
Expand Down
2 changes: 1 addition & 1 deletion contrib/openshift/bivac-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ parameters:
- name: BIVAC_BLACKLIST
description: Do not backup blacklisted volumes (comma-separated list of PVC names)
- name: BIVAC_MANAGER_IMAGE
value: ghcr.io/camptocamp/bivac:2.3
value: ghcr.io/camptocamp/bivac:2.4
description: image used for bivac manager
- name: BIVAC_VERBOSE
description: Enable verbose output (bool)
Expand Down

0 comments on commit e43d711

Please sign in to comment.