Skip to content

Commit

Permalink
Bump docker image version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
penhouetp committed Nov 16, 2023
1 parent 992004b commit bb2c7da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
push: true
tags: |
ghcr.io/sekoia-io/sekoiaio-docker-concentrator:latest
ghcr.io/sekoia-io/sekoiaio-docker-concentrator:2.0
ghcr.io/sekoia-io/sekoiaio-docker-concentrator:2.1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes with sekoiaio concentrator will be documented in this file.

## [2.1]

- Add local timestamp in rsyslog header instead of received timestamp

## [2.0]

- Manage syslog RFC 3164 (only 5424 in 1.0 version)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
rsyslog:
image: ghcr.io/sekoia-io/sekoiaio-docker-concentrator:2.0
image: ghcr.io/sekoia-io/sekoiaio-docker-concentrator:2.1
environment:
- MEMORY_MESSAGES=2000000
- DISK_SPACE=180g
Expand Down

0 comments on commit bb2c7da

Please sign in to comment.