Skip to content

Commit

Permalink
🔖 v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Nov 4, 2021
1 parent e371e9d commit f5940ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).


# 1.0.5 - 2020-03-06
# 1.0.6 - 2021-11-04
## Added

## Fixed

## Changed
- Upgraded docker image to debian:bullseye-slim


# 1.0.5 - 2021-03-06
## Added
- Include an optional TLS termination proxy as part of the `docker-compose`
setup (requires setting `ZEITGITTER_DOMAIN` in addition to
Expand All @@ -20,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
Docker image is affected by the modifications leading up to v1.0.5


# 1.0.4 - 2020-03-05
# 1.0.4 - 2021-03-05
## Added
- `--upstream-sleep` allows to sleep between upstream timestamps, e.g.
to ensure a consistent ordering of cross-timestamping events for each
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ QEMUDETECT = /proc/sys/fs/binfmt_misc/qemu-m68k
# for anything else, output nothing
BASETAG = zeitgitter/zeitgitter
VERSIONTAGS = $(shell sed -n -e 's,^VERSION = .\(\([0-9].[0-9]\).[0-9]\).$$,-t ${BASETAG}:\1 -t ${BASETAG}:\2,p' zeitgitter/version.py)
# debian:buster-slim also supports
# debian:bullseye-slim also supports
# linux/arm64/v8,linux/mips64le,linux/ppc64le,linux/s390x. If there is demand,
# I'll happily add them to the default build.
PLATFORMS = linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
Expand Down
2 changes: 1 addition & 1 deletion zeitgitter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

VERSION = '1.0.5'
VERSION = '1.0.6'

0 comments on commit f5940ea

Please sign in to comment.