cdk8s-team / cdk8s

Define Kubernetes native apps and abstractions using object-oriented programming
https://cdk8s.io
Apache License 2.0
4.29k stars 290 forks source link

Aggregated release notes #780

Open Chriscbr opened 2 years ago

Chriscbr commented 2 years ago

We should be able to generate complete changelogs for the core cdk8s and cdk8s+ packages and display them on the website. The current changelog viewing experience is not ideal since our repositories tend to have very frequent releases, and it takes a long time to identify versions that have new features or bug fixes. (See for example https://github.com/cdk8s-team/cdk8s-cli/releases)

github-actions[bot] commented 2 years ago

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

Almenon commented 8 months ago

Seconded. I'm trying to find what's changed since I last looked at cdk8s and I'm having a difficult time.

Is there any place I can go right now to see the changes in the last ~4 months? I suppose I can look at the PR's merged in 🤔

Almenon commented 8 months ago

Even that is harder said than done haha

https://i.imgur.com/muMHIaa.png

I switched over to the core repo and with a bit of github search magic I was able to filter out the auto-generated PR's to get the human ones: is:pr is:closed -label:auto-approve

https://github.com/cdk8s-team/cdk8s-core/pulls?q=is%3Apr+is%3Aclosed+-label%3Aauto-approve

This PR sounds pretty neat :D looks like cdk8 has been improving!