Skip to content

Commit

Permalink
Merge pull request #61 from kyma-project/fix/release
Browse files Browse the repository at this point in the history
preparing rel 0.0.7
  • Loading branch information
szeort authored Sep 3, 2024
2 parents 1ebac16 + d0d4b9e commit 5c3fa5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
shell: bash
run: |
gh release create "${VERSION}" --draft --notes-file RELEASE.md
gh release create "${VERSION}" -t "Release ${VERSION}" --draft --notes-file RELEASE.md
- name: Publish Release
env:
Expand Down
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# RELEASE version 0.0.4
# RELEASE version 0.0.7

# Prerequisites
* UAA set as OIDC provider
* Existing docker registry Or Docker registry kyma module deployed

# In this release
* API servicebinding.io installed
* CR OpenIDConnect installed in case CRD is found
* CR DockerRegistry installed in case CRD found and docker registry not provided
* Istio experimental Gateway API supported

0 comments on commit 5c3fa5d

Please sign in to comment.