Skip to content

Commit 7a276da

Browse files
authored
Merge pull request #238 from lcarva/release-v1.6.x
Bump version to 1.6.0
2 parents b6f062a + d1dfeb7 commit 7a276da

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.tekton/rhtap-task-runner-pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "main" && ( ".tekton/rhtap-task-runner-pull-request.yaml".pathChanged() ||
11+
== "release-v1.6.x" && ( ".tekton/rhtap-task-runner-pull-request.yaml".pathChanged() ||
1212
"Dockerfile".pathChanged() || "rhtap/***".pathChanged() || "tools/***".pathChanged()
1313
)
1414
creationTimestamp: null
1515
labels:
16-
appstudio.openshift.io/application: rhtap-task-runner
17-
appstudio.openshift.io/component: rhtap-task-runner
16+
appstudio.openshift.io/application: rhtap-task-runner-1-6
17+
appstudio.openshift.io/component: rhtap-task-runner-1-6
1818
pipelines.appstudio.openshift.io/type: build
1919
name: rhtap-task-runner-on-pull-request
2020
namespace: rhtap-shared-team-tenant

.tekton/rhtap-task-runner-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10-
== "main" && ( ".tekton/rhtap-task-runner-push.yaml".pathChanged() || "Dockerfile".pathChanged()
10+
== "release-v1.6.x" && ( ".tekton/rhtap-task-runner-push.yaml".pathChanged() || "Dockerfile".pathChanged()
1111
|| "rhtap/***".pathChanged() || "tools/***".pathChanged() )
1212
creationTimestamp: null
1313
labels:
14-
appstudio.openshift.io/application: rhtap-task-runner
15-
appstudio.openshift.io/component: rhtap-task-runner
14+
appstudio.openshift.io/application: rhtap-task-runner-1-6
15+
appstudio.openshift.io/component: rhtap-task-runner-1-6
1616
pipelines.appstudio.openshift.io/type: build
1717
name: rhtap-task-runner-on-push
1818
namespace: rhtap-shared-team-tenant

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6@sha256:92b1d5747a93608b6adb
2727
# required per https://github.com/release-engineering/rhtap-ec-policy/blob/main/data/rule_data.yml
2828
LABEL com.redhat.component="rhtap-task-runner"
2929
LABEL name="rhtap-task-runner"
30-
LABEL version="1.5.0"
30+
LABEL version="1.6.0"
3131
LABEL release="1"
3232
LABEL summary="RHTAP Task Runner"
3333
LABEL description="A collection of CLI tools and scripts needed for RHTAP pipelines"

0 commit comments

Comments
 (0)