replicated
replicated copied to clipboard
Release notes lines beginning with hashes are stripped from the output
If I try and put the release notes directly into the application.yaml file like this -
apiVersion: kots.io/v1beta1
kind: Application
metadata:
name: redgate-clone
spec:
title: Redgate Clone
icon: https://cloningcapability.z33.web.core.windows.net/redgate.png
releaseNotes: |
## 1.0.54848
#### Released on 2023-06-13
### Warnings
### Features
### Fixes
* Reduced default CPU request for Oracle clones
* Do stuff like `abc | def` or '
- and then I run a
replicated release create
, all the lines apart from the last two are stripped when I look at it in the vendor portal.
I see that the replicated release create
works and relesae notes are available in releases
but, when getting releases and showing on API GET /releases
releaseNotes
is not sending the whole information
I will check and update with more information.
/open
@RobClenshaw what version of replicated CLI are you using?
/pending
@RobClenshaw this should be resolved now. Let us know if you have any more problems.
/confirmation
Brilliant, that's fixed it! Many thanks.
/close