Skip to content

Commit

Permalink
chore(release): update version in master to v1.9.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jul 13, 2015
1 parent d4c52a8 commit fc2e4ce
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion builder/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ RUN passwd -u git

COPY . /

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion builder/rootfs/usr/local/src/slugbuilder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ADD ./builder/ /tmp/builder
RUN /tmp/builder/install-buildpacks
ENTRYPOINT ["/tmp/builder/build.sh"]

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion builder/rootfs/usr/local/src/slugrunner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ USER slug
ENV HOME /app
ENTRYPOINT ["/runner/init"]

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion cache/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ WORKDIR /app
CMD ["/app/bin/boot"]
EXPOSE 6379

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion client/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
if hasattr(signal, 'SIGPIPE') and hasattr(signal, 'SIG_DFL'):
signal.signal(signal.SIGPIPE, signal.SIG_DFL)

__version__ = '1.8.0'
__version__ = '1.9.0-dev'

# what version of the API is this client compatible with?
__api_version__ = '1.5'
Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


setup(name='deis',
version='1.8.0',
version='1.9.0-dev',
license=APACHE_LICENSE,
description='Command-line Client for Deis, the open PaaS',
author='Engine Yard',
Expand Down
2 changes: 1 addition & 1 deletion controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ ADD . /app
# Create static resources
RUN /app/manage.py collectstatic --settings=deis.settings --noinput

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion controller/deis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from __future__ import absolute_import

__version__ = '1.8.0'
__version__ = '1.9.0-dev'
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ CMD ["/app/bin/boot"]
EXPOSE 5432
ADD . /app

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion deisctl/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Usage:
Options:
-p --path=<target> where to save unit files [default: $HOME/.deis/units]
-t --tag=<tag> git tag, branch, or SHA to use when downloading unit files
[default: v1.8.0]
[default: master]
`
// parse command-line arguments
args, err := docopt.Parse(usage, argv, true, "", false)
Expand Down
2 changes: 1 addition & 1 deletion deisctl/deis-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0-dev
2 changes: 1 addition & 1 deletion logger/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ EXPOSE 514

ADD . /

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion logspout/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ CMD ["/bin/logspout"]

ADD logspout /bin/logspout

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion publisher/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN apk add --update-cache curl && rm -rf /var/cache/apk/*
ADD bin/publisher /usr/local/bin/publisher
ENTRYPOINT ["/usr/local/bin/publisher"]

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN DOCKER_BUILD=true /app/build.sh

ADD . /app

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion router/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ ADD nginx.tgz /opt/nginx

RUN rm nginx.tgz

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion store/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN DOCKER_BUILD=true /tmp/build.sh
# Add shared confd configuration
ADD . /app

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev

2 changes: 1 addition & 1 deletion swarm/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ENV SWARM_HOST :2375
EXPOSE 2375
VOLUME $HOME/.swarm

ENV DEIS_RELEASE 1.8.0
ENV DEIS_RELEASE 1.9.0-dev
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version identifies this Deis product revision.
const Version = "1.8.0"
const Version = "1.9.0-dev"

0 comments on commit fc2e4ce

Please sign in to comment.