Releases: openshift-labs/lab-tekton-pipelines
Updates Tekton version
New version of the workshop
Merge pull request #74 from joellord/master Changed the workshop image to use 4.0
Updated scripts to 2/x
3.1 Update to latest workshop scripts and base image.
Align with OpenShift pipelines 0.7.0
3.0 update workshop to v0.7.0
OpenShift Pipelines Workshop 2.1
This release of the workshop includes #62, which is an update to a screenshot used in the Web Console Visualization section of the workshop.
OpenShift Pipelines Workshop 2.0
This release of the workshop corresponds to version 2.0 of the OpenShift Pipelines Workshop.
This version of the workshop features the ability to use many more features of the OpenShift 4.2 web console Pipelines tab, including viewing logs of the CI/CD pipeline used in the workshop and creating a pipeline through the web console.
It also features steps on creating a MongoDB to be used with the Node.js application to make the sample application more interesting.
The workshop also now no longer requires manual installation of the OpenShift Pipelines operator as the process has been automated as part of deploying the workshop.
This release of the workshop was used at Oracle Code One 9/17 and takes into account feedback from those who went through the workshop.
Thanks to @jorgemoralespou @GrahamDumpleton @jdob @btannous and @jankleinert for helping put this release together.
OpenShift Pipelines Workshop 1.0
DEPRECAED: This version of the workshop is now incompatible with the 4.2 web console. Please use what is in master until a new release is available.
This release corresponds to the first version of the OpenShift Pipelines workshop. In this workshop, users will be guided through creating a CI/CD pipeline using Tekton and deploying a sample Node.js application on OpenShift. Users will have the opportunity to create Tekton custom resources, such as tasks
, a pipeline
, pipelineresources
, and a pipelinerun
. The workshop includes the Tekton CLI (tkn
) and makes use of the 4.2 Developer Console to showcase OpenShift Pipelines frontend features.
This workshop requires the following prerequisites:
- OpenShift 4 Cluster
- The OpenShift Pipelines operator must be globally installed on the OpenShift 4 cluster hosting the workshop
Thank you to @jorgemoralespou, @GrahamDumpleton, @jdob for contributions to v1.0.