Update git submodules

* Update castellan from branch 'master'
  to ebafb3c656aa08329d05103ebbfd67c47c4c12a4
  - Merge "Fix gitignore pattern for vault related files"
  - Fix gitignore pattern for vault related files
    
    previous pattern ignored any file that started with 'vault_'.
    While not affecting changes to the vault_key_manager.py file that was
    already checked into the repository, this pattern effectively hides said
    file from many modern search tools (like ack, ag or ripgrep)
    that by default ignore files according to .gitignore patterns.
    
    This patch changes this pattern to ignore 'vault_*' files and
    directories only in the root of the repo.
    
    Change-Id: Id2095d9a401154435c346916e10df777b70d28dc
This commit is contained in:
Zuul 2021-10-18 21:48:03 +00:00 committed by Gerrit Code Review
parent 2a08f12bfd
commit 41c87812b7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4b6f73a671e13b6cdb936c3f72c095b1f7944117
Subproject commit ebafb3c656aa08329d05103ebbfd67c47c4c12a4