Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Jan 22, 2021
2 parents 8db0548 + 2ee95fe commit 18aff0d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.15](https://github.com/mmuller88/influxdb-s3-backup/compare/v0.0.14...v0.0.15) (2021-01-22)


### Features

* mention docker hub ([65d60d0](https://github.com/mmuller88/influxdb-s3-backup/commit/65d60d0235c5b77d5978218cd8511e0550c726de))

### [0.0.14](https://github.com/mmuller88/influxdb-s3-backup/compare/v0.0.13...v0.0.14) (2021-01-22)


### Features

* add badges + mention docker hub ([f0920f2](https://github.com/mmuller88/influxdb-s3-backup/commit/f0920f2228df58a2c5c60edf854e8a0fe2d24f68))

### [0.0.13](https://github.com/mmuller88/influxdb-s3-backup/compare/v0.0.12...v0.0.13) (2021-01-20)


### Bug Fixes

* add arm docker push ([07a849a](https://github.com/mmuller88/influxdb-s3-backup/commit/07a849afb367afbf577478554b2cfebb0ec36865))

### [0.0.12](https://github.com/mmuller88/influxdb-s3-backup/compare/v0.0.11...v0.0.12) (2021-01-20)


Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
![Release](https://github.com/mmuller88/influxdb-s3-backup/workflows/Release/badge.svg)
![push-docker](https://github.com/mmuller88/influxdb-s3-backup/workflows/push-docker/badge.svg)

# influxdb-s3-backup

A docker container for backing up your InfluxDB to AWS S3. It works on a Raspberry Pi as well.

# Example
# Docker Hub

...
Released to [Docker Hub](https://hub.docker.com/repository/docker/damadden88/influxdb-s3-backup). Supported platforms: linux/amd64,linux/arm64

# Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bundledDependencies": [],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "0.0.12",
"version": "0.0.15",
"jest": {
"clearMocks": true,
"collectCoverage": true,
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.0.12"
"version": "0.0.15"
}

0 comments on commit 18aff0d

Please sign in to comment.