Skip to content

Update to 1.30.0 results in error #487

@jknapp-illuminate

Description

@jknapp-illuminate

Describe the bug
A clear and concise description of what the bug is.
Using curl -L https://func-e.io/install.sh | sudo bash -s -- -b /usr/local/bin results in envoy not getting installed.
Using the debug flag shows the follow error:

# ./install.sh -d
tetratelabs/func-e info checking GitHub for latest tag
tetratelabs/func-e debug http_download https://github.com/tetratelabs/func-e/releases/latest
tetratelabs/func-e info found version: 1.3.0 for v1.3.0/linux/amd64
tetratelabs/func-e debug downloading files into /tmp/tmp.pDcpnUlKtZ
tetratelabs/func-e debug http_download https://github.com/tetratelabs/func-e/releases/download/v1.3.0/func-e_1.3.0_linux_amd64.tar.gz
tetratelabs/func-e debug http_download_curl received HTTP status 404

To Reproduce
Steps to reproduce the behavior:

  1. Run the fun-c install command: curl -L https://func-e.io/install.sh | sudo bash -s -- -b /usr/local/bin
    and envoy does not get installed.
  2. Attempting to run the command again with debug returns a 404 error.

Expected behavior
Envoy gets installed correctly.

Environment (please complete the relevant information):

  • OS: AmazonLinux 2023
  • Envoy Version: 1.34.x

Additional context
Looking at the release page in github, there is only the source code under assets, until the other releases that have been created. Looking at the Actions tab, it appears they did not complete correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions