-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
89 changes: 89 additions & 0 deletions
89
site/_posts/2023-09-14-manageiq-petrosian-ga-announcement.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
--- | ||
title: ManageIQ Petrosian GA Announcement | ||
author: Fryguy | ||
date: 2023-09-14 | ||
comments: true | ||
published: true | ||
tags: releases announcements | ||
--- | ||
|
||
On behalf of the ManageIQ team, I'm happy to announce the release of **ManageIQ Oparin**! This release is named after the chess grandmaster [Tigran Petrosian](https://en.wikipedia.org/wiki/Tigran_Petrosian). You can download the Petrosian-1 release on our [downloads page](/download). | ||
|
||
Here are the highlights of the [Petrosian release](https://github.com/orgs/ManageIQ/projects/13#column-19122600): | ||
|
||
- Provider Enhancements | ||
- Cisco Intersight | ||
- Service Catalog Support | ||
- Collection of physical server profile templates | ||
- IBM Cloud PowerVS | ||
- Add placement group option and shared processor pools to VM provisioning | ||
- Collection of shared processor pools as resource pools | ||
- Identification of SAP profiles during inventory collection | ||
- IBM Power HMC | ||
- Service Catalog Support | ||
- VM Reconfigure for CPU, Memory and Network | ||
- Deletion support for LPARs | ||
- Collection of shared memory pools and shared processor pools as resource pools, media repositories as ISO storages, fibre channel ports and VFC client adapters, and HMC groups as VM labels | ||
- IBM PowerVC | ||
- Service Catalog Support | ||
- Kubernetes (and all Kubernetes-based providers) | ||
- Fix Node network metrics collection on s390x | ||
- Improvements for data collection when provider connection is lost | ||
- Kyndryl AutoSDE | ||
- Basic and Advanced modes for storage manager volume creation | ||
- Cloud Volumes Snapshot management | ||
- Clone support for cloud volumes | ||
- Update support for storage services | ||
- Update and Delete support for host initiator groups | ||
- Collection of storage service resource attachments and capabilities for physical storages / storage resources | ||
- oVirt / Red Hat Virtualization | ||
- Creation support for cloud network/subnets/routers though OVN/NetworkManager | ||
- VMware vSphere | ||
- Support for vSphere 8.0 | ||
- Added a customizable disk size field to VM post-provision | ||
- Core | ||
- Added new "Workflows" engine prototype. This new feature uses Amazon States Language to define workflows that can be used to automate complex tasks, and is designed as a future replacement for Automate. Admins can create custom docker images that will execute the "tasks" within the workflow. This feature is currently in prototype and is not recommended for production use at this time, but will be released in the Quinteros release. | ||
- Enable notifier role by default | ||
- [Security] Read secrets from an ENV file if mounted in containerized deployments | ||
- Performance improvements for metrics capture and rollups, particularly for very large container environments | ||
- Performance improvements to evaluation of MiqExpressions | ||
- Purging of audit_events | ||
- UI | ||
- New Storage Services page | ||
- Display Request Logs in Services -> Requests | ||
- Added relative date as a formatting option for date columns in Reports | ||
- Improved provider status notification when status has not been updated for over 2 days | ||
- Updated Timeline Chart and Table Component | ||
- Performance improvements for Timeline presentation when there are many events | ||
- [Service UI] Add Native Console Support | ||
- More page conversions from Angular to React and HAML to React | ||
- API | ||
- TODO | ||
- Build | ||
- Moved a lot of the build infrastructure to using GitHub Actions | ||
- [Containerized] Add a new hotfix image build script allowing users to build their own new images with hotfixed RPMs | ||
- [RPMs] Add tools for building hotfix RPMs | ||
- Developer | ||
- Upgrade to Nodejs 18 | ||
- Upgrade to yarn 3.5.0 | ||
- Upgrade to go 1.20.8 | ||
- Upgrade to operator-sdk 1.22.1 | ||
- Foundational changes for a future upgrade to Rails 7 | ||
|
||
**IMPORTANT**: The following are potentially breaking changes and deprecations | ||
|
||
- \*\***BREAKING**\*\* | ||
- Removal of OCP v3 Support | ||
- Removal of SCVMM provider | ||
- Removal of Monitor menu and the underlying OpenShift alerts (These only worked with OCP v3, so with the removal of OCP v3, there are no alerts to monitor) | ||
- API removal of /api/iso_datastores (these are now modeled as storages) | ||
- Deprecations carried over from the Oparin release | ||
- VMware 5.x and below support | ||
- PostgreSQL 10 support | ||
- While PostgreSQL 10 support will continue to work for the Petrosian release, we recommend upgrading to PostgreSQL 13 now, as it will be required for the Quinteros release. | ||
|
||
There are many more changes that would be impossible to detail in a single blog post. Many thanks goes to all of the community members for their contributions! | ||
|
||
A extra-big thanks goes out to [IBM](https://ibm.com) for sponsoring us, particularly with providing hosting on IBM Cloud for our release artifacts, build infrastructure, and the miq-bot. Thank you!! | ||
|
||
We are already well underway on the next release of ManageIQ - Quinteros. If you're interested in getting involved, check out our [roadmap](https://manageiq.org/roadmap), check out our [community page](https://manageiq.org/community), ask questions in our [discussions forum](https://github.com/ManageIQ/manageiq/discussions), and chat with us in [Gitter](https://gitter.im/ManageIQ/manageiq). We look forward to hearing from you! |