This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Changelog
63 lines (52 loc) · 2.6 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Fri Jun 8 13:51:20 CET 2018 Pascal Arlt <[email protected]>
* Release v2.0.0:
- Removed Go 1.5 and 1.6 support 1.9 and 1.10.x are supported now
https://github.com/SUSE/zypper-docker/pull/139
- Add short forms of commands to help section
https://github.com/SUSE/zypper-docker/pull/143
- Update and use zypper exit codes
https://github.com/SUSE/zypper-docker/pull/122
- Move from docker/engine-api to docker/docker
https://github.com/SUSE/zypper-docker/pull/138
- Allow inspection of stopped containers
https://github.com/SUSE/zypper-docker/pull/137
- Fix bug that caused images not to be removed properly in some cases
https://github.com/SUSE/zypper-docker/pull/137
- Fix bug that caused lpc command to log to stdout
https://github.com/SUSE/zypper-docker/pull/140
- Fix bug that caused force flag not to work with zypper-docker images
https://github.com/SUSE/zypper-docker/pull/141
- Fix docker ps command
https://github.com/SUSE/zypper-docker/pull/146
- Fix bug with zypper-docker up/patch --no-recommends
https://github.com/SUSE/zypper-docker/pull/150
- Update integration tests
https://github.com/SUSE/zypper-docker/pull/142
- Analyze container instead of base image by default
https://github.com/SUSE/zypper-docker/pull/148
Tue Apr 26 15:07:31 CET 2016 Miquel Sabaté Solà <[email protected]>
* Release v1.2:
- The `list-patches` command has gained the `--severity` flag.
- Removed Go 1.4 support. Only 1.5 and 1.6 are supported now.
- The `--help` flag is now more specific on commands arguments.
- The cache file is now safe from concurrent accesses.
- Clean zypper's cache after patch or update.
- Display error message when image does not exist.
- Run all zypper commands as root.
- Migrated client from samalba/dockerclient to docker/engine-api.
Fri Dec 04 10:41:22 CET 2015 Miquel Sabaté Solà <[email protected]>
* Release v1.1.2:
- The patch and the update commands no longer pollute the resulting image
- Parse the image name:tag with distribution's reference package
Thu Nov 26 15:46:57 CET 2015 Flavio Castelli <[email protected]>
* Release v1.1.1:
- Fix the prefix of the logger
- Increase timeout when spawning containers
- Ignore certain exit codes produces by zypper when doing patch and update
Fri Oct 30 17:15:52 CET 2015 Flavio Castelli <[email protected]>
* Release v1.1.0:
- make it possible to add extra hosts at runtime
- always run in non-interactive mode
- take global options into consideration when invoking zypper
Wed Oct 14 17:09:28 CET 2015 Flavio Castelli <[email protected]>
* Initial release: v1.0.0