Quick OCP
Version updated for https://github.com/palmsoftware/quick-ocp to version v0.0.24.
- This action is used across all versions by 10 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The quick-ocp GitHub Action automates the process of deploying an OpenShift Local (OCP) cluster within GitHub Actions workflows, enabling quick testing and development in a full OpenShift environment. It supports resource-constrained GitHub-hosted runners and includes features like OpenShift version control, network connectivity checks, and integration with OpenShift tools, simplifying the setup and management of OCP clusters for CI/CD pipelines. This action is ideal for developers needing temporary OpenShift environments for testing or development purposes.
Release notes
What’s Changed
- Add dependabot config by @sebrandon1 in https://github.com/palmsoftware/quick-ocp/pull/39
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/palmsoftware/quick-ocp/pull/40
- Bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/palmsoftware/quick-ocp/pull/41
- Fix dependabot PR flow by @sebrandon1 in https://github.com/palmsoftware/quick-ocp/pull/42
- Integrate quick-cleanup action by @sebrandon1 in https://github.com/palmsoftware/quick-ocp/pull/43
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/palmsoftware/quick-ocp/pull/40
Full Changelog: https://github.com/palmsoftware/quick-ocp/compare/v0...v0.0.24