Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes lines beginning with hashes are stripped from the output #265

Open
RobClenshaw opened this issue Jun 14, 2023 · 5 comments
Open

Comments

@RobClenshaw
Copy link

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 RobClenshaw changed the title Release notes lines beginning with hashes are stripped from the Release notes lines beginning with hashes are stripped from the output Jun 14, 2023
@pavansokkenagaraj
Copy link
Contributor

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

@divolgin
Copy link
Member

@RobClenshaw what version of replicated CLI are you using?

/pending

@divolgin
Copy link
Member

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

/confirmation

@RobClenshaw
Copy link
Author

Brilliant, that's fixed it! Many thanks.

@divolgin
Copy link
Member

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants