Browse Source

fix: remove v1beta1

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Carvalho 2 weeks ago
parent
commit
cb6a3cbe45

+ 3 - 1
AGENTS.md

@@ -226,7 +226,7 @@ pattern, but expect to be the first.
 - Do your best to implement all the changes needed as provided by the user
 - After finishing your implementations; Show the user your changes so they can review and COMPREHEND THEM
 - Confirm the user understood the implementation. If they confirmed they understood the implementation, and any gotchas you might be aware of,
-only then, wait for the user to commit the changes.
+only then, wait for the user to commit the changes. ALWAYS ask them to sign-off their commits (`git commit -s`). It is a required step for our CLA.
 - After that is done, add the needed git notes to that hash.
 - Ask the user to push the changes / notes. (never do the commit or push yourself
 
@@ -234,3 +234,5 @@ only then, wait for the user to commit the changes.
 - NEVER update v1beta1. It is deprecated and maintained for compatibility purposes only -- new features are never added there
 - NEVER run `git commit`, `git push`, or any variation thereof. All commits and pushes are done manually by the user.
 - NEVER stage commits!
+- When providing commit instructions to the user, always include the `-s` flag (sign-off).
+- When providing `git add` instructions after any `make` target that generates code (e.g. `make generate`, `make manifests`, `make reviewable`), always include ALL modified tracked files — not just the source file you edited. Generated files (CRDs, `zz_generated.deepcopy.go`, helm templates, snapshots, etc.) must be staged together with the source change or the build will break.

+ 1 - 1
apis/externalsecrets/v1beta1/externalsecret_types.go

@@ -480,7 +480,7 @@ type GeneratorRef struct {
 	APIVersion string `json:"apiVersion,omitempty"`
 
 	// Specify the Kind of the generator resource
-	// +kubebuilder:validation:Enum=ACRAccessToken;ClusterGenerator;ECRAuthorizationToken;Fake;GCRAccessToken;GithubAccessToken;QuayAccessToken;Password;SSHKey;STSAssumeRoleToken;STSSessionToken;UUID;VaultDynamicSecret;Webhook;Grafana
+	// +kubebuilder:validation:Enum=ACRAccessToken;ClusterGenerator;ECRAuthorizationToken;Fake;GCRAccessToken;GithubAccessToken;QuayAccessToken;Password;SSHKey;STSSessionToken;UUID;VaultDynamicSecret;Webhook;Grafana
 	Kind string `json:"kind"`
 
 	// Specify the name of the generator resource

+ 0 - 2
config/crds/bases/external-secrets.io_clusterexternalsecrets.yaml

@@ -1061,7 +1061,6 @@ spec:
                                   - QuayAccessToken
                                   - Password
                                   - SSHKey
-                                  - STSAssumeRoleToken
                                   - STSSessionToken
                                   - UUID
                                   - VaultDynamicSecret
@@ -1266,7 +1265,6 @@ spec:
                                   - QuayAccessToken
                                   - Password
                                   - SSHKey
-                                  - STSAssumeRoleToken
                                   - STSSessionToken
                                   - UUID
                                   - VaultDynamicSecret

+ 0 - 2
config/crds/bases/external-secrets.io_externalsecrets.yaml

@@ -912,7 +912,6 @@ spec:
                               - QuayAccessToken
                               - Password
                               - SSHKey
-                              - STSAssumeRoleToken
                               - STSSessionToken
                               - UUID
                               - VaultDynamicSecret
@@ -1116,7 +1115,6 @@ spec:
                               - QuayAccessToken
                               - Password
                               - SSHKey
-                              - STSAssumeRoleToken
                               - STSSessionToken
                               - UUID
                               - VaultDynamicSecret

+ 0 - 4
deploy/crds/bundle.yaml

@@ -987,7 +987,6 @@ spec:
                                       - QuayAccessToken
                                       - Password
                                       - SSHKey
-                                      - STSAssumeRoleToken
                                       - STSSessionToken
                                       - UUID
                                       - VaultDynamicSecret
@@ -1181,7 +1180,6 @@ spec:
                                       - QuayAccessToken
                                       - Password
                                       - SSHKey
-                                      - STSAssumeRoleToken
                                       - STSSessionToken
                                       - UUID
                                       - VaultDynamicSecret
@@ -13413,7 +13411,6 @@ spec:
                                   - QuayAccessToken
                                   - Password
                                   - SSHKey
-                                  - STSAssumeRoleToken
                                   - STSSessionToken
                                   - UUID
                                   - VaultDynamicSecret
@@ -13607,7 +13604,6 @@ spec:
                                   - QuayAccessToken
                                   - Password
                                   - SSHKey
-                                  - STSAssumeRoleToken
                                   - STSSessionToken
                                   - UUID
                                   - VaultDynamicSecret