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
Remove the last modification timestamp and the OS/Arch from ack-generate-metadata.yaml file. (#188)
Recently we introduced a new generate metadata file to all the apiVersions
directory (e.g [EC2 v1alpha1](https://github.com/aws-controllers-k8s/ec2-controller/blob/main/apis/v1alpha1/ack-generate-metadata.yaml)). However after few weeks we realized the
`last_modification_info` and `ack_generate_info` were too verbose and
often caused merge conflicts since our contributors don't use the same
`OS`/`Arch` for compiling `ack-generate` binary.
This patch removes the last modification timestamp and the OS/Arch from
ack generate information.
Description of changes:
- Remove the `OS`/`Arch` from `pkg/metadata.ackGenerateInfo`
- Remove last update timestamp from `pkg/metadata.lastMoficationInfo`
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments