mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 02:06:23 +00:00
@@ -24,7 +24,7 @@ etcd-tar:
|
||||
- source_hash: {{ etcd_tar_hash }}
|
||||
- archive_format: tar
|
||||
- if_missing: /usr/local/src/etcd-{{ etcd_version }}-linux-amd64
|
||||
- tar_options: z
|
||||
- tar_options: xz
|
||||
file.directory:
|
||||
- name: /usr/local/src/etcd-{{ etcd_version }}-linux-amd64
|
||||
- user: root
|
||||
|
||||
@@ -36,8 +36,8 @@ package version
|
||||
var (
|
||||
// TODO: Deprecate gitMajor and gitMinor, use only gitVersion instead.
|
||||
gitMajor string = "0" // major version, always numeric
|
||||
gitMinor string = "4.3+" // minor version, numeric possibly followed by "+"
|
||||
gitVersion string = "v0.4.3-dev" // version from git, output of $(git describe)
|
||||
gitMinor string = "4.4+" // minor version, numeric possibly followed by "+"
|
||||
gitVersion string = "v0.4.4-dev" // version from git, output of $(git describe)
|
||||
gitCommit string = "" // sha1 from git, output of $(git rev-parse HEAD)
|
||||
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user