Commit Graph

68 Commits

Author SHA1 Message Date
hc-github-team-secure-vault-core
6bdba4b985 backport of commit 1e491e16d4 (#22187)
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
2023-08-17 14:49:23 -04:00
Nick Cabatoff
81a563d498 Reduce number of places where go version is set (#17762)
Reduce go version references to two: .go_version and @executors.yml.
2022-11-01 15:37:13 -04:00
Mike Palmiotto
327a08685b Update main to go 1.19.2 (#17437)
* Update go version to 1.19.2

This commit updates the default version of go to 1.19.2. This update
includes minor security fixes for archive/tar, net/http/httputil, and
regexp packages.

For more information on the release, see: https://go.dev/doc/devel/release#go1.19.2

* Update Docker versions in CI to 20.10.17

After updating Vault to go version 1.19.2, there were several SIGABRTs
in the vault tests. These were related to a missing `pthread_create`
syscall in Docker. Since CI was using a much older version of Docker,
the fix was to bump it to latest-1 (20.10.17).

While we're at it, add a note in the developer docs encouraging the use
of the latest Docker version.
2022-10-07 14:24:14 -04:00
Nick Cabatoff
e67a3a7fee Add blurb about how you shouldn't import github.com/hashicorp/vault in your project. (#17427) 2022-10-06 09:06:46 -04:00
akshya96
cccd1d7353 updating go to 1.19.1 (#17053) 2022-09-07 16:13:33 -07:00
Hamid Ghaf
46a09caddf update to GO 1.18.5 (#16840)
* update to GO 1.18.5

* reverting a change

* feedback
2022-08-23 19:05:43 -04:00
Christopher Swenson
9a8cbf99cf Update Go to 1.18 (#16522)
Update Go to 1.18

From 1.17.12

1.18.5 was just released, but not all packages have been updated, so I
went with 1.18.4

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2022-08-02 10:36:12 -07:00
Kaevon
8f9e6a816c Fixed grammar errors (#16459) 2022-07-27 07:30:55 -04:00
Chris Capurso
ba56224a2a Update go to version 1.17.12 (#16336)
* update to go 1.17.12

* update changelog entry

* update readme
2022-07-18 16:28:47 -04:00
Steven Clark
8dbb7f86b7 Update Go to 1.17.11 (#15818)
* Update Go to 1.17.11

 See https://go.dev/doc/devel/release#go1.17.minor for release notes
2022-06-06 13:18:24 -04:00
Alexander Scheel
7d7c0160cc Update to Go 1.17.9 (#15043)
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-04-14 14:41:05 -04:00
Nick Cabatoff
db5097dec9 Update to Go 1.17.7 (#14232) 2022-02-23 15:08:08 -05:00
Saru Thuraiman
46bb1ee390 Add missing word "database" in docs (#13571)
* Update README.md

Add missing word database

* Update what-is-vault.mdx

Add missing "database" keyword.

* Update README.md

* Update what-is-vault.mdx

* Update website/content/docs/what-is-vault.mdx

* Update website/content/docs/what-is-vault.mdx

Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>

Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-01-07 09:21:37 -08:00
VAL
c1495da531 Update example code links, remove unneeded comments (#13491) 2021-12-22 09:33:12 -08:00
Meggie
fcc5f22bea Main go version bump (#13408)
* Go 1.17.2 -> 1.17.5
* Switching to cimg
2021-12-14 11:11:13 -05:00
Peter Wilson
058fbcc5ef Update README to remove IRC reference (#13031)
* Update README to remove IRC reference

The README references IRC (Freenode) as a means of communication regarding the Vault project, but it seems that:

1. Freenode has had its share of issues (https://en.wikipedia.org/wiki/Freenode#Ownership_change_and_conflict)
2. You now need a Freenode account to access their IRC server
3. The channel hasn't been very active (and to the best of my knowledge hasn't been migrated to Libera where a lot of Freenode based projects moved to)

I'd recommend just removing the reference for now, and if things change or another means of collaboration surfaces - adding that later.

* Added changelog file 13031.txt

* Moved required changelog file to the correct folder

* Removed changelog entry based on PR feedback
2021-11-03 16:01:01 -04:00
Nick Cabatoff
69f874be1f Move to go 1.17 (#12868)
Also ensure that the go 1.17 breaking changes to net.ParseCIDR don't make us choke on stored CIDRs that were acceptable to older Go versions.
2021-10-21 09:32:03 -04:00
VAL
d33ad0885c Add links to vault-examples repo (#12740) 2021-10-05 10:15:01 -07:00
Josh Black
ceaa44b880 bump go to 1.16.7 (#12408) 2021-08-24 09:54:26 -07:00
Vishal Nayak
6b3f3dfbbd Udate to Go 1.16.5 (#11802)
* Udate to Go 1.16.5

* Add CL

* Update packages-oss.yml

* Update go_test.yml
2021-06-09 10:38:52 -04:00
Scott Miller
2e169ad267 Update Go to 1.16.2 for the 1.8-dev cycle (#11267)
* Update to Go 1.16.2 for build/dev

* Update SDK version_base

* Update docker images

* make packages
2021-04-07 15:46:42 -05:00
Nick Cabatoff
c284062541 Remove darwin/386 since Go 1.15 doesn't support it. Remove some 1.14.7 references that were missed. (#10321) 2020-11-04 12:35:09 -05:00
dr-db
2b81b5aca8 Updates Go version in README to 1.14.7, to match reality (#10237) 2020-10-25 22:50:25 -07:00
Geoffrey Grosenbach
baf5ec5dcc Updates URLs to match new paths at Learn (#9679)
Previous URLs which included a track in the querystring now go to standard paths instead.
2020-08-10 13:40:09 -07:00
Jim Kalafut
9239f9b827 Update README.md (#9378) 2020-07-02 08:58:08 -07:00
Lisa Szpunar
723e4c5b06 Added links to Learn and certification exams to the README (#8625)
* Added links at the top and to the Getting Started section to Learn and Certifications

* Edited top links to make match the format of the other bullet points.

* Changed "training" to "tutorials"

Co-authored-by: lszpunar <lisaspooner42.com>
2020-03-26 16:36:53 -07:00
Sam Salisbury
a1190ded7e upgrade to go1.13.7 (#8332) 2020-02-11 15:03:49 +00:00
Jim Kalafut
83c7cecfd5 Update README 2019-12-17 05:24:23 -08:00
Jim Kalafut
403d1a48b8 Update README.md 2019-11-01 10:28:17 -07:00
Jim Kalafut
2b8aeb10cc Update Go version in readme
Fixes #7525
2019-09-27 08:30:02 -07:00
Noelle Daley
faee84ff01 README: add command for building enterprise binary (#7336)
* README: add command for building enterprise binary

* README: add warning about built-in license
2019-08-19 14:21:05 -07:00
Sam Salisbury
df7bd8cdb9 ci: remove travis config + all refs (#7122) 2019-07-25 11:10:31 +01:00
Jim Kalafut
7904900f4b Reference Go Modules in README (#6708) 2019-05-09 10:29:15 -07:00
Jeff Mitchell
250733e980 Bump Go version in README 2019-04-12 23:49:51 -04:00
Varsha Varadarajan
57c9a9de42 Update the readme with information on how to compile the dev version of vault with UI. (#6045) 2019-02-13 09:39:09 -05:00
Jeff Mitchell
de380ce624 Allow devel in go version check and bump to 1.11 2019-01-29 11:27:04 -05:00
Cole Mujadzic
6d13df8a19 Update intro link in README (#5775) 2018-11-13 16:00:04 -05:00
Chris Kent
cee348e75f Mrktfix (#4411)
* Updated hero with current logo

* Updated logos in these artifact images as well

* Added Branded Logo

with HashiCorp

* Updated logo with branded logo

(HashiCorp in the name)

* typo

* Wrong spot

* Updated logo
2018-04-20 14:43:11 -05:00
Jeff Mitchell
b6513c1ddc 1.10 Updates (#4218) 2018-03-29 15:32:16 -04:00
Jeff Mitchell
b84984ca19 Revert Go dep to 1.9
Ping GH-4028
2018-02-22 20:21:07 -05:00
Jeff Mitchell
2d22d8a99a Fix PKI tests by generating on-demand 2018-02-20 00:23:37 -05:00
Jeff Mitchell
d6552a11cc Merge branch 'master-oss' into sethvargo/cli-magic 2018-01-03 14:02:31 -05:00
Brian Kassouf
254d0ab784 Update README.md 2017-11-17 10:52:03 -08:00
Brian Shumate
53c7d4d10b Update README to fix horizontal rule Markdown (#3534) 2017-11-07 15:29:02 -05:00
Seth Vargo
b8e4b0d515 Standardize on "auth method"
This removes all references I could find to:

- credential provider
- authentication backend
- authentication provider
- auth provider
- auth backend

in favor of the unified:

- auth method
2017-10-24 09:32:15 -04:00
Jeff Mitchell
58157726a2 Bump readme go requirement 2017-09-01 08:36:05 -04:00
Chris Kent
3dddf930e5 Changed campaign (#2909) 2017-06-22 20:28:58 +01:00
Chris Kent
6ef0020be0 Added Enterprise links (#2906)
Added banner and footer links
2017-06-22 05:33:26 +01:00
Jason Costello
e84d6e3a47 Update logo in README
Fixes https://github.com/hashicorp/vault/pull/2505. Uses a relative link instead of an asset from the site to prevent future issues.
2017-03-20 10:32:23 -07:00
Jeff Mitchell
98c7bd6c03 Port some replication bits to OSS (#2386) 2017-02-16 15:15:02 -05:00