Skip to content
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

Update Tekton version to 0.50.1, and Tekton API from v1beta1 to v1 #732

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

michaelsauter
Copy link
Member

@michaelsauter michaelsauter commented Oct 5, 2023

Closes #731.

This change unlocks, amongst other things, setting environment variables for tasks like this in ods.yaml:

pipelines:
- triggers: { .... }
  tasks:
  - name: build
    taskRef: { ... }
  taskRunSpecs:
  - pipelineTaskName: build
    podTemplate:
      env:
      - { name: MY_VAR, value: 'my value' }
    computeResources:
      requests:
        memory: 2Gi

Tasks:

  • Updated design documents in docs/design directory or not applicable
  • Updated user-facing documentation in docs directory or not applicable
  • Ran tests (e.g. make test) or not applicable
  • Updated changelog or not applicable

@michaelsauter michaelsauter self-assigned this Oct 5, 2023
@michaelsauter michaelsauter marked this pull request as ready for review October 5, 2023 09:06
@michaelsauter michaelsauter force-pushed the task/update-tekton-dependency branch 2 times, most recently from 21db0e3 to 797d8e7 Compare October 5, 2023 09:38
@michaelsauter michaelsauter changed the title Update Tekton dependency to 0.50.1 Update Tekton to 0.50.1, and API from v1beta1 to v1 Oct 5, 2023
@michaelsauter michaelsauter changed the title Update Tekton to 0.50.1, and API from v1beta1 to v1 Update Tekton version to 0.50.1, and Tekton API from v1beta1 to v1 Oct 5, 2023
@michaelsauter michaelsauter merged commit a7da6ea into master Oct 5, 2023
3 checks passed
@michaelsauter michaelsauter deleted the task/update-tekton-dependency branch October 5, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Tekton dependency
1 participant