Skip to content

Commit

Permalink
Update ChangeLog and bump version for v1.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Apr 3, 2024
1 parent bbe965c commit 6f5d694
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Change Log
All notable changes to the project are documented in this file.


[v1.3][] - 2024-04-03
---------------------

### Changes
- If started with `-c` and FIFO already exists, it is first removed
- If started with `-c` the FIFO is removed at program exit

### Fixes
- Change from blocking `fgets()` to `poll()` to respond to signals.
This means releases prior to this did not exit on SIGTERM


[v1.2][] - 2024-02-19
---------------------

Expand Down Expand Up @@ -34,3 +46,7 @@ logging container main PID.
[RFC3164]: https://datatracker.ietf.org/doc/html/rfc3164
[RFC5424]: https://datatracker.ietf.org/doc/html/rfc5424
[sysklogd]: https://github.com/troglobit/sysklogd

[v1.3]: https://github.com/kernelkit/k8s-logger/compare/v1.2...v1.3
[v1.2]: https://github.com/kernelkit/k8s-logger/compare/v1.1...v1.2
[v1.1]: https://github.com/kernelkit/k8s-logger/compare/v1.0...v1.1
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([k8s-logger],[1.2],[https://github.com/kernelkit/k8s-logger/issues])
AC_INIT([k8s-logger],[1.3],[https://github.com/kernelkit/k8s-logger/issues])

AC_CONFIG_AUX_DIR(.aux)
AM_INIT_AUTOMAKE([1.11 foreign])
Expand Down

0 comments on commit 6f5d694

Please sign in to comment.