Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot][releases] Update readme with link to latest cli release. #2092

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Pixie is a community-driven project; we welcome your contribution! For code cont
## Latest Releases
We version separate components of Pixie separately, so what Github shows as the "latest" release will only be the latest for one of the components.
We maintain links to the latest releases for all components here:
- [CLI v0.8.7](https://github.com/pixie-io/pixie/releases/tag/release/cli/v0.8.7)<!--cli-latest-release-->
- [CLI v0.8.8](https://github.com/pixie-io/pixie/releases/tag/release/cli/v0.8.8)<!--cli-latest-release-->
- [Cloud v0.1.8](https://github.com/pixie-io/pixie/releases/tag/release/cloud/v0.1.8)<!--cloud-latest-release-->
- [Vizier v0.14.14](https://github.com/pixie-io/pixie/releases/tag/release/vizier/v0.14.14)<!--vizier-latest-release-->
- [Operator v0.1.7](https://github.com/pixie-io/pixie/releases/tag/release/operator/v0.1.7)<!--operator-latest-release-->
Expand Down
2 changes: 1 addition & 1 deletion k8s/cloud/public/base/artifact_tracker_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
- name: PL_VIZIER_VERSION
value: "0.14.14"
- name: PL_CLI_VERSION
value: "0.8.7"
value: "0.8.8"
- name: PL_OPERATOR_VERSION
value: "0.1.7"
Loading