Skip to content

Releases: SUSE/osc-tiny

v0.10.8

01 Jul 11:25
650e24a

Choose a tag to compare

  • Fix CI action mistakes and add python 3.13 & 3.14 to CI

v0.10.7

20 Jun 12:07
cc57ea0

Choose a tag to compare

  • Fix: Change deleted back to being a boolean parameter instead of a boolean flag (closes #207)
  • Fix CI: Use container images for pre 3.8 pythons
  • Fix: test failure in PY13

v0.10.6

26 Nov 12:37
8cb9d32

Choose a tag to compare

  • Fix: in changelog packager must contain email address
  • Docs: Updates
  • move contact email to action variables

v0.10.5

29 Oct 11:24
9db7c76

Choose a tag to compare

  • Fix: request review - always default to state="new", because OBS considers it a mandatory attribute (fixes #194)
  • Docs: fix logger name in quickstart.rst

v0.10.4

25 Sep 07:25
ad89a75

Choose a tag to compare

  • osctiny.models.request.Target model: add an optional 'repository' attribute (fixes #183) (#184)
  • osctiny.models.request.Target model: make the 'package' attribute optional (fixes #185) (#186)
  • Chore: Updated versions of GH actions (#189)

v0.10.3

12 Aug 14:35
f007f93

Choose a tag to compare

  • Fixed default value for CA path
  • Removed support for .osc data directory
  • Handle issues due to bugs in backports of responses
  • Auto release OBS: using osc-tiny and improved change log (#178)

v0.10.2

05 Aug 08:19
47746d1

Choose a tag to compare

  • Replaced get_cookie_jar function with a CookieManager (#171)
  • Use urllib3.Retry instead of custom implementation
  • Use the latest Python version for actions
  • Automate the release on OBS(closes #138) (#170)

v0.10.1

28 Jun 13:49
f6ead75

Choose a tag to compare

  • Include description in request creation

v0.10.0

27 Jun 10:59
ce2821e

Choose a tag to compare

  • Added capability to create requests (#165)
  • Install the theme for the docs (#163)

v0.9.1

22 May 08:57
f7f7a3d

Choose a tag to compare

  • Staging extension: fix the return value of set_status_report() (fixes #158)
  • Document OBS release process