Skip to content

Releases: openshift/rosa

Release v1.2.29-rc2

01 Nov 18:30
ddb022c
Compare
Choose a tag to compare
Release v1.2.29-rc2 Pre-release
Pre-release
  • fix: Error if upgrade hosted cluster to 4.14.0
  • fix: The KMS ARN validation is not correct
  • fix: Describe nodepool upgrade text should be left aligned

Release v1.2.29-rc1

23 Oct 18:26
cdc189f
Compare
Choose a tag to compare
Release v1.2.29-rc1 Pre-release
Pre-release

feat: Added default push request template
fix: change references to default machine pool to worker machine pool
fix: 'rosa describe admin' cannot find 'cluster-admin' htpasswd idp and user (updated)
feat: create operator roles for shared VPC with cluster key
fix: validate version and HCP default ingress attributes
fix: Remove unnecessary warning messages about Red Hat owned subnets when user explicitly specifies subnets to use
feat: AWS billing support
feat: use HCP specific endpoints for versions and upgrades
fix: hide billingaccount for classic
feat: disable edit machinepool --version command
build: Vendor changes
build: Mock test changes
feat: Moved associated to GetRole functions to common folder
feat: Vendor changes
feat: support best-effort mode in cluster deletion
feat: Moved kms Arn regexp validator to common lib
fix: log should be aligned to left
feat: Fixing cluster creating bug
chore: bump release version to 1.2.29

Release v1.2.28

16 Oct 13:21
132b354
Compare
Choose a tag to compare
  • fix: CLI options not validated client-side
  • feat: add a rosa describe machinepool command
  • fix: Allow users to reset machinepool labels in interactive mode
  • feat: validate disk size during machinepool creation
  • fix: don't show RH managed VPC options when selecting subnets
  • fix: Update help message on rosa upgrade role command to be consistent
  • feat: Add interactive mode for shared VPC
  • fix: newer version available point to console.redhat.com
  • fix: remove root disk size from describe output
  • fix: rosa can list resources when cluster in hibernating state
  • fix: improve create cluster in shared VPC info message
  • feat: Add the ability to list clusters using an Account Role
  • feat: support day 1 additional compute sg ids
  • feat: show additional sg ids on machine pools
  • fix: adjust listed security groups
  • feat: day2 security groups
  • fix: improve create operator roles error message
  • fix: only show interactive SGs if there are any
  • refactor: interactive helpers
  • fix: only go interactive on non hcp
  • fix: CLI options dependency
  • fix: validate sgs flag out of byo vpc
  • fix: adjust security groups for machine pool help
  • fix: use output print slice instead of helper
  • fix: force --enable-autoscaling flag when autoscaling flags are used
  • fix: better help message
  • fix: doesn't check /labels for HCP

Release v1.2.28-rc3

13 Oct 14:59
132b354
Compare
Choose a tag to compare
Release v1.2.28-rc3 Pre-release
Pre-release
  • fix: doesn't check /labels for HCP

Release v1.2.28-rc2

12 Oct 12:02
Compare
Choose a tag to compare
Release v1.2.28-rc2 Pre-release
Pre-release
  • fix: only go interactive on non hcp
  • fix: CLI options dependency
  • fix: validate sgs flag out of byo vpc
  • fix: adjust security groups for machine pool help
  • fix: use output print slice instead of helper
  • fix: force --enable-autoscaling flag when autoscaling flags are used
  • fix: better help message

Release v1.2.28-rc1

02 Oct 16:54
Compare
Choose a tag to compare
Release v1.2.28-rc1 Pre-release
Pre-release
  • fix: CLI options not validated client-side
  • feat: add a rosa describe machinepool command
  • fix: Allow users to reset machinepool labels in interactive mode
  • feat: validate disk size during machinepool creation
  • fix: don't show RH managed VPC options when selecting subnets
  • fix: Update help message on rosa upgrade role command to be consistent
  • feat: Add interactive mode for shared VPC
  • fix: newer version available point to console.redhat.com
  • fix: remove root disk size from describe output
  • fix: rosa can list resources when cluster in hibernating state
  • fix: improve create cluster in shared VPC info message
  • feat: Add the ability to list clusters using an Account Role
  • feat: support day 1 additional compute sg ids
  • feat: show additional sg ids on machine pools
  • fix: adjust listed security groups
  • feat: day2 security groups
  • fix: improve create operator roles error message
  • fix: only show interactive SGs if there are any
  • refactor: interactive helpers

Release v1.2.27

25 Sep 08:38
Compare
Choose a tag to compare
  • fix: Add check for duplcate deletion of same cluster
  • feat: Hypershift node pool upgrades
  • fix: add a min/max validation
  • fix: only show warning message about EOL if there is an EOL timestamp
  • style: fix pronoun usage in command help
  • fix: better warning message for RH managed vpc
  • feat: add warning message for public ingress when switching HCP cluster visibility
  • fix: validate cluster admin flags
  • feat: Support machine pools with zero replicas on day two
  • fix: handle verify network 'running' state
  • fix: add info message to create account roles
  • fix: inform user about visibility change impact in interactive mode
  • fix: validate oic-provider exists in manual mode
  • fix: automatic control plane upgrade when no update is available
  • feat: Add 'Workload Monitoring' to describe/cluster
  • fix: Reversed 'bool'
  • fix: Moved getMode to top of cluster creation so it checks for invalid mode firstly
  • fix: create operator-roles for shared VPC
  • fix: more accuracy to --worker-disk-size
  • fix: Responded to review comment
  • feat: add automatic upgrades for node pools
  • refactor: extract autoscaler code to new modules
  • feat: allow setting GPU limitations
  • feat: Changed Password Validator function to use shared library
  • feat: add 'rosa create autoscaler' command
  • fix: adjust so that it doesn't show new ingress attributes when not supported
  • fix: Reusing str
  • fix: re-attach policies after detaching from operator roles
  • fix: set max-nodes-total default value to 180
  • fix: cores range validation
  • fix: Validation issues of configuring autoscaler interactively
  • feat: add root disk size validation
  • feat: add 'rosa edit autoscaler' command
  • feat: Do not allow HCP to be used on govcloud for create/accountroles
  • fix: Created AWSClient in the right spot [preventing nil ptr]
  • fix: Exit when unable to get caller
  • feat: Add support for json/yaml output on all rosa list commands
  • fix: Exit when error from using --hosted-cp on govcloud
  • fix: Used StringValue instead of dereferencing a string
  • fix: Redid logic to use already existing parse func & creator struct
  • fix: Addressed review comments
  • fix: Moved WithAWS() inline with NewRuntime()
  • fix: Better assignment to isGovCloud + const
  • fix: edit autoscaler examples
  • fix: negative durations are allowed
  • fix: check if autoscaler already exists before creation
  • fix: autoscaler created when not enabled
  • fix: resource limits range defaults
  • fix: autoscaler default values
  • fix: cluster-autoscaler enabled for HCP
  • fix: machine type when using disk size
  • fix: error message to alert customer of new ingress attributes
  • fix: no version change in edit machinepool if upgrade scheduled
  • fix: align version computation create machinepool for HCP
  • fix: don't ask for disk size for hosted cp

Release v1.2.27-rc3

20 Sep 19:28
Compare
Choose a tag to compare
Release v1.2.27-rc3 Pre-release
Pre-release
  • fix: don't ask for disk size for hosted cp

Release v1.2.27-rc2

19 Sep 13:48
Compare
Choose a tag to compare
Release v1.2.27-rc2 Pre-release
Pre-release
  • fix: autoscaler default values
  • fix: cluster-autoscaler enabled for HCP
  • fix: machine type when using disk size
  • fix: error message to alert customer of new ingress attributes
  • fix: no version change in edit machinepool if upgrade scheduled
  • fix: align version computation create machinepool for HCP

Release v1.2.27-rc1

11 Sep 21:13
bbe9b02
Compare
Choose a tag to compare
Release v1.2.27-rc1 Pre-release
Pre-release
  • fix: Add check for duplcate deletion of same cluster
  • feat: Hypershift node pool upgrades
  • fix: add a min/max validation
  • fix: only show warning message about EOL if there is an EOL timestamp
  • style: fix pronoun usage in command help
  • fix: better warning message for RH managed vpc
  • feat: add warning message for public ingress when switching HCP cluster visibility
  • fix: validate cluster admin flags Signed-off-by: marcolan018 llan@redhat.com
  • feat: Support machine pools with zero replicas on day two
  • fix: handle verify network 'running' state
  • fix: add info message to create account roles
  • fix: inform user about visibility change impact in interactive mode
  • fix: validate oic-provider exists in manual mode Signed-off-by: marcolan018 llan@redhat.com
  • fix: automatic control plane upgrade when no update is available
  • feat: Add 'Workload Monitoring' to describe/cluster
  • fix: Reversed 'bool'
  • fix: Moved getMode to top of cluster creation so it checks for invalid mode firstly
  • fix: create operator-roles for shared VPC
  • fix: more accuracy to --worker-disk-size
  • fix: Responded to review comment
  • feat: add automatic upgrades for node pools
  • refactor: extract autoscaler code to new modules
  • feat: allow setting GPU limitations
  • feat: Changed Password Validator function to use shared library
  • feat: add 'rosa create autoscaler' command
  • fix: adjust so that it doesn't show new ingress attributes when not supported
  • fix: Reusing str
  • fix: re-attach policies after detaching from operator roles
  • fix: set max-nodes-total default value to 180
  • fix: cores range validation
  • fix: Validation issues of configuring autoscaler interactively
  • chore: bump ocm sdk version to v0.1.367
  • feat: add root disk size validation Signed-off-by: marcolan018 llan@redhat.com
  • feat: add 'rosa edit autoscaler' command
  • feat: Do not allow HCP to be used on govcloud for create/accountroles
  • fix: Created AWSClient in the right spot [preventing nil ptr]
  • fix: Exit when unable to get caller
  • feat: Add support for json/yaml output on all rosa list commands
  • fix: Exit when error from using --hosted-cp on govcloud
  • fix: Used StringValue instead of dereferencing a string
  • fix: Redid logic to use already existing parse func & creator struct
  • fix: Addressed review comments
  • fix: Moved WithAWS() inline with NewRuntime()
  • fix: Better assignment to isGovCloud + const
  • fix: edit autoscaler examples
  • fix: negative durations are allowed
  • fix: check if autoscaler already exists before creation
  • fix: autoscaler created when not enabled
  • fix: resource limits range defaults