Tags: diegopy/fluvio
Tags
Updated CHANGELOG, platform version and client version. (infinyon#821)
Change error types back to tuples (infinyon#762) * Change error types back to tuples * Bump all crates with breaking changes from errors
Fix consume regression (infinyon#741) * fix regression in consume fetch * cargo fmt * update VERSION
Fix inverted install/upgrade for sys (infinyon#729) * Fix inverted install/upgrade for sys * Bump fluvio-cluster to 0.7.1 * Bump platform version to 0.7.0-alpha.2
Fix inverted install/upgrade for sys (infinyon#729) * Fix inverted install/upgrade for sys * Bump fluvio-cluster to 0.7.1 * Bump platform version to 0.7.0-alpha.2
Cluster sys version (infinyon#723) * Add version to SysConfig. Add with_if builder method * Add build.rs for VERSION in fluvio-cluster * Add build.rs to copy VERSION into needed crates * Pass SysConfig correctly in SysChartCheck * Deduplicate cluster start config code * Do not fail copy VERSION * Make chart_version a required field for ClusterConfig * Pass default chart version from CLI::VERSION * Fix broken doc tests in cluster * Rename SysInstaller::with_config to from_config * Add tests for required config options * Pass chart version to local cluster for sys chart * Apply cargo clippy * Removed unused bin code from cluster * Add rebuild-if for VERSION * Remove with_ prefix for builder setters * Remove custom build impl * Apply builder pattern to LocalConfig and LocalInstaller * Fix local cluster doc tests * Bump fluvio-cluster to 0.7.0 following refactor breaking changes * Bump fluvio platform version to 0.7.0-alpha.1 * Remove unused [[bin]] in fluvio-cluster * Apply cargo clippy
Cluster refactor: Split out SysInstaller, simplify check-fixes (infin… …yon#721) * Consolidate start and upgrade checks * Factor out SysInstaller from k8 and local installers * Fix broken intra-doc links * Add 'attempt_fix' to ClusterCheck * Add progress rendering checks to K8Installer * Move check implementations into ClusterCheck impls * Apply cargo fmt * Apply cargo clippy * Add builder method for conditional chaining * Bump fluvio-helm dependency to 0.4.1
updated to use consolidated k8-types (infinyon#692) * updated to use consolidated k8-types * use published version of k8-client * add changelog
PreviousNext