Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: diegopy/fluvio

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated CHANGELOG, platform version and client version. (infinyon#821)

v0.7.0-beta.1

Toggle v0.7.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.7.0-beta.1 (infinyon#805)

v0.7.0-alpha.5

Toggle v0.7.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change error types back to tuples (infinyon#762)

* Change error types back to tuples

* Bump all crates with breaking changes from errors

v0.7.0-alpha.4

Toggle v0.7.0-alpha.4's commit message
upgrade 4

v0.7.0-alpha.3

Toggle v0.7.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix consume regression (infinyon#741)

* fix regression in consume fetch

* cargo fmt

* update VERSION

v0.7.0-alpha.2

Toggle v0.7.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.6.2-alpha.2

Toggle v0.6.2-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.7.0-alpha.1

Toggle v0.7.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.6.2-alpha.1

Toggle v0.6.2-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated to use consolidated k8-types (infinyon#692)

* updated to use consolidated k8-types

* use published version of k8-client

* add changelog