Skip to content

Commit cc2410a

Browse files
osmmanclaude
andcommitted
chore: initialise 1.4.1 release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f694a49 commit cc2410a

9 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
IMG: ghcr.io/securesign/secure-sign-operator:dev-${{ github.sha }}
1414
BUNDLE_IMG: ghcr.io/securesign/secure-sign-operator-bundle:dev-${{ github.sha }}
1515
CATALOG_IMG: ghcr.io/securesign/secure-sign-operator-fbc:dev-${{ github.sha }}
16-
NEW_OLM_CHANNEL: rhtas-operator.v1.4.0
16+
NEW_OLM_CHANNEL: rhtas-operator.v1.4.1
1717
OCP_VERSION: ${{ vars.OLM_INDEX_VERSION }}
1818

1919
jobs:

.tekton/rhtas-operator-bundle-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
spec:
2525
params:
2626
- name: release-version
27-
value: "1.4.0"
27+
value: "1.4.1"
2828
- name: git-url
2929
value: '{{source_url}}'
3030
- name: revision
@@ -42,7 +42,7 @@ spec:
4242
- name: image-expires-after
4343
value: 5d
4444
- name: manager-pipelinerun-selector
45-
value: appstudio.openshift.io/application=operator,appstudio.openshift.io/component=rhtas-operator,pipelinesascode.tekton.dev/sha={{revision}},pipelinesascode.tekton.dev/event-type in (pull_request,incoming,retest-all-comment)
45+
value: appstudio.openshift.io/application=operator-v1-4,appstudio.openshift.io/component=rhtas-operator-v1-4,pipelinesascode.tekton.dev/sha={{revision}},pipelinesascode.tekton.dev/event-type in (pull_request,incoming,retest-all-comment)
4646
- name: manager-registry-url
4747
value: registry.redhat.io/rhtas/rhtas-rhel9-operator
4848
- name: fips-check

.tekton/rhtas-operator-bundle-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
spec:
2323
params:
2424
- name: release-version
25-
value: "1.4.0"
25+
value: "1.4.1"
2626
- name: git-url
2727
value: '{{source_url}}'
2828
- name: revision
@@ -38,7 +38,7 @@ spec:
3838
- name: hermetic
3939
value: "true"
4040
- name: manager-pipelinerun-selector
41-
value: appstudio.openshift.io/application=operator,appstudio.openshift.io/component=rhtas-operator,pipelinesascode.tekton.dev/sha={{revision}},pipelinesascode.tekton.dev/event-type in (push,incoming,retest-all-comment)
41+
value: appstudio.openshift.io/application=operator-v1-4,appstudio.openshift.io/component=rhtas-operator-v1-4,pipelinesascode.tekton.dev/sha={{revision}},pipelinesascode.tekton.dev/event-type in (push,incoming,retest-all-comment)
4242
- name: manager-registry-url
4343
value: registry.redhat.io/rhtas/rhtas-rhel9-operator
4444
- name: fips-check

.tekton/rhtas-operator-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
spec:
2424
params:
2525
- name: release-version
26-
value: "1.4.0"
26+
value: "1.4.1"
2727
- name: git-url
2828
value: '{{source_url}}'
2929
- name: revision

.tekton/rhtas-operator-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
spec:
2323
params:
2424
- name: release-version
25-
value: "1.4.0"
25+
value: "1.4.1"
2626
- name: git-url
2727
value: '{{source_url}}'
2828
- name: revision

Dockerfile.rhtas-operator.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION="1.4.0"
1+
ARG VERSION="1.4.1"
22

33
# Build the manager binary
44
FROM registry.redhat.io/ubi9/go-toolset:9.7-1776763740@sha256:d637b9dfccb16623f19b95c43fe5a65b20b722e62753c4445c5d02f9e40b807d AS builder

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.4.0
6+
VERSION ?= 1.4.1
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION="1.4.0"
1+
ARG VERSION="1.4.1"
22
ARG CHANNELS="stable,stable-v1.4"
33
ARG DEFAULT_CHANNEL="stable"
44
ARG BUNDLE_GEN_FLAGS="-q --overwrite=false --version $VERSION --channels=$CHANNELS --default-channel=$DEFAULT_CHANNEL"

config/manifests/bases/rhtas-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
operators.openshift.io/valid-subscription: '["Red Hat Trusted Artifact Signer"]'
1919
repository: https://github.com/securesign/secure-sign-operator
2020
support: Red Hat
21-
name: rhtas-operator.v1.4.0
21+
name: rhtas-operator.v1.4.1
2222
namespace: placeholder
2323
spec:
2424
apiservicedefinitions: {}
@@ -112,4 +112,4 @@ spec:
112112
provider:
113113
name: Red Hat
114114
url: https://github.com/securesign/secure-sign-operator
115-
version: 1.4.0
115+
version: 1.4.1

0 commit comments

Comments
 (0)