Skip to content

Commit 73e10a0

Browse files
authored
Merge pull request #1002 from SUSE/new-release-2.13
New release
2 parents 1dbc9c0 + def5831 commit 73e10a0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

lib/rmt.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RMT
2-
VERSION ||= '2.12'.freeze
2+
VERSION ||= '2.13'.freeze
33

44
DEFAULT_USER = '_rmt'.freeze
55
DEFAULT_GROUP = 'nginx'.freeze

package/obs/rmt-server.changes

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
-------------------------------------------------------------------
2+
Fri May 19 12:05:44 UTC 2023 - Jesús Bermúdez Velázquez <jesus.bv@suse.com>
3+
4+
- Version 2.13
5+
* Handle X-Original-URI header, partial fix for bsc#1211398
6+
* New endpoint to handle SUMa CLI tool PAYG/BYOS check
7+
* Additional API paths for SUMa PAYG for RMT
8+
* Allow access to SUMa Client Tools and Proxy channels if product is SUMA_Server
9+
* Handle system token for BYOS instances in the cloud
10+
11+
112
-------------------------------------------------------------------
213
Wed Apr 12 15:27:18 UTC 2023 - Felix Schnizlein <fschnizlein@suse.com>
314

package/obs/rmt-server.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
%define ruby_version %{rb_default_ruby_suffix}
3131

3232
Name: rmt-server
33-
Version: 2.12
33+
Version: 2.13
3434
Release: 0
3535
Summary: Repository mirroring tool and registration proxy for SCC
3636
License: GPL-2.0-or-later

0 commit comments

Comments
 (0)