You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
15b0a5c Bump github.com/openshift/backplane-cli from 0.1.45 to 0.1.46
d88f082 Fix osdctl cluster resize support when not passing an instance type When we added instance type validation to this command, we overlooked the ability for the user to not pass an --instance-type, and rely on osdctl to automatically pick the next biggest instance type. This fixes that bug.
a5a88ea Fix issues with osdctl promote saas In #723 a refactor was done to make testing easier for this package. However, it turns out that was not tested functionally and there were a few issues. This fixes those issues.
05468ab Fix misleading operator version message & update gitlab dependencies
816eacf Fix the linting config and a selection of failures After reviewing our prow config I noticed that we are never actually running linting, which means this project has gotten really behind in linting failures.
315b5ba Implemented test cases for cluster package files (#736)
65f0dbf Merge branch 'openshift:master' into OSD-29082_BugFix
b3a66c7 Merge branch 'openshift:master' into OSD-29082_pkg_promote_dynatrace
6555a76 Merge branch 'openshift:master' into OSD-29082_pkg_promote_dynatrace
54048eb Merge branch 'openshift:master' into OSD-29082_pkg_promote_dynatrace
335a981 Merge branch 'openshift:master' into OSD-29082_pkg_promote_dynatrace
0d55cc0 Merge branch 'openshift:master' into OSD-29083_hcpGatherLogs_dynatrace
912b0ce Merge branch 'openshift:master' into OSD-29083_hcpGatherLogs_dynatrace
30db8e5 Merge pull request #720 from karanjitsingh01/OSD-29082_pkg_promote_dynatrace
911fbd8 Merge pull request #735 from lambasanchit/OSD-29083_hcpGatherLogs_dynatrace
8d912e3 Merge pull request #746 from joshbranham/bug/cluster-resize-embiggen-support
730f560 Merge pull request #747 from MateSaary/OSD-29994-sre-operators-message
d9de680 Merge pull request #748 from joshbranham/fix-linting
18b1de3 Merge pull request #750 from joshbranham/bug/fix-promote-command
bb52ec6 Merge pull request #751 from joshbranham/use-boilerplate-ci-base-image
a440cb2 Merge pull request #752 from openshift/dependabot/go_modules/github.com/openshift/backplane-cli-0.1.46
598edc4 Merge pull request #755 from iamkirkbater/splunk-url
7bcf531 Merge pull request #756 from karanjitsingh01/OSD-29082_BugFix
5a72ef9 Merge pull request #757 from typeid/fix_rhobs-rules-and-dashboards-promote
edfa76a OSD-21668 - Automate manual steps on the cluster ownership transfer process (#754)
25ad284 Restarted/Cycled pod logs by namespace in DT gather-logs (#749)
cd72a2e Test cases for dynatrace and saas for promote
74b7008 Use our boilerplate base image in CI Switch to using our base boilerplate image in CI, which provides the benefit of ensuring common tools like golangci-lint are installed.