From 672b1690b1c286d15ed70a2f8b568702ea0c91ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Mac=C3=ADk?= Date: Fri, 7 Oct 2022 18:12:18 +0200 Subject: [PATCH] Bump version to v1.3.0 (#1257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel MacĂ­k --- antora-playbook.github.yaml | 3 +++ antora-playbook.local.yaml | 3 +++ make/version.mk | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/antora-playbook.github.yaml b/antora-playbook.github.yaml index 123c7a9dd9..bef034d940 100644 --- a/antora-playbook.github.yaml +++ b/antora-playbook.github.yaml @@ -7,6 +7,9 @@ content: - branches: HEAD start_paths: docs/userguide, docs/devguide url: https://github.com/redhat-developer/service-binding-operator + - branches: release-v1.3.x + start_paths: docs/userguide, docs/devguide + url: https://github.com/redhat-developer/service-binding-operator - branches: release-v1.2.x start_paths: docs/userguide, docs/devguide url: https://github.com/redhat-developer/service-binding-operator diff --git a/antora-playbook.local.yaml b/antora-playbook.local.yaml index 169576931e..e6d588494d 100644 --- a/antora-playbook.local.yaml +++ b/antora-playbook.local.yaml @@ -7,6 +7,9 @@ content: - branches: HEAD start_paths: docs/userguide, docs/devguide url: ./ + - branches: release-v1.3.x + start_paths: docs/userguide, docs/devguide + url: ./ - branches: release-v1.2.x start_paths: docs/userguide, docs/devguide url: ./ diff --git a/make/version.mk b/make/version.mk index a23e1b07ad..2bc252cc74 100644 --- a/make/version.mk +++ b/make/version.mk @@ -2,7 +2,7 @@ SHELL = /usr/bin/env bash -o pipefail SHELLFLAGS = -ec # Current Operator version -VERSION ?= 1.2.1 +VERSION ?= 1.3.0 GIT_COMMIT_ID ?= $(shell git rev-parse --short=8 HEAD)