File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
lib/manageiq/appliance_console Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66
7- - Add support for rails 8, drop ruby 3.1 and rails 7.1
7+ ## [ 11.0.0] - 2026-01-22
8+ ### Added
9+ - Add support for Rails 8 [[ #297 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/297 )]
10+ - Add options to authenticate to a container registry and pull an image [[ #282 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/282 )]
11+ - Add support for Rails 7.2 and Ruby 3.4 [[ #284 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/284 )]
12+ - Add option to use a dedicated volume for containers [[ #281 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/281 )]
13+
14+ ### Removed
15+ - Drop Ruby 3.1 and Rails 7.1 [[ #297 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/297 )]
16+ - Drop CodeClimate [[ #296 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/296 )]
817
918## [ 10.0.2] - 2025-05-08
10- ## Changed
19+ ### Changed
1120- Remove ping of IPA Server [[ #278 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/278 )]
1221
1322## [ 10.0.1] - 2024-11-27
14- ## Changed
23+ ### Changed
1524- Readline does not work with ruby 3.3 [[ #270 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/270 )]
1625
1726## [ 10.0.0] - 2024-11-19
@@ -309,7 +318,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
309318
310319## [ 1.0.0] - 2017-10-19
311320
312- [ Unreleased ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v10.0.2...HEAD
321+ [ Unreleased ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v11.0.0...HEAD
322+ [ 11.0.0 ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v10.0.2...v11.0.0
313323[ 10.0.2 ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v10.0.1...v10.0.2
314324[ 10.0.1 ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v10.0.0...v10.0.1
315325[ 10.0.0 ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.1.1...v10.0.0
Original file line number Diff line number Diff line change 11module ManageIQ
22 module ApplianceConsole
3- VERSION = '10 .0.2 ' . freeze
3+ VERSION = '11 .0.0 ' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments