Skip to content

Commit

Permalink
Automatic commit of package [subscription-manager] release [1.30.3-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
jirihnidek committed Dec 19, 2024
1 parent d6b8040 commit 6e5a644
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/subscription-manager
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.2-1 ./
1.30.3-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def find_py(self):

setup(
name="subscription-manager",
version="1.30.2",
version="1.30.3",
url="http://www.candlepinproject.org",
description="Manage subscriptions for Red Hat products.",
license="GPLv2",
Expand Down
43 changes: 42 additions & 1 deletion subscription-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"

Name: subscription-manager
Version: 1.30.2
Version: 1.30.3
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Expand Down Expand Up @@ -743,6 +743,47 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json
rm -f /var/lib/rhsm/cache/content_access_mode.json

%changelog
* Thu Dec 19 2024 Jiri Hnidek <[email protected]> 1.30.3-1
- Card ID: CCT-731 - integration tests for DBus Register method
([email protected])
- chore: Remove the --token authentication ([email protected])
- chore: Remove artifacts of import ([email protected])
- chore: Remove artifacts of redeem ([email protected])
- chore: Remove artifacts of remove ([email protected])
- chore: Remove artifacts of autoheal ([email protected])
- chore: Remove artifacts of --auto-attach ([email protected])
- chore: Remove artifacts of attach ([email protected])
- fix: Added missing python packages ([email protected])
- fix: Fixed integration tests ([email protected])
- chore: Remove auto-assign CI job ([email protected])
- feat: Add initial support for tmt ([email protected])
- fix: Renamed integration-tests to cockpit-tests ([email protected])
- Feat CCT-965: Include timezone in the logs In `subscription-
manager/src/rhsm/logutil.py`i: ([email protected])
- feat: remove content access mode cache ([email protected])
- feat: add GetEnvironments method to DBus register ([email protected])
- feat: Added basic configuration for Packit ([email protected])
- fix: drop "autoattachinterval" from the rhsmcertd defaults
([email protected])
- feat/cct-875: Options -i and --cert-interval were removed from rhsmcertd
command autocompletion Options -i and --cert-interval were removed from
rhsmcertd command autocompletion. (mgrunwal@mgrunwal-
thinkpadp1gen3.rmtcz.csb)
- feat/cct-874: Autocompletion for option --servicelevel removed Autocompletion
for option --servicelevel (sub-man register --servicelevel) was removed.
([email protected])
- fix: Handle Retry-After headers better for 429 responses ([email protected])
- feat: Better automatic registration logging ([email protected])
- refactor: Moved some definition of lists from list.py ([email protected])
- fix: Removed show_autosubscribe_output() method ([email protected])
- feat: Remove useless CLI options from list command ([email protected])
- fix: perform autoreg waiting when performing standard autoreg
([email protected])
- chore: move autoreg waiting code in own function ([email protected])
- feat: support registering specifying environments with activation keys
([email protected])
- feat: Remove autoheal functionality from rhsmcertd ([email protected])

* Thu Sep 26 2024 Pino Toscano <[email protected]> 1.30.2-1
- Translated using Weblate (Georgian) ([email protected])
- feat: Create consumer cert & key owner by rhsm group ([email protected])
Expand Down

0 comments on commit 6e5a644

Please sign in to comment.