Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
2a85de20
"git@git.gitsec.cn:baidan/nomad.git" did not exist on "f2fddc9a75adae104720581f0ee074ef1fcd6018"
Commit
2a85de20
authored
3 years ago
by
hc-github-team-tf-core
Browse files
Options
Download
Email Patches
Plain Diff
Cleanup after v1.2.1 release
parent
7b5d65d4
kmoe/init-checksum-miss-error
backport/29156_do_not_log_sensitive_values/nearly-safe-bullfrog
backport/4th-alternate-mirror-directory-fix/closely-key-civet
backport/add-format-function-guidance/ultimately-lucky-halibut
backport/add-internals-to-sidebar/willingly-bright-sunbird
backport/add-warnings-backends/physically-many-mantis
backport/backport/cstella84/patch-add-hyperlink-for-referenced-argument/manually-patient-locust
backport/bugfix_typos/hardly-sharp-mosquito
backport/docs-fix-typo/usefully-blessed-monkey
backport/fix-apt-page/abnormally-relative-quagga
backport/fix-backends-link/strangely-emerging-crane
backport/fix-cdktf-link/highly-pumped-snapper
backport/fix-glossary-table-contents/uniquely-pro-garfish
backport/fix-grammar/precisely-polite-tortoise
backport/fix-internals-overview/noticeably-up-rodent
backport/jbardin/static-validate-nested-types/possibly-crack-mouse
backport/main/cleanly-mature-scorpion
backport/mktg-tf-76ef54dc3c574e032725e0341be8e1d2/distinctly-sharp-ferret
backport/module-invocation-warning/fully-fitting-buzzard
backport/nvanthao/update-docs-implicit-provider/locally-neutral-lemur
backport/patch-1/gladly-mature-oarfish
backport/patch-1/manually-fine-mantis
backport/patch-1/rarely-informed-gopher
backport/patch-1/sensibly-saving-swine
backport/patch-1/usually-clear-shad
backport/patch-1/yearly-rich-skunk
backport/patch-2/badly-game-spider
backport/patch-2/weekly-selected-tiger
backport/remove-future-statement-import/briefly-viable-glowworm
backport/remove-provisioners/widely-singular-hound
backport/system-parameter/infinitely-open-bluebird
backport/update-cloud-block-pages/verbally-key-kangaroo
backport/update-plan-page/lightly-outgoing-halibut
backport/update-run-task-result/factually-star-sunfish
backport/update_docs_for_30072/gradually-trusting-wahoo
jbardin/backport-31576
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
CHANGELOG.md
version/version.go
+2
-2
version/version.go
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.md
+
2
-
0
View file @
2a85de20
## 1.2.2 (Unreleased)
## 1.2.1 (May 23, 2022)
BUG FIXES:
...
...
This diff is collapsed.
Click to expand it.
version/version.go
+
2
-
2
View file @
2a85de20
...
...
@@ -11,12 +11,12 @@ import (
)
// The main version number that is being run at the moment.
var
Version
=
"1.2.
1
"
var
Version
=
"1.2.
2
"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var
Prerelease
=
""
var
Prerelease
=
"
dev
"
// SemVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help