Changelog for
ruby3.3-rubygem-fog-brightbox-1.11.0-1.16.i586.rpm :
* Tue Nov 14 2023 Dan Čermák
- New upstream release 1.11.0, see bundled CHANGELOG.md
* Wed Dec 07 2022 Stephan Kulow updated to version 1.8.2 see installed CHANGELOG.md [#]## 1.8.2 / 2022-12-06 Bug fixes:
* Fix issue in storage directory `#save` that prevented creating and updating permissions/ACL on Orbit containers correctly [#]## 1.8.1 / 2022-12-05 Bug fixes:
* Remove outdated check for required arguments in `Image.create` model which prevented using newer arguments in the latest API version
* Mon Oct 10 2022 Stephan Kulow updated to version 1.8.0 see installed CHANGELOG.md [#]## 1.8.0 / 2022-08-31 Changes:
* Allow custom `volume_size` in server creation where supported
* Mon Aug 29 2022 Stephan Kulow updated to version 1.7.3 see installed CHANGELOG.md [#]## 1.7.3 / 2022-08-17 Bug fixes:
* Fix to deduplicate forward slashes in `Storage::File#public_url` when object keys are prefixed with \"/\" [#]## 1.7.2 / 2022-08-17 Bug fixes:
* Fix in `Storage.escape` regexp which failed to handle dashes correctly and broke generated URLs. [#]## 1.7.1 / 2022-08-17 Bug fixes:
* Implement `Storage::Directory#public_url` to allow generation of `File` public URLs correctly.
* Thu Aug 04 2022 Stephan Kulow updated to version 1.7.0 see installed CHANGELOG.md [#]## 1.7.0 / 2022-07-28 Changes:
* Adds support for `ConfigMaps` which are simple key/value stores for configuring other resources.
* Updated the API models to include the latest set of attributes defined in the Brightbox API enabling them to be referenced. [#]## 1.6.0 / 2022-07-25 Changes:
* Added support to opt-in to support Brightbox 2FA within clients. Two Factor Authentication (2FA) support: Passing `brightbox_support_two_factor` into a configuration will raise a new error when user authentication has failed BUT the presence of the `X-Brightbox-OTP: required` HTTP header is found. This new error `Fog::Brightbox::OAuth2::TwoFactorMissingError` can be handled differently by the client and the second factor can be prompted for or recovered from a secure keychain. Without opting in, the previous error `Excon::Errors::Unauthorized` is raised. To send the OTP, the `brightbox_one_time_password` can be passed into a configuration object or one_time_password can be passed to a credentials object. [#]## 1.5.0 / 2022-06-09 Changes:
* Added support for `Volume` resources. These are dynamic, network attached volumes. Servers with `nbs` (Network Block Storage) types can be created from volumes. Additional volumes can be attached to a server. The volumes can be quickly copied and resized. [#]## 1.4.2 / 2022-06-09 Bug fixes:
* `Fog::Brightbox::Compute::ImageSelector#latest_ubuntu` was fixed to resolve two bugs that prevented the latest version being found since Xenial:
* The filtering for `i686` was missing later release which are only available as `x86_64` images following support being dropped upstream. The filter is now swapped to only match 64bit releases.
* The reverse name sorting failed when the Ubuntu codenames returned to the start of the alphabet so `xenial` (16.04) would appear above `bionic` (18.04) or `jammy` (22.04). The names are now split and the version used instead for the sorting.
* Thu Jun 24 2021 Stephan Kulow updated to version 1.4.1 see installed CHANGELOG.md [#]## 1.4.1 / 2021-04-20 Bug fixes:
* Fix passing `snapshots_schedule` to database servers as the value was being omitted in the model layer. This was preventing creating without a schedule causing the default behaviour. [#]## 1.4.0 / 2021-02-17 Changes:
* Relax dependencies to allow Ruby 3.0 to be used. [#]## 1.3.0 / 2020-11-24 Changes:
* Add `Server#disk_encrypted` attribute to support creation of servers with LUKS based encryption at rest. [#]## 1.2.0 / 2020-11-16 Changes:
* Add `LoadBalancer#ssl_minimum_version` attribute to configure the TLS/SSL version supported by the load balancer.
* Fri Sep 25 2020 Stephan Kulow updated to version 1.1.0 see installed CHANGELOG.md [#]## 1.1.0 / 2020-06-30 Changes:
* Add Ruby 2.6 and 2.7 to Travis CI testing matrix.
* Remove bundler installation step from Travis CI.
* Use `example.test` for testing domains rather than `example.com` to avoid leaking routable traffic.
* Add `FOG_TEST_COLLABORATOR_EMAIL` to enable ENV based setting of email address when using the tests for integation tests.` Bug fixes:
* Add `status` check to `ImageSelector` so that unavailable images were not selected for use automatically and causing failures in tests.
* Fix creating database servers from snapshots by adding the `snapshot_id` attribute ensuring the value is not filtered when using the model.
* Thu Nov 22 2018 Stephan Kulow - updated to version 1.0.0 see installed CHANGELOG.md [#]## 1.0.0 / 2018-10-05 Major Changes:
* Gem version has been changed 1.0 to reflect breaking changes.
* Ruby versions 1.9 is longer supported as per fog-core v2.
* Ruby versions 2.0 and 2.1 are no longer supported by Brightbox although a hard value has not been used in the gemspec to avoid issues with `fog`
* Remove deprecated versions of `#(get|update)_account` and `#get_user` which did not require identifiers and were treated as the authenticated user.
* Remove deprecated `Compute#request` multiple argument version.
* Remove deprecated `#destroy_(resource)` requests.
* Fix `#destroy_(resource)` references in models. [#]## 0.16.1 / 2018-09-07 Bug fixes:
* Fix ordering issue between declaration of fog services and `autoload` modules. Changes in `fog-core` would reference modules before available in autoload so caused a name error.
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 0.16.0 see installed CHANGELOG.md [#]## 0.16.0 / 2018-09-04 Changes:
* Replaced abandoned `inflecto` dependency with `dry-inflector` gem. [#]## 0.15.1 / 2018-06-22 Bug fixes:
* Remove pessimistic dependency versions.
* Thu Jun 14 2018 factory-autoAATTkulow.org- updated to version 0.15.0 see installed CHANGELOG.md [#]## 0.15.0 / 2018-06-14 Bug fixes:
* Attempting to generate a temporary URL for a storage object would fail with unclear message. Now a `Fog::Brightbox::Storage::ManagementUrlUnknown` is raised instead. It must be either configured OR an authentication request made before so the management URL is received from the server.
* `:brightbox_storage_management_url` is now whitelisted to be passed in to the configuration to avoid the authentication previously required.