Skip to content

v0.43.0

Compare
Choose a tag to compare
@rafael-azevedo rafael-azevedo released this 07 Apr 19:39
· 148 commits to master since this release
056f100

Changelog

  • 439c4e9 Add new required OHSS flag for infra node resize.
  • cc1af8e Add unit tests for servicelog in post_test.go
  • ba934c6 Added unit test case for current and customer file under org package (#692)
  • e8abbc2 Adds an osdctl dt dash command
  • 999fa59 Allow any type of cluster ID when initializing backplane access
  • 59bb009 Fix PR Comment
  • fa13f24 Fixed cleanup_test.go file to handle the errors generated in the CI/CD pipeline
  • 910d8d5 Fixed issues with test cases and documentation post PR rebase
  • 17f8fef Fixed the test case to check for only flags
  • 3ad8988 Initial commit as per : OSD-22389 - To unify osdctl cluster identifier UX
  • 7f86b6e Merge branch 'feature/OSD-22389' of github.com:ratnam915/osdctl into feature/OSD-22389
  • 1068a73 Merge branch 'feature/OSD-22389' of github.com:ratnam915/osdctl into feature/OSD-22389
  • 4064438 Merge branch 'master' into OSD-28396
  • a2a18b3 Merge branch 'openshift:master' into OSD-28274-dt-terraform-promotion
  • 2576a41 Merge branch 'openshift:master' into OSD-28412_servicelog
  • cc1df07 Merge branch 'openshift:master' into feature/OSD-22389
  • cb4a676 Merge branch 'openshift:master' into feature/OSD-22389
  • dc1d188 Merge pull request #668 from vaidehi411/OSD-27873
  • 2838bbb Merge pull request #676 from drakshakhan/OSD-28396
  • 8042b06 Merge pull request #681 from tnierman/osd-21613
  • 9d07e79 Merge pull request #682 from tnierman/fix_etcd_health_check
  • b459e69 Merge pull request #683 from bergmannf/fix-pr-send-infra-resize
  • 7775a9c Merge pull request #684 from tnierman/cpd_set_routetable
  • 1fecebe Merge pull request #687 from vaidehi411/OSD-28274-dt-terraform-promotion
  • 57a742d Merge pull request #689 from joshbranham/feature/cleanup-cluster-context
  • c223627 Merge pull request #691 from RaphaelBut/remove-legacy-cp-resize
  • 8aea93f Merge pull request #694 from ratnam915/feature/OSD-22389
  • a12b4a9 Merge pull request #696 from lambasanchit/OSD-28412_servicelog
  • 7792b3b Merge pull request #698 from vaidehi411/OSD-28828-fix-dynatrac-promote
  • 661dcbb Merge pull request #702 from nephomaniac/OSD-28215
  • 100761c Merge pull request #704 from nephomaniac/runtimeLogger
  • f6f45bb Merge pull request #708 from fsferraz-rh/OSD-28146-add-fr-int-stage
  • c4038fa Merge pull request #711 from dakotalongRH/nvupdates
  • 056f100 Merge pull request #712 from smarthall/dynatrace_cluster_overview_dash
  • 6dbad6e Minor changes to alerting
  • 51f6aca Minor changes to the initial commit
  • 3d4f0cb Minor changes to the initial commit
  • a2601d3 OSD-19018/28456: Update Documentation as a part of every release (#680)
  • 1435ef9 OSD-21613 - Support isolated backplane flow for 'osdctl cluster cpd' command
  • d01fdcd OSD-24355 : Updated mc list command to respect output flag (#675)
  • 0b13a60 OSD-27873-dynatrace-component-promotion
  • c7a8732 OSD-28146 added FedRAMP STAGE and INT envs to ocm.go
  • 5a43f9d OSD-28146 attempt at fixing linting
  • ed988fe OSD-28146 fixed variable naming consistency
  • b9d07ba OSD-28146 more consistency fixes
  • 485b496 OSD-28215: Add new cmd for extended pull secret validations
  • 709f905 OSD-28215: Update help text
  • b3a4427 OSD-28274-dynatrace-config-terraform-promotion
  • 7f6a6c2 OSD-28645 - call existing utils/ function to determine routetable to examine
  • 980f382 OSD-28828-added namespace ref check condition
  • e99569f OSD-28837 Update osdctl to send a SL and not LS when a cluster's state is anything other than "ready"
  • c80f3f8 OSD: 27238 - osdctl controlplane resize should not wait for completion (#707)
  • 907be58 Osd 22527: osdctl "jiratoken" flag in "cluster context" command is not used (#678)
  • 92ced42 Osd 24440: Elevate oc cp command (#690)
  • a6de4c7 Refactored stdout validation using io.Writer for better testability
  • e8f993c Remove legacy controlplane resize command
  • 2935fc5 Remove test for Run method as printFunc is already covered
  • d7fe2ce Remove unused --cluster-id flag from context command
  • 82fa202 Removed intermediate captureOutput function, using bytes.Buffer directly.
  • baf63dd Removed unneccesary error checks as suggested
  • 41aecdd Set k8s controller runtime logger if not already set to avoid warning stacktraces
  • 22782e0 added interfaces for dependency injection instead of mocking library
  • e18f4da added tests
  • 5de83c5 added unit tests for setup.go (#686)
  • 7de83a7 cleaned up dependencies
  • 8ae9566 fixed failing testcase
  • 293ac40 formatting done
  • d4eacd8 implemented interface to mock create connection and close
  • 5256435 implemented test cases for context.go
  • c889742 implemented test cases for network package (#677)
  • e38540f merged latest changes from master
  • 079ff8f modified test cases
  • eedd1eb moved go-cty to direct dependency
  • 62e39fc renamed file
  • 56829c4 run go mod tidy to clean up dependencies
  • 19d7507 updated filename
  • 0e5d1bb updated go.mod and go.sum
  • 30b8914 updated unit test for post.go as per review comments
  • 42ed4e4 updated unit test for post.go as per review comments