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

chore: update README.md #617

Merged
merged 1 commit into from
Dec 21, 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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

<img src="./gopher.png" alt="go-utils-gopher" width="210"/>

## Keptn V1 has reached end of life on December 22nd, 2023 and has been replaced.

This repository contains packages for common functionality around the [Keptn Project](https://github.com/keptn).
Please post any issues to [keptn/keptn repository](https://github.com/keptn/keptn/issues) and label them
with `area:go-utils`.
Expand Down Expand Up @@ -173,4 +175,4 @@ fmt.Println(*eventContext.KeptnContext)
The GO models for the Keptn API can be used by importing: `github.com/keptn/go-utils/pkg/api/models`.

Further, the GO models for e.g. the shipyard `yaml` etc. can be used by
importing: `github.com/keptn/go-utils/pkg/lib/v0_2_0`
importing: `github.com/keptn/go-utils/pkg/lib/v0_2_0`
Loading