Skip to content

Commit

Permalink
add releasenote
Browse files Browse the repository at this point in the history
  • Loading branch information
keisku committed Apr 27, 2024
1 parent 1be85ef commit e03bead
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Each section from every release note are combined when the
# CHANGELOG.rst is rendered. So the text needs to be worded so that
# it does not depend on any information only available in another
# section. This may mean repeating some details, but each section
# must be readable independently of the other.
#
# Each section note must be formatted as reStructuredText.
---
enhancements:
- |
Add ``reason:deadlineexceeded`` and ``reason:backofflimitexceeded``
to ``kubernetes_state.container.status_report.count.terminated``.
Add ``reason`` tags to ``kubernetes_state.job.*``.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Each section from every release note are combined when the
# CHANGELOG.rst is rendered. So the text needs to be worded so that
# it does not depend on any information only available in another
# section. This may mean repeating some details, but each section
# must be readable independently of the other.
#
# Each section note must be formatted as reStructuredText.
---
enhancements:
- |
Add ``reason:deadlineexceeded`` and ``reason:backofflimitexceeded`` to
``kubernetes.containers.{state,last_status}.{terminated,waiting}``.

0 comments on commit e03bead

Please sign in to comment.