Skip to content

Commit

Permalink
CR-14574-fix-tunnel-auth (#572)
Browse files Browse the repository at this point in the history
* updated reference to 0.1.1

* updated version to 0.0.516
  • Loading branch information
ATGardner authored Sep 14, 2022
1 parent d5a0de8 commit 212ef2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.0.515
VERSION=v0.0.516

OUT_DIR=dist
YEAR?=$(shell date +"%Y")
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cf version

```bash
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.515/cf-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.516/cf-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cf-linux-amd64 /usr/local/bin/cf
Expand All @@ -36,7 +36,7 @@ cf version

```bash
# download and extract the binary
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.515/cf-darwin-amd64.tar.gz | tar zx
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.516/cf-darwin-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./cf-darwin-amd64 /usr/local/bin/cf
Expand Down
4 changes: 2 additions & 2 deletions manifests/runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: '{{ namespace }}'
spec:
defVersion: 2.0.0
version: 0.0.515
version: 0.0.516
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
components:
- name: events
Expand All @@ -27,5 +27,5 @@ spec:
url: github.com/codefresh-io/cli-v2/manifests/sealed-secrets
- name: codefresh-tunnel-client
type: helm
url: github.com/codefresh-io/codefresh-tunnel-charts/codefresh-tunnel-client?ref=sandbox
url: github.com/codefresh-io/codefresh-tunnel-charts/codefresh-tunnel-client?ref=0.1.1
feature: ingressless

1 comment on commit 212ef2d

@beejiujitsu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.