-
Notifications
You must be signed in to change notification settings - Fork 55
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
jobs/sync-stream-metadata: also sync release notes #501
Conversation
Requires: coreos/fedora-coreos-streams#477 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We now have coreos/fedora-coreos-streams#477 in so we should get this one in |
This needs to convert the YAML to JSON for the release notes. |
Ping @dustymabe @jlebon |
I've updated the code to do the conversion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Now that we have release notes in the streams repo, convert them from YAML to JSON and sync them to S3 from which the website will fetch it just like stream metadata.
Probably should have another lookover before merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! |
Now that we have release notes in the streams repo, also start syncing
it to S3 from which the website will fetch it just like stream metadata.
This will trigger a
stream.metadata.update
message even if onlyrelease notes changed. I'm not aware of any consumers of this today, but
still eventually we should probably split stream/updates/release notes
into separate messages.