139 Commits

Author SHA1 Message Date
hashicorp-copywrite[bot]
5fb9df1640
[COMPLIANCE] License changes (#18443)
* Adding explicit MPL license for sub-package

This directory and its subdirectories (packages) contain files licensed with the MPLv2 `LICENSE` file in this directory and are intentionally licensed separately from the BSL `LICENSE` file at the root of this repository.

* Adding explicit MPL license for sub-package

This directory and its subdirectories (packages) contain files licensed with the MPLv2 `LICENSE` file in this directory and are intentionally licensed separately from the BSL `LICENSE` file at the root of this repository.

* Updating the license from MPL to Business Source License

Going forward, this project will be licensed under the Business Source License v1.1. Please see our blog post for more details at <Blog URL>, FAQ at www.hashicorp.com/licensing-faq, and details of the license at www.hashicorp.com/bsl.

* add missing license headers

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

* Update copyright file headers to BUSL-1.1

---------

Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2023-08-11 09:12:13 -04:00
Michael Zalimeni
1e920a7f01
[OSS] Post Consul 1.16 updates (#17606)
* chore: update dev build to 1.17

* chore(ci): add nightly 1.16 test

Drop the oldest and add the newest running release branch to nightly
builds.
2023-06-07 21:46:49 +00:00
skpratt
a35cafa728
update tests for fips (#17592) 2023-06-07 10:57:56 -05:00
skpratt
a46ac4be07
FIPS gossip changes (#17507)
* separate fips gossip

* clean up
2023-05-30 17:40:31 -05:00
skpratt
e559c59eb6
Add version endpoint (#17506)
* add FIPS verison info

* separate out feature functionality from build identification

* split out ent test

* add version endpoint
2023-05-30 17:25:48 -05:00
skpratt
0944f71457
fips oss version changes (#17500) 2023-05-29 13:02:06 -05:00
Ronald
b64674623e
Copyright headers for missing files/folders (#16708)
* copyright headers for agent folder
2023-03-28 18:48:58 -04:00
R.B. Boyer
ec593c2b9b
cli: remove stray whitespace when loading the consul version from the VERSION file (#16467)
Fixes a regression from #15631 in the output of `consul version` from:

    Consul v1.16.0-dev
    +ent
    Revision 56b86acbe5+CHANGES

to

    Consul v1.16.0-dev+ent
    Revision 56b86acbe5+CHANGES
2023-02-28 14:37:52 -06:00
Dan Stough
8fbd15aa9c
[OSS] Post Consul 1.15 updates (#16256)
* chore: update dev build to 1.16

* chore(ci): add nightly 1.15 test
2023-02-14 14:44:55 -05:00
claire labry
590ae5fa5c
Onboard consul to use new version/VERSION file and reproducible actions (#15631)
* Onboard consul to use new .release/VERSION file and reproducible actions-go-build

* Onboard consul to use new .release/VERSION file and reproducible actions

* Onboard consul to use new .release/VERSION file and reproducible actions

* fix to consul

* Onboard consul to use new .release/VERSION file and reproducible actions

* Onboard consul to use new .release/VERSION file and reproducible actions

* Onboard consul to use new .release/VERSION file and reproducible actions

* test out ent changes

* just or testing

* Added setup go for build ui

* try removing VERSION file out of .release dir

* add checkout action for build ui and update checkout version

* try no -dev marker

* try removing extra ldflags

* test version

* add back in setup-go step?

* Update utils.js

read from static VERSION file

* remove actions-setup go

* add 1.15.0-dev

* Using prepare workflow for pre-stable channel workflow

* Test prepare workflow

* Remove set-product-version branch from release pipeline

* Use METADATA in environment

* Correct env vars

* Remove current branch from build trigger list

Co-authored-by: emilymianeil <emilymianeil@gmail.com>
Co-authored-by: Sarah <sthompson@hashicorp.com>
Co-authored-by: hc-github-team-nomad-core <github-team-nomad-core@hashicorp.com>
Co-authored-by: emily neil <63985869+emilymianeil@users.noreply.github.com>
2023-01-05 12:16:47 -08:00
DanStough
0a5b238ca8 chore: update main for release/1.14.x branch 2022-10-21 15:50:51 -04:00
Evan Culver
641daa1841
Sync changes from 1.13.0 release (#14104) 2022-08-10 12:21:21 -07:00
Michele Degges
0b3f90c3e7
[CI-only] Dev tag update for main (#13541) 2022-06-24 13:45:57 -07:00
Mark Anderson
dd22ceccd1 Change default dates
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-06-09 17:07:41 -07:00
Mark Anderson
6eecb7cf80 Set default for build date
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-06-09 17:04:05 -07:00
Mark Anderson
b35e749305 Add BuildDate to version structure
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-06-09 17:04:05 -07:00
Evan Culver
a82b5f3933
update main to reflect 1.13.0-dev (#13192) 2022-05-25 09:06:36 -07:00
Mark Anderson
83ccdcd66d Update version/version.go to match enterprise
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-05-09 10:07:19 -07:00
R.B. Boyer
38e0106701
update main to reflect it is v1.12.0-dev (#12157) 2022-01-21 15:03:11 -06:00
Evan Culver
fe4b53df22
Update version to use 1.11.2 as base (#12127) 2022-01-19 14:37:39 -08:00
haxandmat
d013ded88d
Improved performance of the version.GetHumanVersion function by 50% on memory allocation. (#11507)
Co-authored-by: Evan Culver <eculver@hashicorp.com>
2021-12-09 13:14:06 -08:00
hc-github-team-consul-core
9cbd27dbbd Putting source back into Dev Mode 2021-09-22 10:09:18 -05:00
hc-github-team-consul-core
01e9740467
Release v1.11.0-alpha 2021-09-16 22:51:47 +00:00
Konstantin Albutov
616cec4b45 Fix strings.Replace->strings.ReplaceAll 2021-05-27 16:57:10 -07:00
Alvin Huang
0438f3446c
changelog: add 1.9.1 entries (#9486)
* add 1.9.1 changelog entries

* bump dev version to 1.10.0
2021-01-04 11:54:26 -05:00
Alvin Huang
5bdf8a2d53
[skip ci] bump master to 1.9.0 to track next release version (#8315) 2020-07-15 14:48:36 -04:00
Alvin Huang
2a040342ba
remove GIT_DESCRIBE variable since we have a revision line (#8310) 2020-07-14 15:17:45 -04:00
hashicorp-ci
6f1c72c8c3 Putting source back into Dev Mode 2020-05-28 14:39:39 -04:00
hashicorp-ci
2d38fc7302 Release v1.8.0-beta2 2020-05-28 14:39:38 -04:00
hashicorp-ci
ad520d46db Putting source back into Dev Mode 2020-05-28 14:39:30 -04:00
hashicorp-ci
4cadd39c3e Release v1.8.0-beta1 2020-05-28 14:39:29 -04:00
Matt Keeler
e6568119f1
Putting source back into Dev Mode 2020-02-11 11:54:35 -05:00
hashicorp-ci
95fb95bfe6
Release v1.7.0 2020-02-11 15:19:16 +00:00
hashicorp-ci
1f62d5c9ce Release v1.7.0-beta4 2020-01-31 21:38:38 +00:00
hashicorp-ci
8d146fbfe8
Release v1.7.0-beta3 2020-01-24 17:08:22 +00:00
hashicorp-ci
e01f691351
Release v1.7.0-beta2 2019-12-20 17:16:53 +00:00
Alvin Huang
0056e052fd
reset dev tree (#6925) 2019-12-10 16:35:30 -05:00
hashicorp-ci
dcab935831
Release v1.7.0-beta1 2019-12-10 19:12:07 +00:00
hashicorp-ci
9be6dfc310
Release v1.6.1 2019-09-12 19:39:59 +00:00
R.B. Boyer
000ca15db7 Putting source back into Dev Mode 2019-08-26 12:22:20 -05:00
hashicorp-ci
944cc71026
Release v1.6.0 2019-08-23 22:10:51 +00:00
hashicorp-ci
71f98661de
Release v1.6.0-rc1 2019-08-13 15:28:07 +00:00
hashicorp-ci
5ff04a303e
Release v1.6.0-beta3 2019-07-26 23:15:20 +00:00
Alvin Huang
648e20d0c9 Putting source back into Dev Mode 2019-07-15 15:03:36 -04:00
hashicorp-ci
6937bb292c
Release v1.6.0-beta2 2019-07-15 18:09:31 +00:00
Jack Pearkes
e453e8aabb Putting source back into Dev Mode 2019-07-08 16:30:03 +02:00
hashicorp-ci
83b929accf
Release v1.6.0-beta1 2019-07-08 13:20:36 +00:00
Hans Hasselberg
cac6bc6377 Putting source back into Dev Mode 2019-06-27 23:27:07 +00:00
Hans Hasselberg
a82e6a7fd3
Release v1.5.2 2019-06-27 22:59:46 +00:00
Jack Pearkes
7e3cd36709 Putting source back into Dev Mode 2019-05-23 12:03:07 -07:00