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

chore: update to cert-manger 1.15 #108

Merged

Conversation

ThatsMrTalbot
Copy link
Contributor

Also included are some fixes to the Makefile and python scripts to make them work on my machine including:

  • Adding && \ to the Makefile in cases where a cd is used
  • Fixing up the python to print strings in a nice way
  • Removing the python to clear down CRD descriptions (no longer needed)
  • Adding python to remove the new helm annotation that appears on the CRD
  • Adding some lines to the gitignore so it ignores python venv files/folders

Signed-off-by: Adam Talbot adam.talbot@venafi.com

Also included are some fixes to the Makefile and python scripts to make them work on my machine including:

- Adding `&& \` to the Makefile in cases where a `cd` is used
- Fixing up the python to print strings in a nice way
- Removing the python to clear down CRD descriptions (no longer needed)
- Adding python to remove the new helm annotation that appears on the CRD
- Adding some lines to the gitignore so it ignores python venv files/folders

Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
@cert-manager-prow cert-manager-prow bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jun 6, 2024
@ThatsMrTalbot ThatsMrTalbot requested a review from wallrj June 6, 2024 11:50
@ThatsMrTalbot
Copy link
Contributor Author

Ah, cmctl has moved out of cm/cm. I'll add a fix for that

Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
@ThatsMrTalbot ThatsMrTalbot force-pushed the chore/cert-manger-1.15 branch from 5185952 to f02940e Compare June 6, 2024 12:36
Copy link
Member

@wallrj wallrj left a comment

Choose a reason for hiding this comment

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

Thanks for fixing things up.

I've recreated my WSL dev environment since I last ran these scripts and I discovered there a couple of python modules that I needed to install.

python3 -m venv venv
source venv/bin/activate
pip install semver pyyaml
make bundle-generate

It produced same changes as in this PR (except timestamps).

The sooner we switch this to the makefile-modules olm module, the better.

/lgtm

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 6, 2024
@cert-manager-prow
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wallrj

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

The pull request process is described here

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

@cert-manager-prow cert-manager-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 6, 2024
@cert-manager-prow cert-manager-prow bot merged commit 3723cb5 into cert-manager:master Jun 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants