Skip to content

Releases: openshift/rosa

Release v1.2.33-rc1

26 Dec 15:18
5d4c85b
Compare
Choose a tag to compare
Release v1.2.33-rc1 Pre-release
Pre-release

What's Changed

  • OCM-5024 | fix: update example command for rosa edit cluster by @ciaranRoche in #1646
  • OCM-1189 | fix: add subnet info when available by @gdbranco in #1644
  • OCM-5108 | fix: revise help message for create-cluster-admin by @marcolan018 in #1648
  • OCM-4780 | fix: remove duplicated describe att by @gdbranco in #1643
  • OCM-3875 | fix: only output follow-up commands if necessary by @thomasmckay in #1606
  • OCM-4085 | fix: update aliases for oidc config by @ciaranRoche in #1649
  • OCM-3907 | fix: EC2 is typed as Ec2 in ROSA CLI by @tsorya in #1652
  • OCM-5231 | fix: use tabs instead of spaces by @gdbranco in #1654
  • OCM-3875 | fix: don't show create operator roles midflow by @thomasmckay in #1651
  • OCM-5231 | fix: use spaces instead of \t by @gdbranco in #1656
  • OCM-1079 | fix: only show private subnets when private link cluster is selected by @gdbranco in #1650
  • OCM-4646 | fix: add prompt to then show default ingress custom options by @gdbranco in #1633
  • OCM-3570 | feat: Add FedRAMP Prod Sector Env aliases by @hunterkepley in #1657
  • OCM-5621 | feat: Add codecov to CI pipeline for ROSA by @robpblake in #1659
  • OCM-5313 | fix: chunk slice before sending request to AWS by @gdbranco in #1660
  • OCM-5312 | chore: Update OCM-SDK-GO version to v0.1.390 by @davidleerh in #1661
  • OCM-5312 | fix: Output platform and tags by @davidleerh in #1662
  • OCM-4646 | fix: better messages for options prompts by @gdbranco in #1663
  • OCM-5365 | fix: set IMDS as option prompt by @gdbranco in #1664
  • OCM-4646 | fix: parenthesis placement by @gdbranco in #1666
  • OCM-5384 | fix: show imds param on cluster helper command by @gdbranco in #1667
  • OCM-5389 | fix: unset httpTokens for HCP by @gdbranco in #1669
  • OCM-5358 | fix: add a warning message when using best effort deletion by @oriAdler in #1668
  • OCM-5404 | fix: default HCP installer role to 'ManagedOpenshift' prefix by @gdbranco in #1671
  • OCM-5060 | fix:Validate min replicas for hosted cp clusters by @oriAdler in #1672
  • OCM-5100 | chore: bump to v1.2.33 by @gdbranco in #1673
  • OCM-3221 | feat: allow passing platform type for subnet based verification by @davidleerh in #1639

Full Changelog: v1.2.32...v1.2.33-rc1

Release v1.2.32

12 Dec 18:24
4adab21
Compare
Choose a tag to compare
  • Breaking: Remove 'rosa create ingress' as it is no longer supported.
  • Do not show unsupported "Enable FIPS support" when creating Hosted Control Plane (HCP) clusters.
  • Message users to use the same account roles if using existing operator roles.
  • Do not create permission policy files when in managed policies workflow.
  • Support passing tags to 'rosa verify network'.
  • Clarify best-effort cluster delete message.
  • Do not create classic account roles if not requested.

fix: skip permission policies creation for HCP
fix: improve error message for create operator roles
fix: do not allow fips flag for HCP
fix: fetch passed arn in all roles
feat: Add fmt-imports to the Makefile
feat: Refactor GeneratePolicyFiles to simplify code
feat: Format existing imports
feat: add linter checks to the PR pipeline
feat: order imports - contributing file
fix: Create HCP trust policies in manual mode
fix: remove create ingress cmd
fix: Send custom tags when doing network verify for a cluster
fix: revert - fetch passed arn in all roles
chore: bump version to 1.2.32

Release v1.2.32-rc1

04 Dec 17:52
4adab21
Compare
Choose a tag to compare
Release v1.2.32-rc1 Pre-release
Pre-release

fix: skip permission policies creation for HCP
fix: improve error message for create operator roles
fix: do not allow fips flag for HCP
fix: fetch passed arn in all roles
feat: Add fmt-imports to the Makefile
feat: Refactor GeneratePolicyFiles to simplify code
feat: Format existing imports
feat: add linter checks to the PR pipeline
feat: order imports - contributing file
fix: Create HCP trust policies in manual mode
fix: remove create ingress cmd
fix: Send custom tags when doing network verify for a cluster
fix: revert - fetch passed arn in all roles
chore: bump version to 1.2.32

Release v1.2.31

28 Nov 14:46
e602f2b
Compare
Choose a tag to compare
  • Allow interaction and management of the master and infra additional security groups.
  • Enable modification of cluster PIDs limit: rosa create kubeletconfig -c $CLUSTER_ID --pod-pids-limit=$PID_LIMIT.
  • Enable modification of cluster PIDs limit: rosa describe kubeletconfig -c $CLUSTER_ID.
  • Enable modification of cluster PIDs limit: rosa edit kubeletconfig -c $CLUSTER_ID --pod-pids-limit=$PID_LIMIT.
  • Enable modification of cluster PIDs limit: rosa delete kubeletconfig -c $CLUSTER_ID.
  • Fix creation of account roles in FedRAMP environment.
  • The warning message "W: No account roles found. You will need to ..." should be more explicit about the account-roles in a specific version not found.
  • Make "technology preview" messages dependent on backend service calls for greater control.
  • Listing machine pool upgrades needs same output information as control plane upgrades.
  • Add the --properties flag to create cluster message of command to recreate the cluster.
  • Filter out display of classic account roles during interactive Hosted Control Plane (HCP) cluster creation.
  • Persist cluster ID during on-demand verification.
  • When a cluster fails the network verification in the "in-flight" checks, the information should be displayed in 'rosa describe cluster'. Show information to guide a retry through "on demand" verification.
  • Change message when "No valid billing account associated" to https://console.aws.amazon.com/rosa/home#/get-started
  • Allow creating operator role after cluster creation for shared VPC. The ingress validation preflight is skipped in the case the operator role doesn't exist, as it can be created later on.
  • Allow users to remove all existing taints on a MachinePool when using interactive mode.
  • Exit when using --hosted-cp without --managed-policies as unmanaged policies are not available on Hosted Control Plane (HCP).

feat: Added rosa create kubeletconfig sub-command
feat: Added rosa describe kubeletconfig sub-command
feat: Added rosa describe kubeletconfig sub-command
feat: Added rosa edit kubeletconfig sub-command
feat: Added the rosa delete kubeletconfig sub-command
feat: Link the enforce of billing account hcp for GA
feat: add information about inflight check failures on cluster describe
feat: additional sg infra and control plane
feat: allow cluster ID association via on demand NV
feat: allow non sts clusters to verify network
feat: show dynamically technology preview messages for hcp
fix: Added -y flag to rosa edit kubeletconfig command
fix: Allow users to reset mp taints
fix: Create HCP cluster - filter out roles with classic policies
fix: Create cluster - improve no account roles found message
fix: Ensure we display what the user entered for '-c' flag on KubeletConfig command output
fix: Ensure we validate maximum pids limit when creating/editing KubeletConfig
fix: Fix GetVersionList for fedramp
fix: Fixed account role creation in fedramp
fix: Provide sensible default for PIDs limit in interactive mode
fix: adjust min format so it allows nightlies
fix: adjust subnet ids passed
fix: align list upgrade output when no avl upgrades
fix: create HCP operator roles by prefix - filter by policy
fix: create machine pool interactive mode
fix: describe cluster show sg ids
fix: helper message infra/control sgs
fix: include --properties in create cluster output
fix: only asks for sgs if not been set in interactive
fix: remove technology preview from command help
fix: update hcp billing account link
refactor: use consts for SG flag calls
chore: bump release to 1.2.31
chore: bump sdk to v0.1.377
chore: bump sdk v0.1.380
chore: bump sdk v0.1.385

Release v1.2.31-rc3

22 Nov 14:34
e602f2b
Compare
Choose a tag to compare
Release v1.2.31-rc3 Pre-release
Pre-release

fix: create HCP operator roles by prefix - filter by policy
fix: helper message infra/control sgs
fix: only asks for sgs if not been set in interactive
fix: describe cluster show sg ids
fix: Fix GetVersionList for fedramp

Release v1.2.31-rc2

14 Nov 15:09
3255447
Compare
Choose a tag to compare
Release v1.2.31-rc2 Pre-release
Pre-release

fix: create machine pool interactive mode
refactor: use consts for SG flag calls
fix: Provide sensible default for PIDs limit in interactive mode
fix: Fixed account role creation in fedramp

Release v1.2.31-rc1

13 Nov 21:06
58af583
Compare
Choose a tag to compare
Release v1.2.31-rc1 Pre-release
Pre-release

feat: Added rosa create kubeletconfig sub-command
feat: Added rosa describe kubeletconfig sub-command
feat: Added rosa describe kubeletconfig sub-command
feat: Added rosa edit kubeletconfig sub-command
feat: Added the rosa delete kubeletconfig sub-command
feat: Link the enforce of billing account hcp for GA
feat: add information about inflight check failures on cluster describe
feat: additional sg infra and control plane
feat: allow cluster ID association via on demand NV
feat: allow non sts clusters to verify network
feat: show dynamically technology preview messages for hcp
fix: Added -y flag to rosa edit kubeletconfig command
fix: Allow users to reset mp taints
fix: Create HCP cluster - filter out roles with classic policies
fix: Create cluster - improve no account roles found message
fix: Ensure we display what the user entered for '-c' flag on KubeletConfig command output
fix: Ensure we validate maximum pids limit when creating/editing KubeletConfig
fix: adjust min format so it allows nightlies
fix: adjust subnet ids passed
fix: align list upgrade output when no avl upgrades
fix: include --properties in create cluster output
fix: remove technology preview from command help
fix: update hcp billing account link
chore: bump release to 1.2.31
chore: bump sdk to v0.1.377
chore: bump sdk v0.1.380
chore: bump sdk v0.1.385

Release v1.2.30

10 Nov 18:55
e4e6612
Compare
Choose a tag to compare
  • fix: do not ask billingAccount for hcp

Release v1.2.29

03 Nov 16:49
8721cb4
Compare
Choose a tag to compare
  • fix: New OCP 4.Y ROSA STS Cluster Installation Picks HCP Roles
  • 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
  • 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.29-rc3

02 Nov 16:45
aef1e78
Compare
Choose a tag to compare
Release v1.2.29-rc3 Pre-release
Pre-release
  • New OCP 4.Y ROSA STS Cluster Installation Picks HCP Roles