-
-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: nick powell <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# The YAML in this file should contain: | ||
# | ||
# changelog: An (optional) URL to the CHANGELOG for the product. | ||
# items: An array of releases with the following attributes: | ||
# - version: The (optional) version number of the release, if applicable. | ||
# - date: The date of the release in the format YYYY-MM-DD. | ||
# - notes: An array of noteworthy changes included in the release, each having the following attributes: | ||
# - type: The type of change, one of `bugfix`, `feature`, `security` or `change`. | ||
# - title: A short title of the noteworthy change. | ||
# - body: >- | ||
# Two or three sentences describing the change and why it | ||
# is noteworthy. This is HTML, not plain text or | ||
# markdown. It is handy to use YAML's ">-" feature to | ||
# allow line-wrapping. | ||
# - image: >- | ||
# The URL of an image that visually represents the | ||
# noteworthy change. This path is relative to the | ||
# `release-notes` directory; if this file is | ||
# `FOO/releaseNotes.yml`, then the image paths are | ||
# relative to `FOO/release-notes/`. | ||
# - docs: The path to the documentation page where additional information can be found. | ||
# - href: A path from the root to a resource on the getambassador website, takes precedence over a docs link. | ||
# | ||
# For older changes, see CHANGELOG.OLD.md | ||
|
||
docTitle: Telepresence Release Notes | ||
docDescription: >- | ||
Release notes for Telepresence by Ambassador Labs, a CNCF project | ||
that enables developers to iterate rapidly on Kubernetes | ||
microservices by arming them with infinite-scale development | ||
environments, access to instantaneous feedback loops, and highly | ||
customizable development environments. | ||
items: |