Skip to content

Commit 44ee1d4

Browse files
committed
Bump to v0.5.0
1 parent 5e8e55c commit 44ee1d4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If you don't have an internal apt server, you can use `dpkg -i` to install the
9393
One possibility is with the following commands in your Dockerfile:
9494

9595
```bash
96-
RUN wget https://github.com/Yelp/dumb-init/releases/download/v0.4.0/dumb-init_0.4.0_amd64.deb
96+
RUN wget https://github.com/Yelp/dumb-init/releases/download/v0.5.0/dumb-init_0.5.0_amd64.deb
9797
RUN dpkg -i dumb-init_*.deb
9898
```
9999

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

VERSION.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// THIS FILE IS AUTOMATICALLY GENERATED
22
// Run `make VERSION.h` to update it after modifying VERSION.
33
unsigned char VERSION[] = {
4-
0x30, 0x2e, 0x34, 0x2e, 0x30, 0x0a
4+
0x30, 0x2e, 0x35, 0x2e, 0x30, 0x0a
55
};
66
unsigned int VERSION_len = 6;

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
dumb-init (0.5.0) unstable; urgency=low
2+
3+
* Add command-line option parsing (supplements existing environment
4+
variables).
5+
* Prefix debug output with '[dumb-init]'
6+
7+
-- Chris Kuehl <[email protected]> Fri, 02 Oct 2015 18:12:51 -0700
8+
19
dumb-init (0.4.0) unstable; urgency=medium
210

311
* Properly respond to job control signals (SIGTSTP, SIGTTIN, SIGTTOU).

0 commit comments

Comments
 (0)