79c6a5a445
- Version 2.6.9 - Add enabled attribute to syncing process This fixes wrong marked repositories when syncing This references bsc#1184814 - Enable 'Installer-Updates' repositories when enabling a product, so they can get used by the installer to patch the installation system itself. This references bsc#1184814
Natnael Getahun
2021-05-03 16:12:24 +00:00
578a838649
- Version 2.6.7 - Clean out subscriptions table only if replacement data is already available (bsc#1183615)
Thomas Schmidt2021-03-17 19:52:48 +00:00
a5b237016e
Update from git master
Thomas Muntaner
2020-10-19 08:39:00 +00:00
ce7aab00fe
Update from git master
Thomas Muntaner
2020-10-15 13:14:38 +00:00
fafe4f7310
- Version 2.6.5 - Solved potential bug of SCC repository URLs changing over time. RMT now self heals by removing the previous invalid repository and creating the correct one.
Thomas Muntaner
2020-10-08 14:42:01 +00:00
975dc7f511
Update from master
Thomas Muntaner
2020-10-07 14:17:54 +00:00
db4eb5fd73
Update from master
Thomas Muntaner
2020-10-07 13:02:56 +00:00
9156e16ffb
- Version 2.6.4 - Add web server settings to /etc/rmt.conf: Now it's possible to configure the minimum and maximum threads count as well the number of web server workers to be booted through /etc/rmt.conf.
Thomas Muntaner
2020-10-06 14:45:08 +00:00
bbaacf5483
- Version 2.6.2 - Fix RMT file caching based on timestamps: Previously, RMT sent GET requests with the header 'If-Modified-Since' to a repository server and if the response had a 304 (Not Modified), it would copy a file from the local cache instead of downloading. However, if the local file timestamp accidentally changed to a date newer than the one on the repository server, RMT would have an outdated file, which caused some errors. Now, RMT makes HEAD requests to the repositories servers and inspect the 'Last-Modified' header to decide whether to download a file or copy it from cache, by comparing the equalness of timestamps.
Thomas Muntaner
2020-09-30 07:18:57 +00:00
456030ff26
- Version 2.6.0 - Friendlier IDs for custom repositories: In an effort to simplify the handling of SCC and custom repositories, RMT now has friendly IDs. For SCC repositories, it's the same SCC ID as before. For custom repositories, it can either be user provided or RMT generated (MD5 of the provided URL). Benefits: * rmt-cli mirror repositories now works for custom repositories. * Custom repository IDs can be the same across RMT instances. * No more confusing "SCC ID" vs "ID" in rmt-cli output. Deprecation Warnings: * RMT now uses a different ID for custom repositories than before. RMT still supports that old ID, but it's recommended to start using the new ID to ensure future compatibility.
Thomas Muntaner
2020-09-24 13:38:09 +00:00
12ffde265f
- Version 2.5.20 - Updated rails from 6.0.3.2 to 6.0.3.3: - actionview (CVE-2020-15169)
Thomas Muntaner
2020-09-10 12:23:32 +00:00
d033256127
- Version 2.5.19 - RMT now has the ability to remove local systems with the command rmt-cli systems remove.
Thomas Muntaner
2020-09-09 13:32:56 +00:00
5e126fb05c
- Version 2.5.15 - RMT now checks if repositories are fully mirrored during the activation process. Previously, RMT only checked if the repositories were enabled to be mirrored, but not that they were actually mirrored. In this case, RMTs were not able to provide the repository data which systems assumed it had.
Thomas Muntaner
2020-09-04 07:12:00 +00:00
16dee26644
Updated with changes from master
Thomas Muntaner
2020-08-27 08:46:37 +00:00
822e7f8a3a
- Version 2.5.14 - Enable 'Installer-Updates' repositories by default
Thomas Muntaner
2020-08-26 07:42:14 +00:00
66af9247ab
- Version 2.5.13 - Added rmt-cli repos clean command to remove locally mirrored files of repositories which are not marked to be mirrored. - Previously, RMT didn't track deduplicated files in its database. Now, to accommodate rmt-cli repos clean, RMT will track all mirrored files.
Thomas Muntaner
2020-08-14 16:21:11 +00:00
530154f445
- Move the nginx reload to the configuration package which contain nginx config files, don't reload nginx unconditionally from main package.
Thomas Muntaner
2020-08-14 08:02:12 +00:00
41243f5893
- Version 2.5.10 - Support rmt-server to run with Ruby 2.7 (Factory/Tumbleweed): - Bump gem 'config' version from 1.7.2 to 2.2.1 to fix incompatibility Ruby 2.7 OpenStruct class; - Bump gem 'typhoeus' version from 1.3.1 to 1.4.0 in order to also bump gem 'ethon' version, which caused a 'rb_safe_level' warning on Ruby 2.7; - Fix "last arg as keyword arg" Ruby 2.7 warning on source code; - Disable "deprecated" warnings from Ruby 2.7; Rails 5.1 generates a lot of warnings with Ruby 2.7, mainly due to "capturing the given block with Proc.new", which is deprecated; - Improve RPM spec to consider only the distribution default Ruby version configured in OBS; - Improve RPM spec to remove Ruby 2.7 warnings regarding 'bundler.
Luís Caparroz
2020-06-22 12:18:35 +00:00
ae9a66bd44
- Version 2.4.2 - Fixed system listing when architecture is not well referenced (bsc#1141122) - Added rmt-client-setup-res for RES8 systems
José Gómez2019-09-17 10:45:45 +00:00
933db80642
- Version 2.4.0 - Allow to mirror individual products/repositories (bsc#1138863)
Thomas Schmidt2019-08-26 09:43:33 +00:00
7f725b77cc
Fri Aug 16 11:07:26 UTC 2019 - tmuntaner@suse.com - Version 2.3.7 - RMT now uses mirror_src to determine whether or not to download source packages. (bsc#1145688)
Thomas Muntaner
2019-08-16 14:08:34 +00:00
1ca3255664
- Version 2.3.3 - Removed release stage from names to be consistent with SCC (bsc#1136168) * Generate friendly_name as needed * Drops friendly_name column from database
Thomas Hutterer
2019-07-24 13:06:12 +00:00
585f0fd316
- Version 2.3.1 - Fix mirroring logic when errors are encountered (bsc#1140492) - Refactor RMT::Mirror to download metadata/licenses in parallel
Ivan Kapelyukhin
2019-07-09 16:32:40 +00:00
2b1efcca92
Update from master:
Serhii Kotov
2019-06-26 12:38:10 +00:00
ab1ddba739
- Updated dependency nokogiri to 1.10.3 (CVE-2019-11068)
Thomas Muntaner
2019-04-24 09:47:47 +00:00
1fce124b95
- Version 2.0.0 - Breaking Change: Added headers to generated CSV files
Thomas Muntaner
2019-04-17 09:52:51 +00:00
d4ca1e9296
- Version 1.2.8 - Offline migration from SLE 15 to SLE 15 SP1 will add Python2 module
Serhii Kotov
2019-04-09 10:40:54 +00:00
d507831efd
Updated with latest changes from master
Thomas Muntaner
2019-04-09 08:32:56 +00:00
bf9f2bb803
Lastest changes from master
Thomas Muntaner
2019-04-01 07:24:20 +00:00
833d9e496d
- Version 1.2.7 - Online migrations will automatically add additional modules to the client systems depending on the base product
Serhii Kotov
2019-03-28 12:07:07 +00:00
5acf9e94ca
- Version 1.2.6 - Fix incorrect triggering of registration sharing (bsc#1129392) - Add a script to manually test registration sharing
Ivan Kapelyukhin
2019-03-21 10:12:02 +00:00
285691e7a4
- Version 1.2.5 - Version 1.2.4
Thomas Muntaner
2019-03-20 15:20:51 +00:00
69f8cf2de1
- Updated rails to version 5.1.6.2 (CVE-2019-5419)
Thomas Muntaner
2019-03-19 12:05:15 +00:00
9c08a93095
- Version 1.2.3 - Fix license mirroring issue in some non-SUSE repositories (bsc#1128858)
Hernan Schmidt
2019-03-13 08:42:38 +00:00
b7bdd3a333
- Version 1.2.2 - Set CURLOPT_LOW_SPEED_LIMIT to prevent downloads from getting stuck (bsc#1107806) - Removed use-ruby-2.5-in-rails.patch, use-ruby-2.5-in-rmt-data-import.patch and use-ruby-2.5-in-rmt-cli.patch as they are no longer needed.
Serhii Kotov
2019-03-04 12:34:28 +00:00
56a68a4ddd
Release version 1.2.2
Serhii Kotov
2019-02-27 15:06:47 +00:00