Skip to content

docs: add v0.2.0 release notes#141

Closed
AvineshTripathi wants to merge 4 commits intokubernetes-sigs:mainfrom
AvineshTripathi:release-v0.2.0
Closed

docs: add v0.2.0 release notes#141
AvineshTripathi wants to merge 4 commits intokubernetes-sigs:mainfrom
AvineshTripathi:release-v0.2.0

Conversation

@AvineshTripathi
Copy link
Contributor

related to #136

will add more description later!

@netlify
Copy link

netlify bot commented Feb 28, 2026

Deploy Preview for node-readiness-controller ready!

Name Link
🔨 Latest commit e79617f
🔍 Latest deploy log https://app.netlify.com/projects/node-readiness-controller/deploys/69a7b5bb1b07a40008f6bffc
😎 Deploy Preview https://deploy-preview-141--node-readiness-controller.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 28, 2026
To install the controller, apply the `install.yaml` manifest for this version:

```sh
kubectl apply -f https://github.com/kubernetes-sigs/node-readiness-controller/releases/download/v0.2.0/install.yaml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question:

We recently introduced support for metrics and webhooks. However, in previous releases, we only provided a default install.yaml. Should we start publishing multiple versions of install.yaml like metrics-intall.yaml, or should users continue building their own from the source code?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could certainly add additional manifests in this release.

How about something like, install-with-secure-metrics.yaml?

I think we should also ensure we update our installation documentation flow for completeness.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want the documentation changes to be part of this branch, or do we create a new one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ajaysundark added here 6b3ee84

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggested an alternate for the published manifests. PTAL.
also, does this PR merge to new branch? seems to be still merging to main.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, does this PR merge to new branch? seems to be still merging to main.

i am a little confused here. which branch should it be pointing too?

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 1, 2026
To install the controller, apply the `install.yaml` manifest for this version:

```sh
kubectl apply -f https://github.com/kubernetes-sigs/node-readiness-controller/releases/download/v0.2.0/install.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggested an alternate for the published manifests. PTAL.
also, does this PR merge to new branch? seems to be still merging to main.

@ajaysundark
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 3, 2026
@ajaysundark
Copy link
Contributor

/approve

Thanks!

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 3, 2026
@ajaysundark
Copy link
Contributor

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 3, 2026
@ajaysundark
Copy link
Contributor

@AvineshTripathi I added hold for you to continue on rest of the release flow as you progress. Please feel free to unhold this whenever you're ready to publish this.

Signed-off-by: AvineshTripathi <avineshtripathi1@gmail.com>
…metrics, and webhooks, alongside updated documentation.

Signed-off-by: AvineshTripathi <avineshtripathi1@gmail.com>
This commit simplifies the published manifests down to 'install.yaml' and 'install-full.yaml'.

Co-authored-by: ajaysundar.k <ajaysundar.k@gmail.com>

Signed-off-by: AvineshTripathi <avineshtripathi1@gmail.com>
Signed-off-by: AvineshTripathi <avineshtripathi1@gmail.com>
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 4, 2026
Copy link
Contributor

@ajaysundark ajaysundark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AvineshTripathi Instead of this triggering v0.2.1 patch release from main, I'm wondering if it's cleaner to just create a followup v0.3.0 release with other changes?

I'm prefering this as this commit is required only for publishing new artifacts. I'll do that manually from main after this PR is merged.

We will plan v0.3.0 picking up 6fa1e93 and other changes after. wdyt?

TODO: please revert the VERSION changes so we can merge this as-is in main for v0.2.0.


This page details the official releases of the Node Readiness Controller.

## v0.2.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs now point to v0.2.0 but we are managing a v0.2.1 release, and leaving a hanging v0.2.0 :/

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: AvineshTripathi
Once this PR has been reviewed and has the lgtm label, please ask for approval from ajaysundark. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 4, 2026
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 5, 2026
@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ajaysundark
Copy link
Contributor

This PR has been split into two and merged as discussed offline

/close

@k8s-ci-robot
Copy link
Contributor

@ajaysundark: Closed this PR.

Details

In response to this:

This PR has been split into two and merged as discussed offline

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants