Skip to content

Releases: BerryBytes/01cloud-tekton-ci

v1.0.0 Initial Release of 01cloud-tekton-ci

06 Apr 11:36

Choose a tag to compare

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-workflow and stop-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.md with setup, configuration, and usage guidance
  • Added and refined community documentation including CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.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.sample and 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.