Skip to content

v0.44.2

Choose a tag to compare

@joshbranham joshbranham released this 22 May 16:24
· 126 commits to master since this release
25ad284

Changelog

  • 1702ee4 Addressed review comments and updated test cases
  • 9aa7194 Addressed review comments and updated test cases
  • cbdbef4 Adds region-aware Splunk URL building
  • 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.
  • ce27b46 Fix: promote saas-osd-rhobs-rules-and-dashboards
  • 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.
  • 63a9965 added unit test cases of hcpGatherLogsCmd
  • 44628f6 bug-fix for missing directory in exec.output
  • 455a0aa fixed some errors git status code 128 for git
  • 455a5b8 modified test for using a temp directory, as it was failing while running go test
  • f1c0ea0 refactored code for indentation and snake_case naming convention
  • f0c4a97 updated os/exec to use iexec along with the test