diff --git a/glance/locale/en_GB/LC_MESSAGES/glance.po b/glance/locale/en_GB/LC_MESSAGES/glance.po index 48a322f626..90e24cfee1 100644 --- a/glance/locale/en_GB/LC_MESSAGES/glance.po +++ b/glance/locale/en_GB/LC_MESSAGES/glance.po @@ -17,11 +17,11 @@ msgid "" msgstr "" "Project-Id-Version: glance VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2024-05-22 10:45+0000\n" +"POT-Creation-Date: 2024-07-18 13:43+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2024-05-08 01:34+0000\n" +"PO-Revision-Date: 2024-07-10 12:04+0000\n" "Last-Translator: Andi Chandler \n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -3442,6 +3442,10 @@ msgstr "" msgid "File %(path)s has invalid backing file %(bfile)s, aborting." msgstr "File %(path)s has invalid backing file %(bfile)s, aborting." +#, python-format +msgid "File %(path)s has invalid data-file %(dfile)s, aborting." +msgstr "File %(path)s has invalid data-file %(dfile)s, aborting." + msgid "" "File based imports are not allowed. Please use a non-local source of image " "data." diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 8c77616a29..ea67fe48e5 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -9,11 +9,11 @@ msgid "" msgstr "" "Project-Id-Version: Glance Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-05-22 10:43+0000\n" +"POT-Creation-Date: 2024-07-18 13:41+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2024-05-08 01:32+0000\n" +"PO-Revision-Date: 2024-07-18 10:07+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -205,15 +205,30 @@ msgstr "25.0.0" msgid "26.0.0" msgstr "26.0.0" +msgid "26.1.0" +msgstr "26.1.0" + msgid "27.0.0" msgstr "27.0.0" +msgid "27.1.0" +msgstr "27.1.0" + msgid "28.0.0" msgstr "28.0.0" msgid "28.0.1" msgstr "28.0.1" +msgid "28.1.0" +msgstr "28.1.0" + +msgid "29.0.0.0b1" +msgstr "29.0.0.0b1" + +msgid "29.0.0.0b2" +msgstr "29.0.0.0b2" + msgid "" "A change was added to the import API which provides time-based locking of an " "image to exclude other import operations from starting until the lock-" @@ -1430,6 +1445,14 @@ msgstr "" msgid "Bug 2049064_: Unit/functional test failures with oslo.limit 2.3.0" msgstr "Bug 2049064_: Unit/functional test failures with oslo.limit 2.3.0" +msgid "Bug 2059829_: Install and configure (Ubuntu) in glance" +msgstr "Bug 2059829_: Install and configure (Ubuntu) in glance" + +msgid "" +"Bug 2065087_: glance-cache-prefetcher is not working as threadpool is not set" +msgstr "" +"Bug 2065087_: glance-cache-prefetcher is not working as threadpool is not set" + msgid "Bug Fixes" msgstr "Bug Fixes" @@ -2199,6 +2222,17 @@ msgstr "" "'is_public' is False in the database) **and** that have image members, will " "have their visibility set to 'shared'." +msgid "" +"Images in the qcow2 format with an external data file are now rejected from " +"glance because such images could be used in an exploit to expose host " +"information. See `Bug #2059809 `_ for details." +msgstr "" +"Images in the qcow2 format with an external data file are now rejected from " +"glance because such images could be used in an exploit to expose host " +"information. See `Bug #2059809 `_ for details." + msgid "" "Impact of the Ocata visibility changes on end users of the Images API v2" msgstr "" @@ -3861,6 +3895,15 @@ msgstr "" "for operators to choose from, and a strict range defined with ``min`` and " "``max`` boundaries." +msgid "" +"The glance-api service no longer attempts to load ``api-paste.ini`` file as " +"its service config file. All config options should be written in service " +"config files such as ``glance-api.conf``." +msgstr "" +"The glance-api service no longer attempts to load ``api-paste.ini`` file as " +"its service config file. All config options should be written in service " +"config files such as ``glance-api.conf``." + msgid "" "The glance-scrubber utility is now multistore aware. If you are using the " "multistore feature, you must define configuration options for " @@ -5150,6 +5193,36 @@ msgstr "" "``glance-cache-prefetcher`` command to set up access to backend stores when " "the multi store feature is used." +msgid "" +"`Bug #2054575 `_: Fixed the " +"issue when cinder uploads a volume to glance in the optimized path and " +"glance rejects the request with invalid location. Now we convert the old " +"location format sent by cinder into the new location format supported by " +"multi store, hence allowing volumes to be uploaded in an optimized way." +msgstr "" +"`Bug #2054575 `_: Fixed the " +"issue when Cinder uploads a volume to Glance in the optimised path and " +"Glance rejects the request with invalid location. Now we convert the old " +"location format sent by Cinder into the new location format supported by " +"multi store, hence allowing volumes to be uploaded in an optimised way." + +msgid "" +"`Bug #2059809 `_: Fixed " +"issue where a qcow2 format image with an external data file could expose " +"host information. Such an image format with an external data file will be " +"rejected from glance. To achieve the same, format_inspector has been " +"extended by adding safety checks for qcow2 and vmdk files in glance. Unsafe " +"qcow and vmdk files will be rejected by pre-examining them with a format " +"inspector to ensure safe configurations prior to any qemu-img operations." +msgstr "" +"`Bug #2059809 `_: Fixed " +"issue where a qcow2 format image with an external data file could expose " +"host information. Such an image format with an external data file will be " +"rejected from Glance. To achieve the same, format_inspector has been " +"extended by adding safety checks for qcow2 and VMDK files in Glance. Unsafe " +"qcow and VMDK files will be rejected by pre-examining them with a format " +"inspector to ensure safe configurations prior to any qemu-img operations." + msgid "" "``all_stores_must_succeed``: Control wether the import have to succeed in " "all stores." diff --git a/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po deleted file mode 100644 index 87b99b59f8..0000000000 --- a/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po +++ /dev/null @@ -1,63 +0,0 @@ -# Gérald LONLAS , 2016. #zanata -msgid "" -msgstr "" -"Project-Id-Version: Glance Release Notes\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-19 00:45+0000\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2016-10-22 04:47+0000\n" -"Last-Translator: Gérald LONLAS \n" -"Language-Team: French\n" -"Language: fr\n" -"X-Generator: Zanata 4.3.3\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" - -msgid "11.0.1" -msgstr "11.0.1" - -msgid "12.0.0" -msgstr "12.0.0" - -msgid "13.0.0" -msgstr "13.0.0" - -msgid "Bug Fixes" -msgstr "Corrections de bugs" - -msgid "Critical Issues" -msgstr "Erreurs critiques" - -msgid "Current Series Release Notes" -msgstr "Note de la release actuelle" - -msgid "Deprecation Notes" -msgstr "Notes dépréciées " - -msgid "Glance Release Notes" -msgstr "Note de release de Glance" - -msgid "Liberty Series Release Notes" -msgstr "Note de release pour Liberty" - -msgid "Mitaka Series Release Notes" -msgstr "Note de release pour Mitaka" - -msgid "New Features" -msgstr "Nouvelles fonctionnalités" - -msgid "Newton Series Release Notes" -msgstr "Note de release pour Newton" - -msgid "Security Issues" -msgstr "Problèmes de sécurités" - -msgid "Start using reno to manage release notes." -msgstr "Commence à utiliser reno pour la gestion des notes de release" - -msgid "Translations have been synced from Zanata." -msgstr "Les traductions ont été synchronisées depuis Zanata" - -msgid "Upgrade Notes" -msgstr "Notes de mises à jours"