Skip to content

Commit 01e26cc

Browse files
[master]: Changes for new 6.19.z branch (#20795)
Changes for new 6.19.z branch Co-authored-by: GitHub Action <action@github.com>
1 parent 2342aeb commit 01e26cc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ updates:
1010
schedule:
1111
interval: daily
1212
labels:
13+
- '6.19.z'
1314
- '6.18.z'
1415
- '6.17.z'
1516
- '6.16.z'
@@ -25,6 +26,7 @@ updates:
2526
schedule:
2627
interval: daily
2728
labels:
29+
- '6.19.z'
2830
- '6.18.z'
2931
- '6.17.z'
3032
- '6.16.z'

conf/robottelo.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ROBOTTELO:
1515
RUN_ONE_DATAPOINT: false
1616
# Satellite version supported by this branch
1717
# UNDR version is used for some URL composition
18-
SATELLITE_VERSION: "6.19"
18+
SATELLITE_VERSION: "6.20"
1919
# Update non-ga versions with each release
2020
SAT_NON_GA_VERSIONS:
2121
- '6.16'

robottelo/constants/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from nailgun import entities
77

88
# This should be updated after each version branch
9-
SATELLITE_VERSION = "6.19"
9+
SATELLITE_VERSION = "6.20"
1010
SATELLITE_OS_VERSION = "9"
1111

1212
# Default system ports

0 commit comments

Comments
 (0)