Skip to content

Commit

Permalink
Drop navigation to v0.12.
Browse files Browse the repository at this point in the history
No need to guide v0.12

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jan 17, 2025
1 parent 4196706 commit dba72e6
Showing 1 changed file with 0 additions and 111 deletions.
111 changes: 0 additions & 111 deletions views/download_fluent_package.erb
Original file line number Diff line number Diff line change
Expand Up @@ -325,117 +325,6 @@
</table>
<br/>

<h3>Fluentd (v0.12, old stable version)</h3>
<div>Fluentd v0.12 is available on Linux and Mac OSX. Also, Treasure Data packages it as Treasure Agent (td-agent) for RedHat/CentOS and Ubuntu/Debian and provides a binary for OSX. td-agent 2.5 uses ruby 2.5 and td-agent 2.3 uses ruby 2.1</div>
<br/>
<table class="table table-bordered">
<thead>
<tr>
<th width="20%">Platform</th>
<th width="30%">Platform Version</th>
<th width="50%">Package or Installer</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<center>
<img src="/images/icon_redhat.png" height="60px"><br/>
RHEL / CentOS / Amazon Linux
</center>
</td>
<td>2.6+ Linux kernel (64-bit & 32-bit)</td>
<td>
<span style="font-weight:bold">td-agent v<%=TD_AGENT_VERSIONS[:v2][:linux]%>/2.3.6</span>
<ul>
<li><a href="//docs.fluentd.org/v/0.12/articles/install-by-rpm">Installation Guide</a></li>
<li>
64-bit (<a href="https://td-agent-package-browser.herokuapp.com/2.5/redhat/7/x86_64">RHEL7</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2.5/redhat/6/x86_64">RHEL6</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/redhat/5/x86_64">RHEL5</a>)
</li>
<li>
32-bit (<a href="https://td-agent-package-browser.herokuapp.com/2/redhat/6/i386">RHEL6</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/redhat/5/i386">RHEL5</a>)
</li>
<li>
Amazon Linux (<a href="https://td-agent-package-browser.herokuapp.com/2/redhat/2017.03/x86_64">2017.03</a>, <a href="https://td-agent-package-browser.herokuapp.com/2/redhat/2017.09/x86_64">2017.09</a>)
</li>
</ul>
</td>
</tr>
<tr>
<td>
<center>
<img src="/images/icon_ubuntu.png" height="60px"><br/>
Ubuntu/Debian
</center>
</td>
<td>2.6+ Linux kernel (64-bit & 32-bit)</td>
<td>
<span style="font-weight:bold">td-agent v<%=TD_AGENT_VERSIONS[:v2][:linux]%>/2.3.6</span>
<ul>
<li><a href="//docs.fluentd.org/v/0.12/articles/install-by-deb">Installation Guide</a></li>
<li>
64-bit/amd64 (<a href="https://td-agent-package-browser.herokuapp.com/2.5/ubuntu/bionic/pool/contrib/t/td-agent">Bionic</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2.5/ubuntu/xenial/pool/contrib/t/td-agent">Xenial</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2.5/ubuntu/trusty/pool/contrib/t/td-agent">Trusty</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/ubuntu/precise/pool/contrib/t/td-agent">Precise</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/ubuntu/lucid/pool/contrib/t/td-agent">Lucid</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/debian/jessie/pool/contrib/t/td-agent">Jessie</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/debian/wheezy/pool/contrib/t/td-agent">Wheezy</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/debian/squeeze/pool/contrib/t/td-agent">Squeeze</a>)
</li>
<li>
32-bit/i386 (<a href="https://td-agent-package-browser.herokuapp.com/2/ubuntu/trusty/pool/contrib/t/td-agent">Trusty</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/ubuntu/precise/pool/contrib/t/td-agent">Precise</a>,
<a href="https://td-agent-package-browser.herokuapp.com/2/ubuntu/lucid/pool/contrib/t/td-agent">Lucid</a>)
</li>
</ul>
</td>
</tr>
<tr>
<td>
<center>
<img src="/images/download-icons/logo_mac.gif"><br/>
MacOS X
</center>
</td>
<td>v2.1.4 for OSX 10.9 and 10.10.<br /> v2.3.5 for OSX 10.11</td>
<td>
<span style="font-weight:bold">td-agent v<%=TD_AGENT_VERSIONS[:v2][:mac]%></span>
<ul>
<li><a href="//docs.fluentd.org/v/0.12/articles/install-by-dmg">Installation Guide</a></li>
<li>
<a href="https://td-agent-package-browser.herokuapp.com/2/macosx">dmg repository</a>
</li>
</ul>
<br/>
<br/>
</td>
</tr>
<tr>
<td>
<center>
<img src="/images/download-icons/ruby.jpg"><br/>
Ruby<br/><br/>
</center>
</td>
<td>Ruby v2.1.0 and above</td>
<td>
<span style="font-weight:bold">Fluentd v<%=TD_AGENT_VERSIONS[:v1][:gem_v12]%> (old stable)</span>
<ul>
<li>
<code>gem install fluentd -v '~> 0.12.0'</code><br/>
</li>
</ul>
<a href="http://docs.fluentd.org/v/0.12/articles/install-by-gem">Installation Guide</a> (* ruby expert-use only)<br/>
</td>
</tr>
</tbody>
</table>
<br/>

</div><!--/col-md-9-->
<div class="col-md-3">
<%= erb(:_right_menu, :layout => false) %>
Expand Down

0 comments on commit dba72e6

Please sign in to comment.