"git@git.gitsec.cn:baidan/nomad.git" did not exist on "f2fddc9a75adae104720581f0ee074ef1fcd6018"
Commit 2a85de20 authored by hc-github-team-tf-core's avatar hc-github-team-tf-core
Browse files

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
Showing with 4 additions and 2 deletions
+4 -2
## 1.2.2 (Unreleased)
## 1.2.1 (May 23, 2022)
BUG FIXES:
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment