Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master]: Changes for new 6.17.z branch #17646

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ updates:
schedule:
interval: "daily"
labels:
- '6.17.z'
- '6.16.z'
- "CherryPick"
- "dependencies"
Expand All @@ -25,6 +26,7 @@ updates:
schedule:
interval: "daily"
labels:
- '6.17.z'
- '6.16.z'
- "CherryPick"
- "dependencies"
Expand Down
2 changes: 1 addition & 1 deletion conf/robottelo.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ROBOTTELO:
RUN_ONE_DATAPOINT: false
# Satellite version supported by this branch
# UNDR version is used for some URL composition
SATELLITE_VERSION: "6.17"
SATELLITE_VERSION: "6.18"
# Update non-ga versions with each release
SAT_NON_GA_VERSIONS:
- '6.16'
Expand Down
2 changes: 1 addition & 1 deletion robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from nailgun import entities

# This should be updated after each version branch
SATELLITE_VERSION = "6.17"
SATELLITE_VERSION = "6.18"
SATELLITE_OS_VERSION = "9"

# Default system ports
Expand Down