Commit 3242121
authored
Remove the last modification timestamp and the OS/Arch from
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.ack-generate-metadata.yaml file. (#188)1 parent 394e829 commit 3242121
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
| |||
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | | - | |
116 | | - | |
| 113 | + | |
117 | 114 | | |
118 | 115 | | |
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
122 | 119 | | |
123 | | - | |
| 120 | + | |
124 | 121 | | |
125 | 122 | | |
126 | 123 | | |
| |||
0 commit comments