Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Support jobs #205

Merged
merged 7 commits into from
Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@
== 0.4.0 - unreleased

:188: https://github.com/stackabletech/agent/pull/188[#188]
:205: https://github.com/stackabletech/agent/pull/205[#205]

=== Added
* Annotation `featureLogs` added to the pods to indicate if logs can be
retrieved with `kubectl logs` ({188}).

=== Changed
* Restart setting in systemd units removed because the agent already
monitors the units and restarts them according to the restart policy
in the pod spec ({205}).

=== Fixed
* Pods with restart policy `Never` handled correctly ({205}).

== 0.3.0 - 2021-05-27

:165: https://github.com/stackabletech/agent/pull/165[#165]
Expand Down
Loading