release-compare/release-compare.changes

216 lines
7.4 KiB
Plaintext

-------------------------------------------------------------------
Tue Jun 13 10:28:08 UTC 2023 - Joachim Gleissner <jgleissner@suse.com>
- 0.9.1
* Capture package version changes
* Fix version match regular epxpression
* Convert (back) to single file script
* Add runtime dependency on setuptools to spec file
-------------------------------------------------------------------
Fri May 26 15:05:28 UTC 2023 - Joachim Gleissner <jgleissner@suse.com>
- 0.9.0
* Re-write of create_changelog in python
* Support for JSON output
* Support for handling image config changelog (image history) as
produced by keg OBS source service (JSON and YAML formats supported)
* Support for including full package list in change log
* Parse version number for selecting most recent old obsgendiff
(avoids mismatches)
* Add configuration options via _release_compare in package source
-------------------------------------------------------------------
Tue May 17 14:53:30 UTC 2022 - Joachim Gleissner <jgleissner@suse.com>
- 0.5.6
* better obsgendiff version string guess
-------------------------------------------------------------------
Tue Apr 27 10:27:46 UTC 2021 - Joachim Gleissner <jgleissner@suse.com>
- 0.5.5
* Use package versions for change log (yaml) generation
-------------------------------------------------------------------
Mon Feb 8 13:33:27 UTC 2021 - Joachim Gleissner <jgleissner@suse.com>
- 0.5.4
* fix CVE regex
-------------------------------------------------------------------
Wed Feb 3 19:17:25 UTC 2021 - Adrian Schröter <adrian@suse.de>
- 0.5.3
* fix regex for CVE scan
* fix glob for old obsgendiff file name expansion
-------------------------------------------------------------------
Tue Feb 2 08:12:14 UTC 2021 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.2
* escape backslashes in YAML string
-------------------------------------------------------------------
Mon Feb 1 13:06:15 UTC 2021 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.1
* Handle packages info without license tag correctly
* fix potential diff format issue
-------------------------------------------------------------------
Wed Dec 16 13:08:26 UTC 2020 - Joachim Gleissner <jgleissner@suse.com>
- create list of package version changes in YAML output
-------------------------------------------------------------------
Thu Dec 10 15:00:48 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.5.0
* exports changes also as YAML file (provided by Joachim Gleissner)
-------------------------------------------------------------------
Tue Nov 10 10:13:59 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.4.1
* support short rpm structures for appliance server side builds
-------------------------------------------------------------------
Mon Sep 28 12:43:23 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.4.0
* requires new build script!
* move script into obsgendiff.d directory
* minor output improvement
-------------------------------------------------------------------
Fri Sep 25 15:09:43 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.15
* allow to run further plugins by providing executables
in /usr/lib/build/obsgendiff.d
NOTE: we may move this functionality into build script
-------------------------------------------------------------------
Fri Sep 25 14:30:53 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.14
* Pick newest obsgendiff archive if multiple exists
in maintenance_release projects
-------------------------------------------------------------------
Wed Sep 23 15:46:56 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.13
* strip package name containers from incident projects
* drop wrong and needless stripping of package names
-------------------------------------------------------------------
Thu Sep 17 11:41:01 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.12
* get right package container name from disturl
-------------------------------------------------------------------
Wed Sep 16 12:27:11 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.11
* relax report parsing
(either single or double quotes might be used depending on
the build stage)
* hide author (and email) lines in diff
-------------------------------------------------------------------
Tue Sep 15 15:01:25 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.10
* fixed escaping in sed statement
-------------------------------------------------------------------
Mon Sep 14 18:23:44 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.9
* fix one more subtile difference in kiwi appliance builds
-------------------------------------------------------------------
Mon Sep 14 12:40:02 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.8
* fix parsing of kiwi appliance packages files
-------------------------------------------------------------------
Mon Sep 14 08:03:58 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.7
* update for missing Build numbers in media
(eg openSUSE ftp tree builds)
-------------------------------------------------------------------
Fri Sep 11 13:12:29 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.6
* fix touching used rpms
-------------------------------------------------------------------
Thu Sep 10 11:08:09 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.5
* List added/removed rpm binary names, but diff changes
via src rpm names
* syntax fix
-------------------------------------------------------------------
Wed Sep 9 11:58:07 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.4
* avoid double Changelog txt suffix
* guess file names need to work with -Snapshot file names on factory
* work on source rpm name base only
* strip "first" lines of changes to hide the email adresses
-------------------------------------------------------------------
Wed Sep 2 12:59:41 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.3
* beautify diff of import packages
-------------------------------------------------------------------
Wed Sep 2 10:32:52 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.2
* handling changed version of a medium
-------------------------------------------------------------------
Tue Sep 1 08:57:42 UTC 2020 - Adrian Schröter <adrian@suse.de>
- update to version 0.3.1
* added support for Dockerfile builds
- use git repo as resource
-------------------------------------------------------------------
Mon Aug 31 09:11:03 UTC 2020 - Adrian Schröter <adrian@suse.de>
- support also plain kiwi builds
-------------------------------------------------------------------
Wed Aug 26 13:44:48 UTC 2020 - Adrian Schröter <adrian@suse.de>
- write changelogs in UTF-8 encoding
-------------------------------------------------------------------
Tue Aug 25 07:34:24 UTC 2020 - Adrian Schröter <adrian@suse.de>
- speedup it a lot to avoid timeout errors
-------------------------------------------------------------------
Wed Aug 19 09:13:35 UTC 2020 - Adrian Schröter <adrian@suse.de>
- running based on .report instead of .packages files
-------------------------------------------------------------------
Mon Feb 3 14:11:03 UTC 2020 - Adrian Schröter <adrian@suse.de>
- initial demo package