You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
An option to track the last time a zarf package was updated. We are forced to comply with strict policies around patching and its always a pain to prove the last patch date to show we are in compliance. If zarf provided an additional column to zarf package list that shows its initial deployment date and last updated date then life would be made easy for those who work in the environments Zarf is targeting.
Describe the solution you'd like
Given a state - A zarf package is deployed/updated
When an action is taken - zarf package list is executed maybe with a flag or an info subcommand
Then something happens - Zarf shows all the packages deployed to the cluster along with their last patch date
Describe alternatives you've considered
There are other ways to do this for sure but having the information built into zarf natively would be amazing
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Since moving to v0.42.2 we now have time stamps on the package secrets created for each package deploy. The Zarf secret for each package now creates a managedFields key for each of the package secrets. These managedFields show include the timestamp of when the package was created. See the timestamp with k get secrets -n zarf zarf-package-example --show-managed-fields -o yaml. There is also a .creationTimestamp field under .metadata. This at least makes it possible to get the data.
Is your feature request related to a problem? Please describe.
An option to track the last time a zarf package was updated. We are forced to comply with strict policies around patching and its always a pain to prove the last patch date to show we are in compliance. If zarf provided an additional column to zarf package list that shows its initial deployment date and last updated date then life would be made easy for those who work in the environments Zarf is targeting.
Describe the solution you'd like
Describe alternatives you've considered
There are other ways to do this for sure but having the information built into zarf natively would be amazing
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: