Skip to content

Commit

Permalink
Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Oct 3, 2015
1 parent 5e8e55c commit 44ee1d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you don't have an internal apt server, you can use `dpkg -i` to install the
One possibility is with the following commands in your Dockerfile:

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
2 changes: 1 addition & 1 deletion VERSION.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THIS FILE IS AUTOMATICALLY GENERATED
// Run `make VERSION.h` to update it after modifying VERSION.
unsigned char VERSION[] = {
0x30, 0x2e, 0x34, 0x2e, 0x30, 0x0a
0x30, 0x2e, 0x35, 0x2e, 0x30, 0x0a
};
unsigned int VERSION_len = 6;
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
dumb-init (0.5.0) unstable; urgency=low

* Add command-line option parsing (supplements existing environment
variables).
* Prefix debug output with '[dumb-init]'

-- Chris Kuehl <[email protected]> Fri, 02 Oct 2015 18:12:51 -0700

dumb-init (0.4.0) unstable; urgency=medium

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

0 comments on commit 44ee1d4

Please sign in to comment.