8000 Tags · mattwparas/fluvio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mattwparas/fluvio

Tags

dev

Toggle dev's commit message
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

v0.8.4

Toggle v0.8.4's commit message
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.

v0.8.3

Toggle v0.8.3's commit message
Update changelog (infinyon#1123)

This is the last commit before we cut the release.

v0.8.2

Toggle v0.8.2's commit message
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.

v0.8.1

Toggle v0.8.1's commit message

Verified

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

v0.8.0

Toggle v0.8.0's commit message
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.

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
disable lto for now (infinyon#919)

* disable lto for now

* revert back changes to 0.6.0-alpha.1

v0.7.2

Toggle v0.7.2's commit message

Verified

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

v0.7.2-alpha.1

Toggle v0.7.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.
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

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
disabled pi releases for now (infinyon#869)

0