Skip to content

Commit

Permalink
chore(deps): Bump cue to 0.9.1 (#20666)
Browse files Browse the repository at this point in the history
* chore(deps): Bump cue to 0.8.0

0.9.0 is the newest but there appear to be some breaking changes so updating to the latest
compatible version for now.

Signed-off-by: Jesse Szwedko <[email protected]>

* bump to v0.9.1

Signed-off-by: Jesse Szwedko <[email protected]>

* Readd cue comment

Signed-off-by: Jesse Szwedko <[email protected]>

---------

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Jun 14, 2024
1 parent b11ca5d commit 199f88a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
// on the Vector docs build.

module: "vector.dev"
language: {
version: "v0.9.0"
}
6 changes: 3 additions & 3 deletions scripts/environment/bootstrap-ubuntu-20.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ apt-get install --yes --no-install-recommends \
# Cue
TEMP=$(mktemp -d)
curl \
-L https://github.com/cue-lang/cue/releases/download/v0.7.0/cue_v0.7.0_linux_amd64.tar.gz \
-o "${TEMP}/cue_v0.7.0_linux_amd64.tar.gz"
-L https://github.com/cue-lang/cue/releases/download/v0.9.1/cue_v0.9.1_linux_amd64.tar.gz \
-o "${TEMP}/cue_v0.9.1_linux_amd64.tar.gz"
tar \
-xvf "${TEMP}/cue_v0.7.0_linux_amd64.tar.gz" \
-xvf "${TEMP}/cue_v0.9.1_linux_amd64.tar.gz" \
-C "${TEMP}"
cp "${TEMP}/cue" /usr/bin/cue
rm -rf "$TEMP"
Expand Down

0 comments on commit 199f88a

Please sign in to comment.