Skip to content

Commit

Permalink
[KIECLOUD-653] - Update 7.13.x branch for 7.13.1 release (#548)
Browse files Browse the repository at this point in the history
* [KIECLOUD-653] - Update 7.13.x branch for 7.13.1 release

Signed-off-by: spolti <fspolti@redhat.com>

* incorporate review suggestion

Signed-off-by: spolti <fspolti@redhat.com>

Signed-off-by: spolti <fspolti@redhat.com>
  • Loading branch information
spolti authored Aug 23, 2022
1 parent 0408b1f commit 062cf11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
type: shell
name: install dependencies
command: |
sudo apt-get -y update
sudo apt-get install libxml2-utils maven
sudo ln -s /usr/bin/python3 /usr/bin/python
- run:
Expand Down
2 changes: 1 addition & 1 deletion tools/build-overrides/build-overrides.sh
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ main() {
rhdm rhdm-controller rhdm-decisioncentral rhdm-kieserver \
rhpam rhpam-businesscentral rhpam-businesscentral-monitoring rhpam-controller rhpam-kieserver rhpam-process-migration rhpam-smartrouter )
local product_default="all"
local version_example="7.13.0"
local version_example="7.13.1"
local default_dir_example="/tmp/${build_tool}/${build_type_default}/${build_date_default}/${version_example}"
local default_dir
local artifacts_dir
Expand Down
4 changes: 2 additions & 2 deletions tools/gen-template-doc/gen_template_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@

# TODO: improve it to not use full image name
# used to link the image to the image.yaml when the given image is used by a s2i build
LINKS = {"rhpam-kieserver-rhel8:7.12.0": "../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`]",
"rhpam-kieserver-rhel8:7.13.0": "../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`]"}
LINKS = {"rhpam-kieserver-rhel8:7.13.0": "../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`]",
"rhpam-kieserver-rhel8:7.13.1": "../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`]"}

# used to update template parameters values
PARAMETER_VALUES = {"EXAMPLE": "var"}
Expand Down

0 comments on commit 062cf11

Please sign in to comment.