forked from hashicorp/vault
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream tag v1.18.4 (revision 503be623a3) #80
Open
fopina-ci
wants to merge
3,623
commits into
main
Choose a base branch
from
upstream-to-pr/rev-503be623a3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Ryan Cragun <[email protected]>
Co-authored-by: Raja Nadar <[email protected]>
Co-authored-by: claire bontempo <[email protected]>
Co-authored-by: Violet Hynes <[email protected]>
Co-authored-by: Kit Haines <[email protected]>
Co-authored-by: Chris Capurso <[email protected]>
Co-authored-by: Angel Garbarino <[email protected]>
Co-authored-by: Luis (LT) Carbonell <[email protected]>
Co-authored-by: Steven Clark <[email protected]>
Co-authored-by: claire bontempo <[email protected]>
Co-authored-by: Lee Boynton <[email protected]>
Co-authored-by: Steven Clark <[email protected]>
Co-authored-by: Chris Capurso <[email protected]>
Co-authored-by: claire bontempo <[email protected]>
Co-authored-by: Victor Rodriguez <[email protected]>
Co-authored-by: Steven Clark <[email protected]>
Co-authored-by: Steven Clark <[email protected]>
Co-authored-by: Steven Clark <[email protected]>
This reverts commit dcbc4f3.
Co-authored-by: VAL <[email protected]>
Co-authored-by: Tin Vo <[email protected]>
Co-authored-by: Steven Clark <[email protected]>
Co-authored-by: claire bontempo <[email protected]>
Co-authored-by: claire bontempo <[email protected]>
Co-authored-by: Bianca Moreira <[email protected]>
Co-authored-by: Scott Miller <[email protected]>
Co-authored-by: Mike Palmiotto <[email protected]>
Co-authored-by: Scott Miller <[email protected]>
…) (hashicorp#28610) * VAULT-31402: Add verification for all container images Add verification for all container images that are generated as part of the build. Before this change we only ever tested a limited subset of "default" containers based on Alpine Linux that we publish via the Docker hub and AWS ECR. Now we support testing all Alpine and UBI based container images. We also verify the repository and tag information embedded in each by deploying them and verifying the repo and tag metadata match our expectations. This does change the k8s scenario interface quite a bit. We now take in an archive image and set image/repo/tag information based on the scenario variants. To enable this I also needed to add `tar` to the UBI base image. It was already available in the Alpine image and is used to copy utilities to the image when deploying and configuring the cluster via Enos. Since some images contain multiple tags we also add samples for each image and randomly select which variant to test on a given PR. Signed-off-by: Ryan Cragun <[email protected]> Co-authored-by: Ryan Cragun <[email protected]>
Use the latest Docker action to ensure correct arm64 container builds Signed-off-by: Ryan Cragun <[email protected]>
* secrets/db: enable skip auto import rotation of static roles (hashicorp#29093) * secrets/db: enable skip auto import rotation of static roles * fix panic due to empty role name causing role to not be stored * fix role upgrade test * Apply suggestions from code review Co-authored-by: vinay-gopalan <[email protected]> Co-authored-by: kpcraig <[email protected]> * use password in favor of self_managed_password * add deprecated to self_managed_password field * fix bug with allowing updates to password --------- Co-authored-by: vinay-gopalan <[email protected]> Co-authored-by: kpcraig <[email protected]> * db: fix skip-import-rotation/rootless integration (hashicorp#29202) * db: fix skip-import-rotation/rootless integration * prevent setting both password and self_managed_password * move func call and add comment * db: allow updates to self_managed_password (hashicorp#29283) * test: fix ce/ent diff (hashicorp#29307) --------- Co-authored-by: vinay-gopalan <[email protected]> Co-authored-by: kpcraig <[email protected]>
Co-authored-by: Thy Ton <[email protected]>
Co-authored-by: Alexandr Hacicheant <[email protected]>
Co-authored-by: Thy Ton <[email protected]>
Co-authored-by: John-Michael Faircloth <[email protected]>
Co-authored-by: Thy Ton <[email protected]>
* backport 1.18.x: replace keyring dependency to address zombie dbus-daemons processes * changelog
Co-authored-by: Theron Voran <[email protected]>
Co-authored-by: Thy Ton <[email protected]>
Co-authored-by: Luis (LT) Carbonell <[email protected]>
Co-authored-by: Rebecca Willett <[email protected]>
Co-authored-by: Moritz Rathberger <[email protected]>
Co-authored-by: swati <[email protected]>
Co-authored-by: Violet Hynes <[email protected]>
Co-authored-by: Merouane Atig <[email protected]>
…se/1.18.x (hashicorp#29001) * backport of commit d5a7ac2 * debugging pipeline * debugging pipeline --------- Co-authored-by: Tin Vo <[email protected]> Co-authored-by: tin.vo <[email protected]>
Co-authored-by: divyaac <[email protected]>
…9388) * update ldap mirage scenario to allow check-in/check-out action * update libraries test to mount engine * update mirage, fix tests * update lease renew CLI command * fix test * update tests" Co-authored-by: Chelsea Shaw <[email protected]>
…hashicorp#29390) * UI: LDAP Hierarchical Library names (hashicorp#29293) * refactor crumbs * add subdirectory library route and hierarchical nav * update library breadcrumbs; * fix role popup menus * add getter to library model for full path * cleanup model getters * add changelog * add bug fix note * add transition after deleting * fix function definition * update adapter test * add test coverage * fix crumb typo * fix tests
Co-authored-by: Thy Ton <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
…icorp#29360) * fix cherry pick * update docker typ --------- Co-authored-by: mickael e <[email protected]>
…9405) Co-authored-by: mickael e <[email protected]>
Co-authored-by: John-Michael Faircloth <[email protected]>
…icorp#29411) The genesis of this PR is updating our cache action due to older actions being shut down[0]. While not mentioned in the changelog, the migration guide does call out versions <3.4.0 or <4.2.0 as too old.[1] Since I was updating cache I went ahead and updated minor versions of all our actions. [0]: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down [1]: actions/cache#1510 Signed-off-by: Ryan Cragun <[email protected]> Co-authored-by: Ryan Cragun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Integrating latest changes from hashicorp/vault tag v1.18.4
Commit summary omitted as it exceeds maximum message size.