Releases: openshift/oc-mirror
Releases · openshift/oc-mirror
oc-bundle-v0.1.1-alpha.2
oc-bundle-v0.1.0-alpha.2
RedHat4Gov bundle project (2021-10-07T19:29:10Z)
Welcome to this new release!
Tested Capabilities
- Catalog differential synchronization
- Helm synchronization (chart and images)
- Space optimization
- ICSP and Catalog Source generation
Untested
- Operator upgrades
- Release upgrades
Host Dependencies
podman
must be installed on the host executing the publishing (temporary workaround)
Limitations
- Helm charts does not support custom values and image short names
- Pull secrets need to be placed in
.docker/config.json
. Do not enter pull secrets into the imageset-conifg - oc-bundle currently references the host system for certificate trust information. For now, you must add all certificates (trust chain) to be trusted to the System-Wide Trust Store
- Unreliable internet connections may result in partially downloaded image layers.
Remember: This is a prototype. We need your feedback to improve this project. Please submit bug reports and feature requests via Git Hub Issues.
Docs
https://github.com/RedHatGov/bundle/tree/main/docs
Changelog
8d23bee feat(create, pusblish): add support for customer Helm charts (#105)
Thanks!
Those were the changes on v0.1.0-alpha.2!
oc-bundle-v0.1.0-alpha.1
RedHat4Gov bundle project (2021-09-10T13:57:12Z)
Hello World! This is the first prototype release of (code name) bundle!
Tested Capabilities
Full mirroring:
- OCP release by channel head
- OCP by semver
- Catalogs by headsonly (latest)
- Full catalogs
- Additional images by tag/digest
Untested
All differential logic is untested
Limitations
- The entire imageset is briefly duplicated on disk during create and publishing phases. Use large disks while we work through optimizing this.
- Specifying operator versions is not supported (yet)
- Pull secrets need to be placed in
.docker/config.json
. Do not enter pull secrets into the imageset-conifg - oc-bundle currently references the host system for certificate trust information. For now, you must add all certificates (trust chain) to be trusted to the System-Wide Trust Store
- Unreliable internet connections may result in partially downloaded image layers.
Remember: This is a prototype. We need your feedback to improve this project. Please submit bug reports and feature requests via Git Hub Issues.