Skip to content

v1.2.41-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@robpblake robpblake released this 11 Jun 15:57
· 554 commits to master since this release
aeae3b6

Changelog

Features

  • aa1be94 OCM-3701 | feat: Remove version from editing machinepool
  • b9561cf OCM-6544 | feat: display attached policies for sts roles Signed-off-by: marcolan018 llan@redhat.com
  • bc8dcc5 OCM-7259 | feat: E2E delete machinepool cmd tests; new runner
  • b79df90 OCM-7289 | feat: create/update of maxUnavailable and maxSurge for HCP nodepools
  • 7c18728 OCM-7289 | feat: revert maxUnavailable and maxSurge for NodePool
  • 9c0f19b OCM-7587 | feat: removing interactive mode as default for prefix prompt
  • 3a54e1d OCM-8269 | feat: hide attach/detach commands Signed-off-by: marcolan018 llan@redhat.com
  • 2271947 OCM-8315 | feat: add additional allowed principals config for hcp clusters
  • 80f408f OCM-8356 | feat: bump ocm-sdk-go to v0.1.422
  • acc39f6 OCM-8648 | feat: handle 412 response in upgrade commands Signed-off-by: marcolan018 llan@redhat.com

Bug fixes

  • a8e7b20 OCM-7871 | fix: Mandatory fields should enter interactive mode if not provided
  • d3e0aad OCM-7918 | fix: use space delimiter in AWS tags error msg to avoid confusion
  • 3dfa121 OCM-7985 | fix: add attach policy command for rosa upgrade roles Signed-off-by: marcolan018 llan@redhat.com
  • c7f1bf9 OCM-8080 | fix: fix problem in delete operator roles manual mode Signed-off-by: marcolan018 llan@redhat.com
  • 60529ba OCM-8116 | fix: add validation for username/password of idp creation Signed-off-by: marcolan018 llan@redhat.com
  • 466d9c2 OCM-8129 | fix: hide unnecessary kubeconfig info
  • 6d6be67 OCM-8136 | fix: Delete should exit 1 if fails
  • 1fe18bc OCM-8165 | fix: Only list kubeletconfigs when absolutely necessary when creating a machinepool
  • 404f8fc OCM-8198 | fix: always add attach command for managed policy during rosa upgrade roles Signed-off-by: marcolan018 llan@redhat.com
  • d7fa9c2 OCM-8202 | fix: remove redudant empty lines in manual mode Signed-off-by: marcolan018 llan@redhat.com
  • b5d9739 OCM-8269 | fix: unhide attach/detach commands Signed-off-by: marcolan018 llan@redhat.com
  • f146ea8 OCM-8276 | fix: don't show empty lines when filtering version on acc roles
  • 3037ff8 OCM-8283 | fix: kubelet-config edit prompt no longer shows up when kubelet-configs are not targeted
  • 40b0996 OCM-8299 | fix: id:53031 update the error message
  • de38afb OCM-8330 | fix: Fix delete oidc provider failed
  • f1a0ea6 OCM-8336 | fix: only check redhat managed policies when trying upgrade roles Signed-off-by: marcolan018 llan@redhat.com
  • 929bfbb OCM-8337 | fix: [HCP] always set replicas when updating machinepools
  • e46d277 OCM-8350 | fix: Enable VPC total clean
  • 0d86476 OCM-8352 | fix: use aws default http client
  • f739bf2 OCM-8587 | fix: colon not present in some field for describing autoscaler to a cluster
  • 7912401 OCM-8680 | fix: err not being caught on rosa version
  • 36d03d8 OCM-8680 | fix: use a tmp file per username
  • db5ca2d SDA-4924 | fix: fix error message for invalid username validation for idp creation

Others