-
Notifications
You must be signed in to change notification settings - Fork 758
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
chore: Prepare v3.16.0-beta.0 release #3256
Conversation
Signed-off-by: GitHub <noreply@github.com>
If you want to deploy a released version of Gatekeeper in your cluster with a prebuilt image, then you can run the following command: | ||
|
||
```sh | ||
kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.16.0-beta.0/deploy/gatekeeper.yaml |
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.
Shouldn't this be v3.15.0? @sozercan
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.
may be NEW_VERSION
in this fix still points to beta? 🤔
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.
@JaydipGabani can you pls push an update for this PR to address these?
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.
Sure!
If you used a prebuilt image to deploy Gatekeeper, then you can delete all the Gatekeeper components with the following command: | ||
|
||
```sh | ||
kubectl delete -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper/v3.16.0-beta.0/deploy/gatekeeper.yaml |
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.
same
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com> Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
1a71dae
to
56b57fd
Compare
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3256 +/- ##
==========================================
+ Coverage 54.49% 54.52% +0.02%
==========================================
Files 134 134
Lines 12329 12329
==========================================
+ Hits 6719 6722 +3
+ Misses 5117 5114 -3
Partials 493 493
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com> Signed-off-by: Sertac Ozercan <sozercan@gmail.com> Co-authored-by: ritazh <ritazh@users.noreply.github.com> Co-authored-by: Jaydipkumar Arvindbhai Gabani <gabanijaydip@gmail.com> Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
Automated changes by create-pull-request GitHub action