Skip to content

Release notes for cert-manager v1.18.0-alpha.0#1690

Merged
cert-manager-prow[bot] merged 3 commits intocert-manager:release-nextfrom
wallrj:cert-manager-1.18.0-alpha.0
May 15, 2025
Merged

Release notes for cert-manager v1.18.0-alpha.0#1690
cert-manager-prow[bot] merged 3 commits intocert-manager:release-nextfrom
wallrj:cert-manager-1.18.0-alpha.0

Conversation

@wallrj
Copy link
Copy Markdown
Member

@wallrj wallrj commented May 13, 2025

Preview: https://deploy-preview-1690--cert-manager.netlify.app/docs/releases/release-notes/release-notes-1.18#v1180

I generated the release notes with the following script, derived from the release-process instructions:

#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
set -o xtrace

export RELEASE_VERSION=v1.18.0-alpha.0
export START_TAG=v1.17.0
export END_REV=master
export BRANCH=master

git fetch origin $BRANCH
export START_SHA="$(git rev-list --reverse --ancestry-path $(git merge-base $START_TAG $BRANCH)..$BRANCH | head -1)"
release-notes --debug --repo-path cert-manager \
              --org cert-manager --repo cert-manager \
              --required-author "cert-manager-prow[bot]" \
              --markdown-links=true \
              --dependencies=false \
              --org cert-manager \
              --repo cert-manager \
              --format markdown \
              --output github-release-description.md

sed < github-release-description.md > website-release-description.md \
          -E \
          -e 's/dependabot\[bot\]/DEPENDABOT_PLACEHOLDER/g' \
          -e 's/\[([^]]+)\]/[`\1`]/g' \
          -e 's/DEPENDABOT_PLACEHOLDER/depandabot[bot]/g'

See https://kubernetes.slack.com/archives/CDEQJ0Q8M/p1747141421986759

@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/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 13, 2025
@wallrj wallrj requested a review from Copilot May 13, 2025 14:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the release notes for cert-manager v1.18.0-alpha.0. The changes include new feature announcements, dependency and bug fixes addressing several CVEs, and documentation improvements.

Comments suppressed due to low confidence (3)

content/docs/releases/release-notes/release-notes-1.18.md:91

  • Remove the TODO placeholder in the Feature section since actual feature details have been added.
-TODO

content/docs/releases/release-notes/release-notes-1.18.md:106

  • Remove the TODO placeholder in the Documentation section after providing the fix for comments.
-TODO

content/docs/releases/release-notes/release-notes-1.18.md:124

  • Remove the TODO placeholder in the Other (Cleanup or Flake) section after adding the GA promotion for the feature.
-TODO

@wallrj wallrj closed this May 14, 2025
@wallrj wallrj reopened this May 14, 2025
Signed-off-by: Richard Wall <richard.wall@venafi.com>
@wallrj wallrj force-pushed the cert-manager-1.18.0-alpha.0 branch from 3748f9f to 058e935 Compare May 14, 2025 11:05
@netlify
Copy link
Copy Markdown

netlify bot commented May 14, 2025

Deploy Preview for cert-manager ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 07cd3d5
🔍 Latest deploy log https://app.netlify.com/sites/cert-manager/deploys/6824ad5fce78b20008162bad
😎 Deploy Preview https://deploy-preview-1690--cert-manager.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 site configuration.

@wallrj wallrj requested a review from inteon May 14, 2025 11:09
@inteon inteon requested a review from Copilot May 14, 2025 12:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the release notes for cert-manager v1.18.0-alpha.0 by including newly generated content from the release note generation script.

  • Adds multiple feature, documentation, bug/regression, and cleanup changes with corresponding PR references.
  • Updates release notes sections with detailed change descriptions for upcoming cert-manager releases.
Comments suppressed due to low confidence (4)

content/docs/releases/release-notes/release-notes-1.18.md:91

  • Remove the TODO placeholder from the 'Feature' section if it is no longer needed to avoid confusion.
    -TODO

content/docs/releases/release-notes/release-notes-1.18.md:106

  • Remove the TODO placeholder from the 'Documentation' section if it is no longer needed.
    -TODO

content/docs/releases/release-notes/release-notes-1.18.md:110

  • Remove the TODO placeholder from the 'Bug or Regression' section to clean up the release notes.
    -TODO

content/docs/releases/release-notes/release-notes-1.18.md:124

  • Remove the TODO placeholder from the 'Other (Cleanup or Flake)' section if it is no longer needed.
    -TODO

wallrj and others added 2 commits May 14, 2025 15:48
Co-authored-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Richard Wall <wallrj@users.noreply.github.com>
Co-authored-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Signed-off-by: Richard Wall <wallrj@users.noreply.github.com>
@inteon
Copy link
Copy Markdown
Member

inteon commented May 15, 2025

/approve
/lgtm

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label May 15, 2025
@cert-manager-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: inteon

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

The pull request process is described 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

@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 May 15, 2025
@cert-manager-prow cert-manager-prow bot merged commit e4db88b into cert-manager:release-next May 15, 2025
7 checks passed
@wallrj wallrj deleted the cert-manager-1.18.0-alpha.0 branch May 15, 2025 10:55
@wallrj wallrj mentioned this pull request Jun 10, 2025
11 tasks
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/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants