Skip to content

Commit

Permalink
add stable.txt
Browse files Browse the repository at this point in the history
Add `stable.txt`, a file in the master branch that always points to the
latest stable release of Cilium. This file can be used as a reference by
tools such as the Cilium CLI to get the latest stable release version.
This pattern and file is already applied to the Hubble CLI repository.

Ultimately, this new file will allow the Cilium CLI to always install
the latest version of Cilium, as initially planned[0], instead of the
version hardcoded in the CLI binary.

[0]: cilium/cilium-cli#121 (comment)

Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
  • Loading branch information
rolinh committed Jun 7, 2021
1 parent e7d39cf commit b176018
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/contributing/release/stable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ Reference steps for the template

git checkout -b pr/bump-readme-vX.Y.Z origin/master
contrib/release/bump-readme.sh
When the release is the latest stable release, bump the version in the
``stable.txt`` file.

::

echo "vX.Y.Z" > stable.txt
# (Commit changes & submit PR)

#. Bump the version of Cilium used in the Cilium upgrade tests to use the new release
Expand Down
1 change: 1 addition & 0 deletions stable.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.10.0

0 comments on commit b176018

Please sign in to comment.