Skip to content

Add a 1.6 release notes document#730

Merged
jetstack-bot merged 4 commits intocert-manager:release-nextfrom
wallrj:release-notes-1.6
Oct 27, 2021
Merged

Add a 1.6 release notes document#730
jetstack-bot merged 4 commits intocert-manager:release-nextfrom
wallrj:release-notes-1.6

Conversation

@wallrj
Copy link
Member

@wallrj wallrj commented Oct 27, 2021

Release notes for cert-manager 1.6

@jetstack-bot jetstack-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. labels Oct 27, 2021
@netlify
Copy link

netlify bot commented Oct 27, 2021

✔️ Deploy Preview for cert-manager-website ready!

🔨 Explore the source changes: 323cf86

🔍 Inspect the deploy log: https://app.netlify.com/sites/cert-manager-website/deploys/617979b0c136ff0007faa7b8

😎 Browse the preview: https://deploy-preview-730--cert-manager-website.netlify.app/docs/release-notes/release-notes-1.6

@jetstack-bot jetstack-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 27, 2021
@wallrj wallrj removed the do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. label Oct 27, 2021
@jetstack-bot jetstack-bot added the do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. label Oct 27, 2021
@wallrj wallrj added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager label Oct 27, 2021
@jetstack-bot jetstack-bot removed the do-not-merge/cherry-pick-not-approved Indicates that a PR is not yet approved to merge into a release branch. label Oct 27, 2021
@jakexks
Copy link
Member

jakexks commented Oct 27, 2021

Ah, I had a WIP branch for this too: master...jakexks:release-notes-v1.6

We should merge these together 😄

@jetstack-bot jetstack-bot added dco-signoff: no Indicates that at least one commit in this pull request is missing the DCO sign-off message. and removed dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. labels Oct 27, 2021
@wallrj wallrj force-pushed the release-notes-1.6 branch from 53a485c to d26dd57 Compare October 27, 2021 13:59
@jetstack-bot jetstack-bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. and removed dco-signoff: no Indicates that at least one commit in this pull request is missing the DCO sign-off message. labels Oct 27, 2021
@wallrj wallrj force-pushed the release-notes-1.6 branch from d26dd57 to e038c5e Compare October 27, 2021 14:03
@wallrj wallrj changed the title WIP: Add a 1.6 release notes document Add a 1.6 release notes document Oct 27, 2021
@jetstack-bot jetstack-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 27, 2021
* Release notes for version 1.6
* A note about the JKS minimum password length breaking change

Co-authored-by: Jake Sanders <i@am.so-aweso.me>
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
@wallrj wallrj force-pushed the release-notes-1.6 branch from e038c5e to adbc821 Compare October 27, 2021 14:13
Copy link
Member

@erikgb erikgb left a comment

Choose a reason for hiding this comment

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

LGTM, at least the wording for the issue with short password for JKS keystores.

Copy link
Member

@jakexks jakexks left a comment

Choose a reason for hiding this comment

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

Soft approval on wording.

A link to the cmctl docs (pending merge) needs to be added

@jetstack-bot jetstack-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 27, 2021
And sort the word list

Signed-off-by: Richard Wall <richard.wall@jetstack.io>
@jetstack-bot jetstack-bot 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 Oct 27, 2021
@jetstack-bot jetstack-bot added dco-signoff: no Indicates that at least one commit in this pull request is missing the DCO sign-off message. and removed dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. labels Oct 27, 2021
Co-authored-by: Maël Valais <mael@vls.dev>
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
@wallrj wallrj force-pushed the release-notes-1.6 branch from ded320a to 0151ff9 Compare October 27, 2021 15:31
@jetstack-bot jetstack-bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. and removed dco-signoff: no Indicates that at least one commit in this pull request is missing the DCO sign-off message. labels Oct 27, 2021
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
Copy link
Member

@jakexks jakexks left a comment

Choose a reason for hiding this comment

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

/lgtm

@jetstack-bot jetstack-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 27, 2021
@jetstack-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: erikgb, jakexks, wallrj

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

@@ -1,307 +1,321 @@
(sub)domains
Copy link
Member Author

Choose a reason for hiding this comment

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

I sorted these words to make it easier to find existing variations on words which triggered the spell check errors.

as an unintended side effect of [upgrading keystore-go from `v2` to `v4`][jks-keystore-upgrade-pr].
If you are using a shorter password, certificates will fail to renew,
and the only observable error will be in the cert-manager logs.
We are discussing the best remediation for a future `v1.6.1` release.
Copy link
Member Author

Choose a reason for hiding this comment

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

I copied @jakexks 's words from the cert-manager/cert-manager release page.

@jetstack-bot jetstack-bot merged commit bb38621 into cert-manager:release-next Oct 27, 2021
@wallrj wallrj deleted the release-notes-1.6 branch October 27, 2021 16:16
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. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager 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/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.

5 participants