Tags: mattwparas/fluvio
Tags
Fix upgrade test version selection (infinyon#1163) Filter out the `dev` release before picking two most recent versioned releases. Tested locally and the one-liner change correctly resolves as: ``` ./upgrade-test.sh $(gh api repos/infinyon/fluvio/releases -q '.[].tag_name' | grep -v dev | sed 's/v//' | head -2 | tac | xargs) + echo command: ./upgrade-test.sh 0.8.3 0.8.4 command: ./upgrade-test.sh 0.8.3 0.8.4 ``` Resolves infinyon#1156
Update stable branch on Release action (infinyon#1153) https://github.com/infinyon/fluvio-gh-actions-dev/runs/2749536738?check_suite_focus=true -- Test Cloning the repo w/ `fetch-depth: 0` enables github actions to do our branch rebase during the workflow.
Update changelog (infinyon#1123) This is the last commit before we cut the release.
Hot fix to release workflow, part 2 (infinyon#1064) Fix errors that coincide with [this run](https://github.com/infinyon/fluvio/runs/2523767479?check_suite_focus=true) - Github release artifacts were clobbered by git checkout. Swapped the order of these actions. - The old if-statement guard with syntax error was left in place above the fixed guard. - `env.version` was renamed to `env.VERSION`, so the macos publish should have a value for version.
Update changelog for 0.8.1 release (infinyon#1050) * Update changelog for release * Bump fluvio crate to 0.8.1 * Remove commits in changelog w/o associated issues Bump down fluvio client crate to 0.8.0. 0.8.1 is being yanked. Wups.
Fix download for release and helm publish (infinyon#1023) I think I should be able to test this one out directly, without merging it, let's see.
disable lto for now (infinyon#919) * disable lto for now * revert back changes to 0.6.0-alpha.1
SPU controller uses SVC ingress annotation (infinyon#888) * SPU controller uses SVC ingress annotation * fix case * add ingress_annotation function * Include annotation in ingress computation * reset version
SPU controller uses SVC ingress annotation (infinyon#888) * SPU controller uses SVC ingress annotation * fix case * add ingress_annotation function * Include annotation in ingress computation * reset version
PreviousNext