Skip to content

Commit

Permalink
update pac to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Mukhade committed Mar 29, 2022
1 parent 1e50644 commit 644075a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ TEKTON_PIPELINE_VERSION ?= latest
TEKTON_TRIGGERS_VERSION ?= latest
TEKTON_DASHBOARD_VERSION ?= latest
TEKTON_RESULTS_VERSION ?= v0.4.0 # latest returns an older version hence hard coding to v0.3.1 for now (tektoncd/results#138)
PAC_VERSION ?= 0.5.4
PAC_VERSION ?= 0.5.5
TEKTON_HUB_VERSION ?= v1.7.1 # latest doesn't returns any version hence hard coding to v1.7.1 for now
TEKTON_CHAINS_VERSION ?= latest

Expand Down
2 changes: 1 addition & 1 deletion test/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export TEKTON_TRIGGERS_VERSION=latest
export TEKTON_RESULTS_VERSION=v0.4.0
export TEKTON_DASHBOARD_VERSION=latest
export TEKTON_CHAINS_VERSION=latest
export PAC_VERSION=0.5.2
export PAC_VERSION=0.5.5
export TEKTON_HUB_VERSION=v1.7.1

0 comments on commit 644075a

Please sign in to comment.