Skip to content

Commit b8b4468

Browse files
committed
Release v11.0.0
Added: - Add support for Rails 8 [[#297](#297)] - Add options to authenticate to a container registry and pull an image [[#282](#282)] - Add support for Rails 7.2 and Ruby 3.4 [[#284](#284)] - Add option to use a dedicated volume for containers [[#281](#281)] Removed: - Drop Ruby 3.1 and Rails 7.1 [[#297](#297)] - Drop CodeClimate [[#296](#296)]
1 parent d31f981 commit b8b4468

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ManageIQ
22
module ApplianceConsole
3-
VERSION = '10.0.2'.freeze
3+
VERSION = '11.0.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)