Skip to content

v0.48.0

Choose a tag to compare

@bergmannf bergmannf released this 30 Oct 09:27
· 71 commits to master since this release
4e2c042

Changelog

  • 1e6d436 Add verify-docs to make
  • d413f67 Adds helper info to promotion commit error message; prints commit message
  • 2178147 Adds provision shard ID and hive name to output
  • e355023 Bump github.com/openshift/osd-network-verifier from 1.4.0 to 1.5.0
  • a5592aa Check that all subnets are private
  • 399e798 Fix error handling
  • b3d7603 Fix servicelog link validation for blocked egress URLs
  • becba3f Merge pull request #798 from clcollins/promotion_helpmsg
  • 99fa8a8 Merge pull request #799 from tkong-redhat/fix-service-log-query-file
  • 0619d5b Merge pull request #800 from openshift/dependabot/go_modules/github.com/openshift/osd-network-verifier-1.5.0
  • 4afe4e4 Merge pull request #801 from MateSaary/verify-docs-makefile
  • 4c5df7e Merge pull request #802 from tnierman/fix_watch_command
  • 9abf1be Merge pull request #803 from fahlmant/remove-fahlmant
  • c96b9be Merge pull request #804 from iamkirkbater/mc-shard-id
  • 2a82df8 Merge pull request #805 from AlexSmithGH/srep-2151/check-all-subnets-are-private
  • 4e2c042 Merge pull request #808 from abyrne55/SREP-2372
  • 31201b4 Merge pull request #809 from iamkirkbater/account-credentials
  • e02169d Remove fahlmant from OWNERS
  • 12e7d31 SREP-1831 - Fix watch command label
  • ee985bc SREP-966: reimplement pull-secret email validation without backplane elevation (#795)
  • c6e4935 removes unnecessary OCM client creation from account console/cli commands
  • 6d3c62c servicelog post should support read query from file as clusters input. But current osdctl version will report error when only given -f parameter. This commit fixed this issue and query from file is allowed.