Skip to content

Commit 18c9cb4

Browse files
committed
chore: initialize 1.3.1 release
Signed-off-by: Tomas Turek <[email protected]>
1 parent 2a72809 commit 18c9cb4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.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.3.0
16+
NEW_OLM_CHANNEL: rhtas-operator.v1.3.1
1717
OCP_VERSION: ${{ vars.OLM_INDEX_VERSION }}
1818

1919
jobs:

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.3.0"
1+
ARG VERSION="1.3.1"
22

33
# Build the manager binary
44
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:84286c7555df503df0bd3acb86fe2ad50af82a07f35707918bb0fad312fdc193 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.3.0
6+
VERSION ?= 1.3.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.3.0"
1+
ARG VERSION="1.3.1"
22
ARG CHANNELS="stable,stable-v1.3"
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.3.0
21+
name: rhtas-operator.v1.3.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.3.0
115+
version: 1.3.1

0 commit comments

Comments
 (0)