Giter Club home page Giter Club logo

Comments (6)

thoughtpolice avatar thoughtpolice commented on May 10, 2024 2

FWIW, the Makefile indicates here in the source code that the binary distributions are versioned, it's just that the URLs are not exposed. Out of curiosity, I just tried replacing the -stable- part of the URL with the actual version as shown there, and it worked.

e.g. the Argo Tunnel page lists

https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.deb

but you can get other versions via

https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-2018.10.3-linux-amd64.deb
https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-2018.10.0-linux-amd64.deb

from cloudflared.

sssilver avatar sssilver commented on May 10, 2024

Yes @thoughtpolice that should work!

@zackbloom perhaps we need make this more obvious?

from cloudflared.

donovan avatar donovan commented on May 10, 2024

I wanted to try downgrading to 2019.2.0 to work around #75 so was pleased to find this issue. I was kinda surprised that old versions were displaying the same error as I was thinking it was due to 2019.2.1 upgrading to Go 1.11. Then I noticed this:

# dpkg -i cloudflared-2018.11.0-linux-amd64.deb
Selecting previously unselected package cloudflared.
(Reading database ... 91403 files and directories currently installed.)
Preparing to unpack cloudflared-2018.11.0-linux-amd64.deb ...
Unpacking cloudflared (2019.2.1) ...
Setting up cloudflared (2019.2.1) ...

Looks like all the debs point at the latest one:

$ for rel in $(curl -s https://raw.githubusercontent.com/cloudflare/cloudflared/master/RELEASE_NOTES | grep ^201); do wget https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-${rel}-linux-amd64.deb; done
$ sha256sum cloudflared*
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.10.0-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.10.1-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.10.2-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.10.3-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.10.4-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.10.5-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.11.0-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.12.0-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.12.1-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2018.8.0-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2019.1.0-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2019.2.0-linux-amd64.deb
ff013bce7fb5bef671c6491887963099b1fcceb75028a371c407d8ab1101c2ee  cloudflared-2019.2.1-linux-amd64.deb

from cloudflared.

c5c86a avatar c5c86a commented on May 10, 2024

All the debs return "2019.2.1" when running cloudflared --version

from cloudflared.

donovan avatar donovan commented on May 10, 2024

Just to be clear, it would be nice if older versions were available. Having what look like older files available for download that are actually links to the latest file is a recipe for confusion.

Here are the states:

  1. Older files are available (eg cloudflared-2018.12.1-linux-amd64.deb)
  2. No older files are available (what the doanload page currently implies)
  3. Older files "exist" but point at the latest file.

From my point of view 1 is best and 3 is worst. It looks like 3 is the current situation.

from cloudflared.

TownLake avatar TownLake commented on May 10, 2024

Thanks for the feedback; we've started publishing release assets here on GitHub which include older releases.

https://github.com/cloudflare/cloudflared/releases

from cloudflared.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.