Skip to content

Commit

Permalink
release 0.2.11 to pull the lates agent 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahong Gu committed May 14, 2018
1 parent b12daf7 commit 7b52ac2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VERSION 0.2.10
# VERSION 0.2.11
# DESCRIPTION: Netuitive-agent in a container
# MAINTAINER Netuitive <[email protected]>

Expand All @@ -21,7 +21,7 @@ ENV TAGS ""
RUN yum -y update \
&& rpm --import https://repos.app.netuitive.com/RPM-GPG-KEY-netuitive \
&& rpm -ivh https://repos.app.netuitive.com/rpm/noarch/netuitive-repo-1-0.2.noarch.rpm \
&& yum -y install netuitive-agent-0.6.3-159.el6 \
&& yum -y install netuitive-agent-0.6.6-167.el6 \
&& /sbin/chkconfig netuitive-agent off \
&& yum clean all \
&& find /opt/netuitive-agent/collectors/ -type f -name "*.py" -print0 | xargs -0 sed -i 's/\/proc/\/host_proc/g' \
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Netuitive Docker Agent Release History
======================================

Version 0.2.11
---------------------------
- pull linux agent 0.6.6 for various bug fixes including a slow memory leak

Version 0.2.10
---------------------------
- pull linux agent 0.6.3 for various bug fixes and performance improvements
Expand Down

0 comments on commit 7b52ac2

Please sign in to comment.