Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Jan 28, 2020
1 parent 5b108f5 commit 3228c8b
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion mrblib/haconiwa/version.rb
@@ -1,3 +1,3 @@
module Haconiwa
VERSION = "0.11.2"
VERSION = "0.11.3"
end
12 changes: 6 additions & 6 deletions packages/deb/debian/changelog
@@ -1,3 +1,9 @@
haconiwa (0.11.3-1) unstable; urgency=medium

* Add loop limit and current_timer

-- Uchio Kondo <udzura@udzura.jp> Tue, 28 Jan 2020 17:41:55 +0900

haconiwa (0.11.2-1) unstable; urgency=medium

* Reduce CPU usage on busyloop
Expand Down Expand Up @@ -27,9 +33,3 @@ haconiwa (0.10.9-1) unstable; urgency=medium
* Add readiness hooks

-- Uchio Kondo <udzura@udzura.jp> Thu, 17 Oct 2019 16:09:42 +0900

haconiwa (0.10.8-1) unstable; urgency=medium

* Refine probes, check NS before create network

-- Uchio Kondo <udzura@udzura.jp> Mon, 7 Oct 2019 20:23:55 +0900
8 changes: 4 additions & 4 deletions packages/dockerfiles/Dockerfile.bionic
Expand Up @@ -15,11 +15,11 @@ RUN apt-get -qq -y install libprotobuf-dev libprotobuf-c0-dev \
protobuf-c-compiler protobuf-compiler python-protobuf \
libnl-3-dev libnet1-dev libcap-dev pkg-config asciidoc xmlto

ENV VERSION 0.11.2
ENV VERSION_TILDE 0.11.2
ENV VERSION 0.11.3
ENV VERSION_TILDE 0.11.3
ENV USER root
ENV SRC_PKG_NAME haconiwa_0.11.2-1_amd64.deb
ENV DST_PKG_NAME haconiwa_0.11.2-1+bionic_amd64.deb
ENV SRC_PKG_NAME haconiwa_0.11.3-1_amd64.deb
ENV DST_PKG_NAME haconiwa_0.11.3-1+bionic_amd64.deb
VOLUME /out

RUN mkdir -p /libexec
Expand Down
2 changes: 1 addition & 1 deletion packages/dockerfiles/Dockerfile.centos
Expand Up @@ -18,7 +18,7 @@ RUN yum -q -y install \
RUN mkdir -p /root/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
RUN sed -i "s;%_build_name_fmt.*;%_build_name_fmt\t%%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.el7.%%{ARCH}.rpm;" /usr/lib/rpm/macros

ENV VERSION 0.11.2
ENV VERSION 0.11.3
ENV USER root
ENV HOME /root
VOLUME /out
Expand Down
4 changes: 2 additions & 2 deletions packages/dockerfiles/Dockerfile.debian
Expand Up @@ -15,8 +15,8 @@ RUN apt-get -qq -y install libprotobuf-dev libprotobuf-c0-dev \
protobuf-c-compiler protobuf-compiler python-protobuf \
libnl-3-dev libnet-dev libcap-dev pkg-config

ENV VERSION 0.11.2
ENV VERSION_TILDE 0.11.2
ENV VERSION 0.11.3
ENV VERSION_TILDE 0.11.3
ENV USER root
VOLUME /out

Expand Down
6 changes: 3 additions & 3 deletions packages/dockerfiles/Dockerfile.debian9
Expand Up @@ -15,10 +15,10 @@ RUN apt-get -qq -y install libprotobuf-dev libprotobuf-c0-dev \
protobuf-c-compiler protobuf-compiler python-protobuf \
libnl-3-dev libnet-dev libcap-dev pkg-config asciidoc xmlto

ENV VERSION 0.11.2
ENV VERSION 0.11.3
ENV USER root
ENV SRC_PKG_NAME haconiwa_0.11.2-1_amd64.deb
ENV DST_PKG_NAME haconiwa_0.11.2-1+debian9_amd64.deb
ENV SRC_PKG_NAME haconiwa_0.11.3-1_amd64.deb
ENV DST_PKG_NAME haconiwa_0.11.3-1+debian9_amd64.deb
VOLUME /out

RUN ln -s /tmp/criu-build/lib/c /usr/local/include/criu
Expand Down
8 changes: 4 additions & 4 deletions packages/rpm/haconiwa.spec
@@ -1,6 +1,6 @@
Name: haconiwa
Epoch: 1
Version: 0.11.2
Version: 0.11.3
Release: 1
Summary: MRuby on Container
License: GPLv3+
Expand Down Expand Up @@ -49,6 +49,9 @@ fi
%{_bindir}/*

%changelog
* Tue Jan 28 2020 Uchio Kondo <udzura@udzura.jp> - 1:0.11.3-1
- Add loop limit and current_timer

* Fri Dec 13 2019 Uchio Kondo <udzura@udzura.jp> - 1:0.11.2-1
- Reduce CPU usage on busyloop

Expand All @@ -63,6 +66,3 @@ fi

* Thu Oct 17 2019 Uchio Kondo <udzura@udzura.jp> - 1:0.10.9-1
- Add readiness hooks

* Mon Oct 7 2019 Uchio Kondo <udzura@udzura.jp> - 1:0.10.8-1
- Refine probes, check NS before create network
7 changes: 6 additions & 1 deletion packages/templates/changelog.yml
@@ -1,6 +1,11 @@
---
latest: 0.11.2
latest: 0.11.3
changelog:
- version: 0.11.3
messages:
- Add loop limit and current_timer
author: Uchio Kondo <udzura@udzura.jp>
date: Tue, 28 Jan 2020 17:41:55 +0900
- version: 0.11.2
messages:
- Reduce CPU usage on busyloop
Expand Down

0 comments on commit 3228c8b

Please sign in to comment.