mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-11 17:54:06 +02:00
release 0.178
This commit is contained in:
13
NEWS
13
NEWS
@@ -3,6 +3,19 @@
|
|||||||
* init command is working inside of a git repository
|
* init command is working inside of a git repository
|
||||||
* downloadassets command fetches references assets from build description
|
* downloadassets command fetches references assets from build description
|
||||||
* checkout is cloning from git
|
* 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
|
0.177.0
|
||||||
- switch to python3 in osc-wrapper and make python3 explicit
|
- switch to python3 in osc-wrapper and make python3 explicit
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
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_version__ is to be incremented when the format of the working copy
|
||||||
# "store" changes in an incompatible way. Please add any needed migration
|
# "store" changes in an incompatible way. Please add any needed migration
|
||||||
|
Reference in New Issue
Block a user