-
Notifications
You must be signed in to change notification settings - Fork 426
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
V1Beta1 types for Triggers #1067
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
Comments
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
Apr 23, 2021
This will help reduce the number of places we keep track of the list of types that Triggers can create especially as we add the v1beta1 types. Partially addresses tektoncd#494 and part of the work needed for tektoncd#1067
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
Apr 23, 2021
This will help reduce the number of places we keep track of the list of types that Triggers can create especially as we add the v1beta1 types. Partially addresses tektoncd#494 and part of the work needed for tektoncd#1067
4 tasks
WIP v1beta1 branch: https://github.com/dibyom/triggers/tree/v1beta1 |
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 3, 2021
This will help reduce the number of places we keep track of the list of types that Triggers can create especially as we add the v1beta1 types. Partially addresses tektoncd#494 and part of the work needed for tektoncd#1067
jmcshane
pushed a commit
to jmcshane/triggers
that referenced
this issue
May 4, 2021
This will help reduce the number of places we keep track of the list of types that Triggers can create especially as we add the v1beta1 types. Partially addresses tektoncd#494 and part of the work needed for tektoncd#1067
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 7, 2021
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 7, 2021
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 7, 2021
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 7, 2021
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 9, 2021
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 18, 2021
Part of refactoring for adding v1beta1 support. Ref tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
4 tasks
7 tasks
tekton-robot
pushed a commit
that referenced
this issue
May 18, 2021
Part of refactoring for adding v1beta1 support. Ref #1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
May 19, 2021
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 20, 2021
This commit adds v1beta1 go types and the corresponding generated code. These types cannot be used yet until we enable them in the CRDs. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 21, 2021
This commit adds v1beta1 go types and the corresponding generated code. These types cannot be used yet until we enable them in the CRDs. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 26, 2021
This commit adds v1beta1 go types and the corresponding generated code. These types cannot be used yet until we enable them in the CRDs. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
May 26, 2021
This commit adds v1beta1 go types and the corresponding generated code. These types cannot be used yet until we enable them in the CRDs. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
Jun 3, 2021
This commit adds v1beta1 go types and the corresponding generated code. These types cannot be used yet until we enable them in the CRDs. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
Jun 4, 2021
This commit adds v1beta1 go types and the corresponding generated code. These types cannot be used yet until we enable them in the CRDs. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
tekton-robot
pushed a commit
that referenced
this issue
Jun 4, 2021
This commit adds v1beta1 go types and the corresponding generated code. These types cannot be used yet until we enable them in the CRDs. Part of #1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
Jun 11, 2021
The reconciler and sink code now use v1beta1 Triggers types instead of v1alpha1 ones. The v1beta1 type has also been enabled as the storage type. This should be a backwards compatible change. Users should still be able to use the v1alpha1 types as they have before. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
4 tasks
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
Jun 11, 2021
The reconciler and sink code now use v1beta1 Triggers types instead of v1alpha1 ones. The v1beta1 type has also been enabled as the storage type. This should be a backwards compatible change. Users should still be able to use the v1alpha1 types as they have before. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
dibyom
added a commit
to dibyom/triggers
that referenced
this issue
Jun 11, 2021
The reconciler and sink code now use v1beta1 Triggers types instead of v1alpha1 ones. The v1beta1 type has also been enabled as the storage type. This should be a backwards compatible change. Users should still be able to use the v1alpha1 types as they have before. Part of tektoncd#1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
tekton-robot
pushed a commit
that referenced
this issue
Jun 15, 2021
The reconciler and sink code now use v1beta1 Triggers types instead of v1alpha1 ones. The v1beta1 type has also been enabled as the storage type. This should be a backwards compatible change. Users should still be able to use the v1alpha1 types as they have before. Part of #1067 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
This was referenced Jun 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracking issue for adding a v1beta1 apiVersion for Trigger APIs.
The text was updated successfully, but these errors were encountered: