Downloads:
33,782
Downloads of v 3.4.8:
193
Last Update:
19 May 2020
Package Maintainer(s):
Software Author(s):
- CoreOS
Tags:
etcd configuration admin cli foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
etcd (Install)
This is not the latest version of etcd (Install) available.
- 1
- 2
- 3
3.4.8 | Updated: 19 May 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
33,782
Downloads of v 3.4.8:
193
Maintainer(s):
Software Author(s):
- CoreOS
etcd (Install) 3.4.8
This is not the latest version of etcd (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by CoreOS. The inclusion of CoreOS trademark(s), if any, upon this webpage is solely to identify CoreOS goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install etcd (Install), run the following command from the command line or from PowerShell:
To upgrade etcd (Install), run the following command from the command line or from PowerShell:
To uninstall etcd (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download etcd --internalize --version=3.4.8 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade etcd -y --source="'INTERNAL REPO URL'" --version="'3.4.8'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade etcd -y --source="'INTERNAL REPO URL'" --version="'3.4.8'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install etcd
win_chocolatey:
name: etcd
version: '3.4.8'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'etcd' do
action :install
source 'INTERNAL REPO URL'
version '3.4.8'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller etcd
{
Name = "etcd"
Version = "3.4.8"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'etcd':
ensure => '3.4.8',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 20 May 2020.
etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:
- Simple: well-defined, user-facing API (gRPC)
- Secure: automatic TLS with optional client cert authentication
- Fast: benchmarked 10,000 writes/sec
- Reliable: properly distributed using Raft
etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.
etcd is used in production by many companies, and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as Kubernetes, locksmith, vulcand, Doorman, and many others. Reliability is further ensured by rigorous testing.
This package installs etcd as a service, and makes etcdctl (the command line client) available in the path.
The package will pass package parameters to the etcd service.
Example: choco install etcd -y --params="-discovery https://discovery.etcd.io/tokengoeshere"
The service is managed with NSSM, you can change the service parameters easily by running nssm edit etcd
Originally packaged by Robert Labrie (https://github.com/tnwinc/chocolatey-etcd)
Note: Windows support is limited to 64bit systems.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://github.com/coreos/etcd/releases/tag/v3.4.8>
and can be verified by doing the following:
1. Download the following:
software: <https://github.com/etcd-io/etcd/releases/download/v3.4.8/etcd-v3.4.8-windows-amd64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type:
checksum: FFB6DA668A818C3164E55BC112319003695EC5189481F7AA0231408638F1CF86
The file 'LICENSE.txt' has been obtained from <https://github.com/coreos/etcd/blob/3381177341c11aa9d89b6172699d64ddc2146a11/LICENSE>
# remove the service if it exists
if ((Get-Service | Where-Object { $_.Name -eq "etcd" }).length) {
Get-Service etcd | Stop-Service
&nssm remove etcd confirm
}
$ErrorActionPreference = 'Stop'
$installLocation = "C:\ProgramData\etcd"
Write-Host "Removing etcd from '$installLocation'"
Remove-Item $installLocation -Recurse -Force -ea 0
$pathType = [System.EnvironmentVariableTarget]::User
Update-SessionEnvironment
$envPath = $env:PATH
if ($envPath.ToLower().Contains($installLocation.ToLower())) {
$actualPath = Get-EnvironmentVariable -Name 'Path' -Scope $pathType -PreserveVariables
$statementTerminator = ";"
$actualPath = $actualPath.Replace("$statementTerminator$installLocation", '')
Set-EnvironmentVariable -Name 'Path' -Value $actualPath -Scope $pathType
$envPSPath = $env:PATH
$env:Path = $envPSPath.Replace("$statementTerminator$installLocation", '')
}
md5: 2915E313B0D1C6BEF1F7EB1335FE5215 | sha1: 766054260E21B20BD818187FF820C41B623686DE | sha256: FFB6DA668A818C3164E55BC112319003695EC5189481F7AA0231408638F1CF86 | sha512: AF1EA8DAE69E2639BD62174FE6980DC17593187AE202AFE0C1D0E01BA260D244600DD7D28C56161EFF9FDACECEAD23697C51CEC88FF71B9496A8EB99C44531EA
Log in or click on link to see number of positives.
- etcd.3.4.8.nupkg (432cc4edb6ba) - ## / 62
- etcd-v3.4.8-windows-amd64.zip (ffb6da668a81) - ## / 63
- etcd.exe (b2442912d7a3) - ## / 73
- etcdctl.exe (1a999f27f376) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
etcd (Install) 3.6.0-alpha0 | 255 | Monday, February 28, 2022 | Approved | |
etcd (Install) 3.5.17 | 9 | Tuesday, November 12, 2024 | Approved | |
etcd (Install) 3.5.16 | 61 | Wednesday, September 11, 2024 | Approved | |
etcd (Install) 3.5.15 | 60 | Saturday, July 20, 2024 | Approved | |
etcd (Install) 3.5.14 | 63 | Thursday, May 30, 2024 | Approved | |
etcd (Install) 3.5.13 | 77 | Saturday, March 30, 2024 | Approved | |
etcd (Install) 3.5.12 | 85 | Wednesday, January 31, 2024 | Approved | |
etcd (Install) 3.5.11 | 70 | Thursday, December 7, 2023 | Approved | |
etcd (Install) 3.5.10 | 90 | Friday, October 27, 2023 | Approved | |
etcd (Install) 3.5.9 | 201 | Thursday, May 11, 2023 | Approved | |
etcd (Install) 3.5.8 | 114 | Thursday, April 13, 2023 | Approved | |
etcd (Install) 3.5.7 | 148 | Friday, January 20, 2023 | Approved | |
etcd (Install) 3.5.6 | 93 | Friday, December 16, 2022 | Approved | |
etcd (Install) 3.5.5 | 175 | Thursday, September 15, 2022 | Approved | |
etcd (Install) 3.5.4 | 174 | Sunday, April 24, 2022 | Approved | |
etcd (Install) 3.5.3 | 102 | Thursday, April 14, 2022 | Approved | |
etcd (Install) 3.5.2 | 160 | Tuesday, February 1, 2022 | Approved | |
etcd (Install) 3.5.1 | 322 | Friday, October 15, 2021 | Approved | |
etcd (Install) 3.5.0 | 249 | Wednesday, June 16, 2021 | Approved | |
etcd (Install) 3.5.0-rc1 | 118 | Thursday, June 10, 2021 | Approved | |
etcd (Install) 3.5.0-rc0 | 134 | Friday, June 4, 2021 | Approved | |
etcd (Install) 3.5.0-beta4 | 109 | Wednesday, May 26, 2021 | Approved | |
etcd (Install) 3.5.0-beta3 | 102 | Tuesday, May 18, 2021 | Approved | |
etcd (Install) 3.5.0-beta1 | 107 | Tuesday, May 18, 2021 | Approved | |
etcd (Install) 3.5.0-alpha0 | 133 | Thursday, February 25, 2021 | Approved | |
etcd (Install) 3.4.35 | 8 | Tuesday, November 12, 2024 | Approved | |
etcd (Install) 3.4.34 | 19 | Thursday, September 12, 2024 | Approved | |
etcd (Install) 3.4.33 | 23 | Thursday, June 13, 2024 | Approved | |
etcd (Install) 3.4.32 | 37 | Friday, April 26, 2024 | Approved | |
etcd (Install) 3.4.31 | 36 | Wednesday, March 20, 2024 | Approved | |
etcd (Install) 3.4.30 | 39 | Wednesday, January 31, 2024 | Approved | |
etcd (Install) 3.4.29 | 38 | Tuesday, January 9, 2024 | Approved | |
etcd (Install) 3.4.28 | 41 | Thursday, November 23, 2023 | Approved | |
etcd (Install) 3.4.27 | 61 | Tuesday, July 11, 2023 | Approved | |
etcd (Install) 3.4.26 | 52 | Friday, May 12, 2023 | Approved | |
etcd (Install) 3.4.25 | 52 | Friday, April 14, 2023 | Approved | |
etcd (Install) 3.4.24 | 75 | Thursday, February 16, 2023 | Approved | |
etcd (Install) 3.4.23 | 63 | Wednesday, December 21, 2022 | Approved | |
etcd (Install) 3.4.22 | 63 | Friday, December 16, 2022 | Approved | |
etcd (Install) 3.4.21 | 72 | Thursday, September 15, 2022 | Approved | |
etcd (Install) 3.4.20 | 89 | Saturday, August 6, 2022 | Approved | |
etcd (Install) 3.4.19 | 76 | Tuesday, July 12, 2022 | Approved | |
etcd (Install) 3.4.18 | 89 | Friday, October 15, 2021 | Approved | |
etcd (Install) 3.4.17 | 92 | Monday, October 4, 2021 | Approved | |
etcd (Install) 3.4.16 | 155 | Wednesday, May 12, 2021 | Approved | |
etcd (Install) 3.4.15 | 176 | Saturday, February 27, 2021 | Approved | |
etcd (Install) 3.4.14 | 244 | Thursday, November 26, 2020 | Approved | |
etcd (Install) 3.4.12 | 275 | Wednesday, August 19, 2020 | Approved | |
etcd (Install) 3.4.11 | 188 | Wednesday, August 19, 2020 | Approved | |
etcd (Install) 3.4.10 | 224 | Friday, July 17, 2020 | Approved | |
etcd (Install) 3.4.9 | 324 | Friday, May 22, 2020 | Approved | |
etcd (Install) 3.4.8 | 193 | Tuesday, May 19, 2020 | Approved | |
etcd (Install) 3.4.7 | 299 | Thursday, April 2, 2020 | Approved | |
etcd (Install) 3.4.6 | 235 | Monday, March 30, 2020 | Approved | |
etcd (Install) 3.4.5 | 279 | Thursday, March 19, 2020 | Approved | |
etcd (Install) 3.4.4 | 237 | Tuesday, February 25, 2020 | Approved | |
etcd (Install) 3.4.3 | 389 | Wednesday, October 23, 2019 | Approved | |
etcd (Install) 3.4.2 | 260 | Friday, October 11, 2019 | Approved | |
etcd (Install) 3.4.1 | 221 | Wednesday, September 18, 2019 | Approved | |
etcd (Install) 3.4.0 | 341 | Friday, August 30, 2019 | Approved | |
etcd (Install) 3.3.27 | 113 | Friday, October 15, 2021 | Approved | |
etcd (Install) 3.3.26 | 96 | Monday, October 4, 2021 | Approved | |
etcd (Install) 3.3.24 | 160 | Wednesday, August 19, 2020 | Approved | |
etcd (Install) 3.3.23 | 145 | Friday, July 17, 2020 | Approved | |
etcd (Install) 3.3.22 | 220 | Friday, May 22, 2020 | Approved | |
etcd (Install) 3.3.21 | 198 | Tuesday, May 19, 2020 | Approved | |
etcd (Install) 3.3.20 | 212 | Thursday, April 2, 2020 | Approved | |
etcd (Install) 3.3.19 | 220 | Thursday, March 19, 2020 | Approved | |
etcd (Install) 3.3.18 | 255 | Wednesday, November 27, 2019 | Approved | |
etcd (Install) 3.3.17 | 241 | Friday, October 11, 2019 | Approved | |
etcd (Install) 3.3.15 | 998 | Friday, August 30, 2019 | Approved | |
etcd (Install) 3.3.13 | 382 | Friday, May 3, 2019 | Approved | |
etcd (Install) 3.3.12 | 369 | Friday, February 8, 2019 | Approved | |
etcd (Install) 3.3.11 | 338 | Saturday, January 12, 2019 | Approved | |
etcd (Install) 3.3.10 | 282 | Saturday, January 5, 2019 | Approved | |
etcd (Install) 3.3.8 | 445 | Friday, June 15, 2018 | Approved | |
etcd (Install) 3.3.0 | 508 | Tuesday, February 6, 2018 | Approved | |
etcd (Install) 3.2.32 | 110 | Monday, March 29, 2021 | Approved | |
etcd (Install) 3.2.31 | 156 | Tuesday, August 18, 2020 | Approved | |
etcd (Install) 3.2.30 | 203 | Thursday, April 2, 2020 | Approved | |
etcd (Install) 3.2.29 | 239 | Thursday, March 19, 2020 | Approved | |
etcd (Install) 3.2.28 | 237 | Monday, November 11, 2019 | Approved | |
etcd (Install) 3.2.27 | 247 | Wednesday, September 18, 2019 | Approved | |
etcd (Install) 3.2.26 | 301 | Saturday, January 12, 2019 | Approved | |
etcd (Install) 3.2.25 | 296 | Saturday, January 5, 2019 | Approved | |
etcd (Install) 3.2.24 | 379 | Wednesday, July 25, 2018 | Approved | |
etcd (Install) 3.2.22 | 423 | Wednesday, June 6, 2018 | Approved | |
etcd (Install) 3.2.19 | 378 | Wednesday, April 25, 2018 | Approved | |
etcd (Install) 3.2.18 | 450 | Thursday, March 29, 2018 | Approved | |
etcd (Install) 3.2.17 | 355 | Thursday, March 15, 2018 | Approved | |
etcd (Install) 3.2.15 | 382 | Thursday, February 1, 2018 | Approved | |
etcd (Install) 3.2.14 | 394 | Friday, January 12, 2018 | Approved | |
etcd (Install) 3.2.13 | 374 | Monday, January 8, 2018 | Approved | |
etcd (Install) 3.2.12 | 427 | Thursday, December 21, 2017 | Approved | |
etcd (Install) 3.2.11 | 471 | Wednesday, December 6, 2017 | Approved | |
etcd (Install) 3.2.10 | 423 | Friday, November 17, 2017 | Approved | |
etcd (Install) 3.2.9 | 430 | Monday, October 9, 2017 | Approved | |
etcd (Install) 3.2.8 | 413 | Monday, October 2, 2017 | Approved | |
etcd (Install) 3.2.7 | 439 | Tuesday, September 5, 2017 | Approved | |
etcd (Install) 3.2.6 | 420 | Wednesday, August 23, 2017 | Approved | |
etcd (Install) 3.2.5 | 398 | Wednesday, August 9, 2017 | Approved | |
etcd (Install) 3.2.4 | 467 | Thursday, July 20, 2017 | Approved | |
etcd (Install) 3.2.3 | 401 | Monday, July 17, 2017 | Approved | |
etcd (Install) 3.2.2 | 376 | Tuesday, July 11, 2017 | Approved | |
etcd (Install) 3.2.1 | 421 | Monday, June 26, 2017 | Approved | |
etcd (Install) 3.1.20 | 294 | Saturday, January 5, 2019 | Approved | |
etcd (Install) 3.1.19 | 327 | Tuesday, July 24, 2018 | Approved | |
etcd (Install) 3.1.16 | 311 | Friday, June 1, 2018 | Approved | |
etcd (Install) 3.1.15 | 349 | Wednesday, May 9, 2018 | Approved | |
etcd (Install) 3.1.11 | 409 | Wednesday, November 29, 2017 | Approved | |
etcd (Install) 3.1.10 | 413 | Wednesday, August 23, 2017 | Approved | |
etcd (Install) 3.1.9 | 445 | Monday, June 12, 2017 | Approved | |
etcd (Install) 3.1.8 | 443 | Monday, May 22, 2017 | Approved | |
etcd (Install) 3.1.7 | 454 | Tuesday, May 2, 2017 | Approved | |
etcd (Install) 3.1.6 | 422 | Thursday, April 20, 2017 | Approved | |
etcd (Install) 3.1.5 | 446 | Tuesday, March 28, 2017 | Approved | |
etcd (Install) 3.1.4 | 401 | Thursday, March 23, 2017 | Approved | |
etcd (Install) 3.1.3 | 426 | Monday, March 13, 2017 | Approved | |
etcd (Install) 3.1.2 | 426 | Monday, February 27, 2017 | Approved | |
etcd (Install) 3.1.1 | 414 | Tuesday, February 21, 2017 | Approved | |
etcd (Install) 3.1.0 | 426 | Monday, January 30, 2017 | Approved | |
etcd (Install) 3.0.17 | 421 | Monday, February 27, 2017 | Approved | |
etcd (Install) 3.0.16 | 457 | Monday, January 16, 2017 | Approved | |
etcd (Install) 3.0.15 | 424 | Friday, January 13, 2017 | Approved | |
etcd (Install) 2.3.8 | 425 | Monday, February 27, 2017 | Approved | |
etcd (Install) 2.2.2 | 643 | Wednesday, December 2, 2015 | Approved | |
etcd (Install) 2.1.2 | 520 | Sunday, August 23, 2015 | Approved | |
etcd (Install) 2.1.1 | 419 | Wednesday, July 22, 2015 | Approved | |
etcd (Install) 2.0.13 | 475 | Wednesday, July 22, 2015 | Approved |
(c) 2017 CoreOS, Inc
Ground Rules:
- This discussion is only about etcd (Install) and the etcd (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or etcd (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.