1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

release 0.178

This commit is contained in:
Daniel Mach 2022-05-24 14:19:37 +02:00
parent c3d535c3b2
commit ac6b615575
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -3,6 +3,19 @@
* init command is working inside of a git repository
* downloadassets command fetches references assets from build description
* checkout is cloning from git
- EXPERIMENTAL: signature (ssh key) authetication
* allow to configure 'sshkey' option in the config
* try to guess ssh key from the keys added to ssh-agent
* rename OscHTTPBasicAuthHandler to OscHTTPAuthHandler
* simplify bad auth retry workaround needed for old python versions
- add support for building preinstall images
- add support for building Helm charts
- show the md5s that are failing to validate after fetching a package
- add missing space to copypac completion
- never require login in the help command
- linkdiff: raise an exception when an added file is missing
- run tests via calling 'setup.py test'
- several coding style fixes
0.177.0
- switch to python3 in osc-wrapper and make python3 explicit

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.178.git'
__version__ = '0.178'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration