Skip to content

Releases: oracle-cne/ocne

2.0.5

17 Dec 22:53
Compare
Choose a tag to compare
  • Allow YAML formatted cluster dumps
  • Add ocne info subcommand to display build and version information as well as some options that are difficult to discover
  • Add more supported compute shapes for OCI
  • Allow customization of ignition provider and kernel arguments during ocne image create
  • Fixed various minor issues in cluster dump and analyze
  • Bump some dependencies
  • Allow automatic installation of the community catalog at ArtifactHub.io
  • Fixed an issue where updating an application with no customizations would fail.

2.0.4

25 Oct 19:23
Compare
Choose a tag to compare
  • Install Catalog and UI with custom container image registry when using the "none" provider
  • Fixed an issue where Flannel-based pod networking did not function with a default oci provider configuration
  • The oci provider can now automatically configure OCI-CCM
  • Deleting clusters that use the oci provider is now synchronous

2.0.3

23 Oct 18:18
6f8beac
Compare
Choose a tag to compare
  • Clean up some stale code
  • Ensure that the OCI instance metadata service is set in no_proxy for the oci provider
  • Fix issue with configuration precedence where some configuration file values would take precedence over the CLI
  • Relax restrictions on cluster version when creating images
  • Enable the use of custom OCK image tags
  • Improve the keepalived liveness probe to tolerate high latency responses from kube-apiserver.

2.0.2

30 Sep 20:09
Compare
Choose a tag to compare
  • Added support for additional ostree transports for the cluster update service
  • Addressed some cases in cluster dumps when some output was not displayed when redaction is enabled
  • It is now possible to completely reset the values when updating an application
  • Fixed an issue where CLI and cluster config file argument priority was inverted, causing config files to win over CLI arguments

2.0.1

21 Sep 21:42
Compare
Choose a tag to compare

The cluster console can now automatically change the filesystem root to the host filesystem. It also accepts a double dash argument - "--" - to indicate that command arguments are complete. Any arguments after the double dash are interpreted as a command to execute on the cluster node.

The syntax for specifying ostree container image references has been relaxed. It is now possible to specify a container image registry without including a transport. If no transport is specified, "ostree-unverified-registry" is used.