replicated icon indicating copy to clipboard operation
replicated copied to clipboard

Release notes lines beginning with hashes are stripped from the output

Open RobClenshaw opened this issue 1 year ago • 5 comments

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. image

RobClenshaw avatar Jun 14 '23 08:06 RobClenshaw

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

pavansokkenagaraj avatar Jun 14 '23 16:06 pavansokkenagaraj

@RobClenshaw what version of replicated CLI are you using?

/pending

divolgin avatar Jun 14 '23 20:06 divolgin

@RobClenshaw this should be resolved now. Let us know if you have any more problems.

/confirmation

divolgin avatar Jun 15 '23 01:06 divolgin

Brilliant, that's fixed it! Many thanks.

RobClenshaw avatar Jun 15 '23 08:06 RobClenshaw

/close

divolgin avatar Jun 15 '23 21:06 divolgin