Skip to content

v0.12.0

Compare
Choose a tag to compare
@iamkirkbater iamkirkbater released this 01 Sep 13:18
· 763 commits to master since this release
8398805

Changelog

  • f79fa6f Add a PR check for go mod tidy and fix the current error
  • 9e89478 Add date to context servicelog output
  • a8ab7c1 Add env command
  • 7ed5894 Add new command transferOwner
  • 78ed4c4 Add owner
  • c96c7cd Add support for internal service logs
  • ed23eba Added error checking, extracted token and connetion builders to use t… (#227)
  • 345b157 Added pd alerts to cluster context command
  • 90505ba Added support for external cluster id and cluster name to -C flag
  • 0b04949 Adding SL output to cluster context command
  • de6a6cd Adding ability to specify which AWS Account ID is to be assigned
  • a7f237f Adding check to account mgmt assign to ensure we only assign active accounts
  • 26c09d2 Allow using external cluster ID to run logging check
  • bf63b11 Completion function for existing environments
  • f85fcae Create capability add and remove commands
  • 06c3434 Do not allow passing -u and -i
  • f1a513d Do not use a default accountAssignID
  • a38c823 Don't auto-retry GovCloud and improve the error message
  • c55b113 Ensure kubecli is set for packet-capture cmd
  • f818c32 Fix URL usage for servicelog post templates
  • 01d496f Fix bug where region is being overriden in clusterresourcefactory
  • d3a2d94 Fixes
  • 53cb797 Fixes minor typo capabilities add.go
  • 763bdd1 Handle error from FetchServiceLogs properly
  • 0826c81 Initial cluster context command
  • f802861 Limited Support Commands
  • 87a746a Merge pull request #169 from NautiluX/env
  • ae887de Merge pull request #179 from mrbarge/fix-packet-capture-init
  • 44869c3 Merge pull request #187 from dustman9000/internal-service-log
  • 7c96b83 Merge pull request #189 from georgettica/georgettica/owned-clusters-command
  • 94639b5 Merge pull request #201 from shibumi/shibumi/add-macos-arm-to-upgrade
  • 091dc54 Merge pull request #204 from bergmannf/account-creation
  • 34dabc6 Merge pull request #205 from Nikokolas3270/fix_flags_in_help
  • 5548676 Merge pull request #206 from Nikokolas3270/added_cluster_id_as_param_of_osdctl_servicelog_post_in_help
  • a29ee8e Merge pull request #207 from tnierman/osd-10993
  • 41451b8 Merge pull request #209 from Nikokolas3270/removed_root_command_usage_without_a_subcommand
  • d6d4986 Merge pull request #210 from openshift/mgmt_unassign_better_help
  • f4afcf1 Merge pull request #211 from mjlshen/OSD-11287
  • 69a973b Merge pull request #213 from mjlshen/212
  • 43dddb4 Merge pull request #214 from Nikokolas3270/removed_usage_without_a_subcommand_for_commands_packing_subcommands
  • 083651b Merge pull request #215 from dkeohane/OSD-11010
  • aa23be1 Merge pull request #216 from dkeohane/OSD-11388
  • 74123e1 Merge pull request #217 from shibumi/shibumi/enhance-help-output
  • 7ef4b84 Merge pull request #220 from sam-nguyen7/limited-support
  • 7d0c5d9 Merge pull request #221 from sam-nguyen7/update_owners
  • 70398dd Merge pull request #222 from NautiluX/logging-check
  • 975768a Merge pull request #223 from shibumi/shibumi/fix-all-gosec-warnings
  • bf14409 Merge pull request #224 from sam-nguyen7/update-owner
  • 06dfff7 Merge pull request #226 from sam-nguyen7/cluster-context
  • 3411e0f Merge pull request #228 from lnguyen1401/osd-10463
  • b0d3f35 Merge pull request #230 from dkeohane/OSD-12483
  • 8e16fc2 Merge pull request #232 from dkeohane/pd-alerts-in-cluster-context
  • 688adcd Merge pull request #233 from luis-falcon/OSD-11989-support-refactor-for-unit-tests
  • 298985f Merge pull request #234 from fahlmant/sl-url-fix
  • 4f46a3a Merge pull request #235 from fahlmant/sl-list-fix
  • 4c2ce1c Merge pull request #236 from sam-nguyen7/prom-sa-token
  • e991280 Merge pull request #237 from fahlmant/OSD-12627
  • 9db7786 Merge pull request #238 from fahlmant/service-log-list-A-fix
  • 300d504 Merge pull request #239 from clcollins/capabilities_typo_fix
  • 2f74fd5 Merge pull request #240 from mjlshen/OSD-12759
  • 226c40c Merge pull request #243 from mjlshen/fix-mod-tidy
  • 993ed1d Merge pull request #245 from bmeng/ovn
  • 678dbab Merge pull request #246 from RaphaelBut/transfer-cluster-ownership
  • 8398805 Merge pull request #249 from mrbarge/context-fixes
  • 2124a93 Not advertising to shoot root command without a sub-command in usage anymore
  • 982d889 Not explicitly running the help target anymore for commands packing sub-commands
  • 9508f19 OSD-10993 - Split user params only once to avoid truncation
  • 63c9e1f Remove deprecated github.com/pkg/errors package
  • 9aec81e Remove local var that overrides package-scoped var definition for argument -A in servicelog list
  • 10be839 Remove unused metrics cmd
  • b26089f Safety-checking during cluster context alert reporting
  • f3f023d Update OWNERS
  • ed20592 Update README.md
  • 8f956ef [OSD-10470] Now displaying flags and global flags in help
  • dde4623 [OSD-10928] Added CLUSTER_ID as param of 'osdctl servicelog post' in help
  • e9dede7 capture different interface for ovn and sdn
  • c277447 feat(owned): add new command
  • 8487d85 fix: add missing arm64 GOOS for auto upgrades
  • fb47a9b fix: enhance help output for -o flag
  • 8f4513a fix: gosec warnings
  • 357dff8 mock sdk connection basic requests, refactor code to accomodate api mocking for unit tests, added validation to clusterID format before sending requests to API
  • 231ba8b mockgen++
  • db0e5cb ocm-cli v0.1.64, remove deprecated DisplayName method
  • 5e01f3b osd-11717 Onv command for osdctl (#225)
  • b2750fd remove second args count check