Releases: BerryBytes/01cloud-tekton-ci
Releases · BerryBytes/01cloud-tekton-ci
v1.0.0 Initial Release of 01cloud-tekton-ci
01Cloud CI delivers a Kubernetes-native CI orchestration service that reacts to build and stop events, loads Tekton resources from source repositories, and executes those workflows directly in-cluster.
This release marks the initial public open-source release of the project, packaging the core event-driven Tekton execution workflow together with contributor, security, and setup documentation for teams adopting it in Kubernetes environments.
Highlights
- Clearer project documentation for installation, configuration, and usage
- Improved open-source governance materials for contributors and maintainers
- Security reporting guidance for responsible vulnerability disclosure
- Repository samples for Tekton pipelines, tasks, and pipeline runs
Core Capabilities
- Event-driven CI execution through
build-workflowandstop-workflow - Support for Google Pub/Sub and RabbitMQ backends
- Direct application of Tekton manifests stored in the repository
- Namespace, secret, and resource lifecycle handling in Kubernetes
- Real-time pipeline execution and log streaming
Included In This Release
- Expanded
README.mdwith setup, configuration, and usage guidance - Added and refined community documentation including
CODE_OF_CONDUCT.md,CONTRIBUTING.md, andSECURITY.md - Documented sample payloads and sample Tekton manifests for local testing
- Maintained changelog coverage for the public open-source release line
Upgrade Notes
- This release can be treated as the initial adoption baseline for new users.
- Operators should continue to provide environment variables through
.env. - Tekton Pipelines must already be installed in the target Kubernetes cluster.
Known Requirements
- Go 1.18 or later
- Kubernetes cluster with Tekton Pipelines installed
- One configured message backend: Google Pub/Sub or RabbitMQ
Recommended Next Steps
- Review
.env.sampleand configure runtime credentials - Validate sample manifests under
data.sample/ - Test build and stop event flows against your cluster
Suggested Release Title
01Cloud CI 1.0.0: Kubernetes-Native Tekton CI for Event-Driven Pipelines
Suggested Short Release Summary
01Cloud CI brings event-driven Tekton pipeline orchestration to Kubernetes, with repository-based manifests, Pub/Sub or RabbitMQ integration, and improved open-source documentation for setup, contribution, and security reporting.