-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add job creation timestamp to job annotations #4026
Comments
/sig apps |
/stage beta |
Hi @helayoty 👋, Enhancements team here! Just checking in as we approach enhancements freeze on 01:00 UTC Friday, 16th June 2023. This enhancement is targeting for stage Here's where this enhancement currently stands:
It looks like #4027 will address some of these issues. For this KEP, we would just need to update the following:
The status of this enhancement is marked as |
@npolshakova This section requires to have reviewers from the |
Hello @helayoty 👋, 1.28 Docs Lead here. Could you please follows the steps here to open a PR against Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. Thank you! |
Hi @Rishit-dagli , PR has been created. kubernetes/website#41857 |
BTW, there is a typo in the KEP path: https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/4026-crojob-scheduled-timestamp-annotation |
Hey again @helayoty 👋 Just checking in as we approach Code freeze at 01:00 UTC Friday, 19th July 2023 . Here’s the enhancement’s state for the upcoming code freeze:
Also please let me know if there are other PRs in k/k we should be tracking for this KEP. As always, we are here to help if any questions come up. Thanks! |
@npolshakova all the PRs are listed in the issue description, we try to keep up-to-date, the only one remaining PR is docs kubernetes/website#41857 but that shouldn't block atm. |
Hey @helayoty 👋 Enhancements Lead here, |
/remove-label lead-opted-in |
Hello 👋 1.30 Enhancements Lead here, I'm closing milestone 1.28 now, /milestone clear |
@helayoty are you able to work on graduating this to GA in 1.30? |
Hello @helayoty 👋, v1.32 Enhancements team here. Just checking in as we approach enhancements freeze on 02:00 UTC Friday 11th October 2024 / 19:00 PDT Thursday 10th October 2024. This enhancement is targeting for stage Here's where this enhancement currently stands:
For this KEP, we would need to update the following:
The status of this enhancement is marked as If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you! |
@shecodesmagic #4868 should handle all of the above. |
@soltysh sounds good. Once that's merged we can mark it as tracked. |
@soltysh Here’s where this enhancement currently stands:
With all the KEP requirements in place and merged into k/enhancements, this enhancement is all good for the upcoming enhancements freeze. 🚀 The status of this enhancement is marked as |
Hello @helayoty 👋, 1.32 Docs Shadow here. |
Hello @helayoty 👋 from the v1.32 Communications Team! To opt-in, let us know and open a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog see the blog contribution guidelines. |
Hello @helayoty 👋, Just a reminder to open a placeholder PR against dev-1.32 branch in the k/website repo for this (steps available here). The deadline for this is 4 days away at Thursday October 24, 2024 18:00 PDT. Thanks, |
Draft opened at kubernetes/website#48498 |
Hello @helayoty , this is a reminder for the feature blog post! We'd love for you to consider writing a feature blog about your enhancement! Some reasons why you might want to write a blog for this feature include (but are not limited to) if this introduces breaking changes, is important to our users, or has been in progress for a long time and is graduating. To opt-in, let us know and open a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog see the blog contribution guidelines. Please feel free to reach out if you have any questions! |
Hello @helayoty @soltysh 👋, Enhancements team here (again 😁 ) With all the implementation(code related) PRs merged as per the issue description:
This enhancement is now marked as Please note that KEPs targeting |
Hey @rashansmith, we believe the feature is so small that it's not worth pushing for a blog post about it. |
…rmation to CronJob page ### Description Add `batch.kubernetes.io/cronjob-scheduled-timestamp` annotation information to CronJob page ### Issue [kubernetes/enhancements#4026](kubernetes/enhancements#4026)
…rmation to CronJob page ### Description Add `batch.kubernetes.io/cronjob-scheduled-timestamp` annotation information to CronJob page ### Issue [kubernetes/enhancements#4026](kubernetes/enhancements#4026)
…rmation to CronJob page ### Description Add `batch.kubernetes.io/cronjob-scheduled-timestamp` annotation information to CronJob page ### Issue [kubernetes/enhancements#4026](kubernetes/enhancements#4026)
Hi @helayoty @soltysh, 👋 1.33 Enhancements lead here, Now that this KEP has graduated to |
/remove-label lead-opted-in |
Done in #5056. I'll close the issue once we get that PR merged. |
/close |
@soltysh: Closing this issue. In response to this:
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-sigs/prow repository. |
Enhancement Description
JobCreationTimestampAnnotation
to the batch API.Note: We will release the feature directly in the
Beta
state since there is no benefit in having an alpha release, as we are simply adding a new annotation which is very little risk (unlike removing anexisting one).
k/enhancements
) update PR(s): KEP-4026: Add new annotation for job creation timestamp #4027k/k
) update PR(s): feat: Append job creation timestamp to cronjob annotations kubernetes#118137k/enhancements
) update PR(s): KEP 4026: promote to stable #4868k/k
) update PR(s):e2e: add test covering cronjob-scheduled-timestamp annotation added by cronjob kubernetes#127589
Promote job creation timestamp annotation to stable kubernetes#128336
k/website
) update(s):Add batch.kubernetes.io/cronjob-scheduled-timestamp annotation information to cronjob page website#48498Addbatch.kubernetes.io/cronjob-scheduled-timestamp
annotation information to CronJob page website#48860The text was updated successfully, but these errors were encountered: