Skip to content

Releases: openshift/rosa

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

Release v1.2.26

28 Aug 19:48
Compare
Choose a tag to compare
  • fix: add --region to verify network message
  • feat: Create operator roles for the shared VPC flow
  • fix: more clarity into why it might have not found the prefix
  • feat: Warns when choosing a close to eol version
  • feat: include policies,namespace,name,in-use when listing operator roles
  • fix: no need to choose installer arn when already specified in args
  • fix: remove/hide HCP managed policies before release
  • fix: Create operator-roles - hide hosted cp managed policies
  • fix: check args not changed instead of empty is more reliable
  • fix: add name to subnet details when selecting interactively
  • feat: add vpc id and order asc by vpc id
  • feat: upgrade operator roles for the shared VPC flow
  • fix: show roles with missing policies and order by prefix
  • feat: Create operator-roles - ensure shared VPC policy
  • feat: ability to set machine pool root disk size
  • fix: interactively validate issuer url and secret arn
  • feat: Add shared pvc fields to cluster describe cmd
  • fix: checks hcp role tag in all flows
  • fix: use utility function to retrieve acc role suffix
  • feat: add warning and prompt to continue when subnets are not found
  • fix: take correct action based on vpc prompt
  • fix: Adding default value of http tokens metadata for describe command
  • feat: support shared vpc in rosa
  • feat: Removing default pool from rosa cli
  • feat: warning and prompt for tech preview hibernation
  • feat: improve help message for the shared VPC flow
  • fix: ROSA CLI for IMDSv2 - Help displays same prompt instead of anything helpful
  • fix: allow to choose load balancer type for sts clusters
  • feat: updating create-cluster command with autoscaler configurations
  • fix: use latest policies if user version is empty
  • fix: add empty default ingress attribute in config
  • feat: Cluster autoscaler delete functionality
  • fix: default values for boolean fields of autoscaler
  • fix: Describe cluster compute node shows wrong value as we should not look on cluster.nodes.compute anymore
  • fix: change the wording for autoscaler params
  • fix: utilization-threshold missing from interactive mode
  • fix: in interactive mode, version is required for node pools
  • fix: handle output for listing operator roles

Release v1.2.26-rc2

25 Aug 13:26
Compare
Choose a tag to compare
Release v1.2.26-rc2 Pre-release
Pre-release
  • fix: default values for boolean fields of autoscaler
  • fix: Describe cluster compute node shows wrong value as we should not look on cluster.nodes.compute anymore
  • fix: change the wording for autoscaler params
  • fix: utilization-threshold missing from interactive mode
  • fix: in interactive mode, version is required for node pools
  • fix: handle output for listing operator roles

Release v1.2.26-rc1

17 Aug 18:18
Compare
Choose a tag to compare
Release v1.2.26-rc1 Pre-release
Pre-release
  • fix: add --region to verify network message
  • feat: Create operator roles for the shared VPC flow
  • fix: more clarity into why it might have not found the prefix
  • feat: Warns when choosing a close to eol version
  • feat: include policies,namespace,name,in-use when listing operator roles
  • fix: no need to choose installer arn when already specified in args
  • fix: remove/hide HCP managed policies before release
  • fix: Create operator-roles - hide hosted cp managed policies
  • fix: check args not changed instead of empty is more reliable
  • fix: add name to subnet details when selecting interactively
  • feat: add vpc id and order asc by vpc id
  • feat: upgrade operator roles for the shared VPC flow
  • fix: show roles with missing policies and order by prefix
  • feat: Create operator-roles - ensure shared VPC policy
  • feat: ability to set machine pool root disk size
  • fix: interactively validate issuer url and secret arn
  • feat: Add shared pvc fields to cluster describe cmd
  • fix: checks hcp role tag in all flows
  • fix: use utility function to retrieve acc role suffix
  • feat: add warning and prompt to continue when subnets are not found
  • chore: bump ocm-sdk to v0.1.362
  • fix: take correct action based on vpc prompt
  • fix: Adding default value of http tokens metadata for describe command
  • feat: support shared vpc in rosa
  • feat: Removing default pool from rosa cli
  • feat: warning and prompt for tech preview hibernation
  • feat: improve help message for the shared VPC flow
  • fix: ROSA CLI for IMDSv2 - Help displays same prompt instead of anything helpful
  • fix: allow to choose load balancer type for sts clusters
  • feat: updating create-cluster command with autoscaler configurations
  • fix: use latest policies if user version is empty
  • fix: add empty default ingress attribute in config
  • feat: Cluster autoscaler delete functionality

Release v1.2.25

10 Aug 11:22
Compare
Choose a tag to compare
  • feat: ability to set machine pool root disk size
  • feat: add "USER DEFINED" in dns domain list Signed-off-by
  • feat: day1 operations for managed ingress attributes
  • feat: day2 operations for managed ingress attributes
  • feat: Import openshift-online/ocm-common shared library as module
  • feat: Move clusterNode validations code to shared library
  • feat: support dns domain creation in rosa cli Signed-off-by
  • feat: Support htpasswd from-file flag in interactive mode
  • feat: supports use local credentials cluster properties
  • feat: update vendor with apimachinery resource
  • fix: add hostname and tls to builder
  • fix: Adding default value for http tokens
  • fix: Adding Http tokens value to describe command
  • fix: add mention for how labels are selected
  • fix: add 'rosa verify network' help message
  • fix: adjust help usage for cluster routes attributes
  • fix: allow specifying empty values to remove route-selectors/excluded-namespaces
  • fix: allow supplying empty values to reset component routes
  • fix: bump OCM-GO-SDK
  • fix: Clearer message when skipping option
  • fix: determine role-arn for verify network
  • fix: Do not Allow IDP name cluster-admin
  • fix: empty checks against nil
  • fix: enables interactive if role arn is not supplied
  • fix: ensure operator roles always use the latest version
  • fix: ensure policy versions use the cluster channel
  • fix: handle nil pointer in user tag validations
  • fix: improve info message for the command to use to list upgrades
  • fix: Made info message only print when on auto mode
  • fix: mention default values for args
  • fix: remove nudge command when creating account roles
  • fix: replace deprecated ioutil.TempFile
  • fix: sanitize tags in place
  • fix: setting up the help in route-selector attribute
  • fix: shouldnt ask for mode if supplied in args
  • fix: The interactive mode should not exit after input invalid ingress label
  • fix: trim spaces in each excluded namespace
  • fix: update valid cluster states for verify network
  • fix: update 'verify network' status message
  • fix: version validation to check against correct channel group
  • test: 'verify network' unit tests

Release v1.2.25-rc2

09 Aug 15:35
Compare
Choose a tag to compare
Release v1.2.25-rc2 Pre-release
Pre-release
  • fix: allow supplying empty values to reset component routes
  • fix: allow specifying empty values to remove route-selectors/excluded-namespaces