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

🌱 [WIP] hack: add weekly update script for Slack #8192

Closed
wants to merge 1 commit into from

Conversation

oscr
Copy link
Contributor

@oscr oscr commented Feb 27, 2023

What this PR does / why we need it:

This script generates the weekly updates that the comms team shares on Slack each week. This will make it simpler to create the messages and less chance of mistakes.

$ go run hack/tools/release/weekly.go --from 2023-02-20 --to 2023-02-26

Weekly update :rotating_light:
Changes from 2023-02-20 to 2023-02-26 a total of 35 new commits where merged into main.

- 1 Proposals :memo: 
	 - update autoscaling from zero proposal (#8036)

- 3 Breaking Changes :warning: 
	 - Add filter to associate variables with specific patches (#8128)
	 - in-place propagation from MD to MS (#8110)
	 - in-place propagation from MS to Machines (#8111)

- 2 Feature additions :sparkles:
	 - docs: fix command-line-tools links in book (#8162)
	 - Add support for KCP remediation during cluster provisioning (#7963)

- 5 Bug Fixes :bug: 
	 - MD controller: fix nil pointer when OnDelete policy is used (#8184)
	 - Fix flaky TestServerSideApplyWithDefaulting test (#8166)
	 - Requeue health check during the creation of a new cluster accessor (#8122)
	 - ClusterClass: run dry-run on original and modified object (#8139)
	 - KCP: fix rollout after upgrade (#8125)

- 16 Other changes :seedling:

- 8 Documentation and book contributions :book: 

All merged PRs can be viewed in GitHub:
https://github.com/kubernetes-sigs/cluster-api/pulls?q=is%3Apr+closed%3A2023-02-20..2023-02-27+is%3Amerged+milestone%3Av1.4+

_Thanks to all our contributors!_ 😊
/Your friendly comms release team

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign neolit123 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Feb 27, 2023
This script generates the weekly updates that the comms team shares on
Slack each week. This will make it simpler to create the messages and
less chance of mistakes.
@k8s-ci-robot
Copy link
Contributor

@oscr: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-e2e-informing-main 5fc601b link false /test pull-cluster-api-e2e-informing-main

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 28, 2023
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle rotten
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jun 27, 2023
@willie-yao
Copy link
Contributor

/remove-lifecycle rotten

@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Aug 28, 2023
@sbueringer
Copy link
Member

What is the state of this PR? Does someone want to take it over?

@oscr
Copy link
Contributor Author

oscr commented Aug 29, 2023

@sbueringer I am semi back from sick leave so honestly I'm not up to speed with current comms team. But given it's marked as rotten by them I'm going to close it.

@oscr oscr closed this Aug 29, 2023
@sbueringer
Copy link
Member

sbueringer commented Aug 29, 2023

Welcome back!

I think actually @willie-yao removed rotten and the bot just added it over time before

@willie-yao
Copy link
Contributor

Welcome back @oscr! I think the current comms team wanted to revive this PR and get it merged for generating weekly announcements. We can open a new PR if you'd prefer, or we can reopen the current PR.

@sbueringer
Copy link
Member

I think if you want to take it over you have to open a new PR as you don't have the permissions to push on this PR

@willie-yao
Copy link
Contributor

Opened #9343 to continue work on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. 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.

None yet

5 participants