Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

add announcement for EoL #1661

Merged
merged 1 commit into from
Dec 7, 2023
Merged
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
2 changes: 2 additions & 0 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
{{ end }}
{{ end }}

<div class="note unsupported">Keptn v1 will be EOL December 22, 2023. For more information see <a href="https://bit.ly/keptn">https://bit.ly/keptn</a></div>

{{ if $unsupported }}
<div class="note unsupported">{{ $unsupported }}</div>
{{ end }}
Expand Down