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

Commit

Permalink
Fix releasenotes path (#3434)
Browse files Browse the repository at this point in the history
* Fix releasenotes

Signed-off-by: Christian Kreuzberger <christian.kreuzberger@dynatrace.com>

* Update of release notes

Signed-off-by: Johannes <johannes.braeuer@dynatrace.com>

* Upgrade to 0.8.0

Signed-off-by: Johannes <johannes.braeuer@dynatrace.com>

Co-authored-by: Johannes <johannes.braeuer@dynatrace.com>
  • Loading branch information
christian-kreuzberger-dtx and johannes-b committed Mar 4, 2021
1 parent 8f30b86 commit 4523bbd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 299 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_branch.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
git checkout -b ${RELEASE_BRANCH_NAME}
- name: Copy release notes develop
run: cp releasenotes/releasenotes_develop.md releasenotes_V${{ github.event.inputs.versionName }}.md
run: cp releasenotes/releasenotes_develop.md releasenotes/releasenotes_V${{ github.event.inputs.versionName }}.md

- name: List changed files
run: git status
Expand Down
@@ -1,4 +1,4 @@
# Release Notes 0.8.0
# Release Notes 0.8.0-rc1

Keptn 0.8 improves the core use cases of continuous delivery and automated operations by implementing the new Shipyard version [v0.2](https://github.com/keptn/spec/tree/0.2.0). This new Shipard version has been proposed and refined in [KEP 06](https://github.com/keptn/enhancement-proposals/pull/6).

Expand Down
Expand Up @@ -32,7 +32,7 @@ Keptn 0.8 improves the core use cases of continuous delivery and automated opera

:star2: *Keptn CLI supports multiple Keptn installations*: The new Keptn CLI easies working with multiple Keptns since it recognizes switches between Kubernetes clusters and then asks for switching the context Keptn context too. Consequently, your CLI will be automatically connected to the Keptn running on another K8s cluster.

:star: *Deployment of custom Helm Charts*: An extension of the helm-service allows to deploy custom Helm Charts meaning that the Helm Chart can contain any custom resource and is not limited to a *Kubernetes service* and *deployment*. *Note:* When using this option, the automatic rollback capability of Keptn is not supported.
:star: *Deployment of custom Helm Charts*: An extension of the helm-service allows to deploy custom Helm Charts meaning that the Helm Chart can contain any custom resource and is not limited to a *Kubernetes service* and *deployment*. *Note:* When using this option, the automatic rollback capability of Keptn is not supported and the Helm Chart is not under control by Keptn. Consequently, this feature is currently marked as experimental.

:sparkles: *SLI breakdown displayed as a table in Keptn Bridge*: For the quality gates capabilities of Keptn, the SLI breakdown is now displayed as a table given a better overview of the individual results.

Expand Down Expand Up @@ -379,3 +379,6 @@ This section lists bugs and limitations that are known but not fixed in this rel
helm delete <HELM_RELEASE> -n <NAMESPACE>
```

## Upgrade to 0.8.0

- The upgrade from Keptn 0.7.3 to 0.8.0 is supported. Please find the documentation here: [Upgrade from Keptn 0.7.3 to 0.8.0](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-7-to-0-8)

0 comments on commit 4523bbd

Please sign in to comment.