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

Release v0.28.0 on June 01, 2022 #1301

Closed
9 tasks done
haarchri opened this issue May 11, 2022 · 9 comments
Closed
9 tasks done

Release v0.28.0 on June 01, 2022 #1301

haarchri opened this issue May 11, 2022 · 9 comments
Assignees
Labels

Comments

@haarchri
Copy link
Member

haarchri commented May 11, 2022

Checklist

  • Create the new release branch with minor version, i.e. release-0.28 for v0.28.0.
    • You can use the existing branch for patch releases.
  • Tag release by running Tag action in Github UI against release branch, i.e. release-X branch.
    • Use v-prefixed version, like v0.28.0, for both description and tag.
  • Run CI action against release branch.
  • Tag the next pre-release by running Tag action in Github UI against master branch, if it's not a patch release.
    • The tag should be v0.29.0-rc.0 if you're releasing v0.28.x.
  • Validate that you can install the published version, basic sanity check.
  • Run Promote action to promote it in alpha channel if it's pre-1.0.
  • Use Github UI to generate release notes.
    • Make sure to scan all PRs marked with breaking-change and add instructions for users to handle them.
  • Create the next release issue with a title that has its date, 4 weeks after the current release day.
  • Announce in Slack, Twitter etc.
@muvaf muvaf self-assigned this Jun 2, 2022
@muvaf
Copy link
Member

muvaf commented Jun 2, 2022

I'll work on this today.

@haarchri
Copy link
Member Author

haarchri commented Jun 2, 2022

@muvaf we have one Blocker with AssumeRole between 0.25 and master looks like go-sdk-v1 resources not working

@muvaf
Copy link
Member

muvaf commented Jun 2, 2022

@haarchri Is there an issue describing the problem? Do you mean IRSA has not been working for sdk-v1 based resources for the couple last releases?

@haarchri
Copy link
Member Author

haarchri commented Jun 3, 2022

Looks like we have the following issues:
#1334 #1289 #1278

could be related to #1240

@muvaf
Copy link
Member

muvaf commented Jun 5, 2022

Opened #1340 to unblock.

@muvaf
Copy link
Member

muvaf commented Jun 8, 2022

@haarchri The PR is merged but I don't think I'll have time this week to complete the release with proper release notes. Do you mind taking over?

@haarchri
Copy link
Member Author

i will start with release v0.26.2, v0.27.1 and v0.28.0

@haarchri
Copy link
Member Author

basic check:

kubectl get pkgrev                   
NAME                                                           HEALTHY   REVISION   IMAGE                             STATE    DEP-FOUND   DEP-INSTALLED   AGE
providerrevision.pkg.crossplane.io/provider-aws-600a696e071d   True      1          crossplane/provider-aws:v0.28.0   Active                               7m
kubectl get providers                
NAME           INSTALLED   HEALTHY   PACKAGE                           AGE
provider-aws   True        True      crossplane/provider-aws:v0.28.0   7m
 kubectl get pods -n crossplane-system
NAME                                         READY   STATUS    RESTARTS   AGE
crossplane-54f76b576b-zlh7z                  1/1     Running   0          21d
crossplane-rbac-manager-65c7c79c79-54gpj     1/1     Running   0         21d
provider-aws-600a696e071d-7b6c755496-9b9gd   1/1     Running   0          7m

@muvaf
Copy link
Member

muvaf commented Jun 10, 2022

Thank you so much @haarchri !!!

@muvaf muvaf assigned haarchri and unassigned muvaf Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants