bank-vaults

A Vault swiss-army knife: A CLI tool to init, unseal and configure Vault (auth methods, secret engines).

APACHE-2.0 License

Stars
2K

Bot releases are hidden (Show)

bank-vaults - v1.31.1 Latest Release

Published by ramizpolic 4 months ago

Overview

Features πŸš€

Maintenance 🚧

Dependency Updates ⬆️

New Contributors

Full Changelog: https://github.com/bank-vaults/bank-vaults/compare/v1.31.0...v1.31.1

bank-vaults - v1.31.0

Published by ramizpolic 8 months ago

Overview

github.com/hashicorp/vault/api has been bumped from v1.10.0 to v1.11.0

What's Changed

Features πŸš€

Bug Fixes πŸ›

Maintenance 🚧

Dependency Updates ⬆️

New Contributors

Full Changelog: https://github.com/bank-vaults/bank-vaults/compare/v1.30.0...v1.31.0

bank-vaults - v1.30.0

Published by ramizpolic 11 months ago

Overview

IMPORTANT: All future releases will be tagged with v prefix, starting from v1.30.0

Make sure to use the new versioning scheme across other components when upgrading.
Discussion: https://github.com/orgs/bank-vaults/discussions/2065

Features

Bug Fixes

Documentation

Maintenance

Dependency

New Contributors

Full Changelog: https://github.com/bank-vaults/bank-vaults/compare/1.20.3...v1.30.0

bank-vaults - 1.19.0

Published by akijakya over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/banzaicloud/bank-vaults/compare/1.18.0...1.19.0

bank-vaults - 1.18.0

Published by lgecse over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/banzaicloud/bank-vaults/compare/1.17.0...1.18.0

bank-vaults - 1.17.0

Published by akijakya almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/banzaicloud/bank-vaults/compare/1.16.0...1.17.0

bank-vaults - 1.16.0

Published by bonifaido about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/banzaicloud/bank-vaults/compare/1.15.3...1.16.0

bank-vaults - 1.15.3

Published by bonifaido over 2 years ago

What's Changed

Full Changelog: https://github.com/banzaicloud/bank-vaults/compare/1.15.2...v1.15.3

bank-vaults - 1.15.2

Published by bonifaido over 2 years ago

What's Changed

Full Changelog: https://github.com/banzaicloud/bank-vaults/compare/1.15.1...1.15.2

bank-vaults - 1.15.1

Published by bonifaido over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/banzaicloud/bank-vaults/compare/1.15.0...1.15.1

bank-vaults - 1.14.4

Published by pbalogh-sa almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/banzaicloud/bank-vaults/compare/1.14.3...1.14.4

bank-vaults - 1.14.2

Published by pbalogh-sa about 3 years ago

Webhook

  • webhook: mutate container probes #1427
  • webhook: Addition of dnsPolicy for deployment in helm chart #1430
  • webhook: add syslog capability to vault-env #1432
  • webhook: make DNS policy empty if not set, Default broke CI #1438
bank-vaults - 1.14.1

Published by bonifaido about 3 years ago

This is minor release in terms of number of fixes but a huge one in the terms of content! πŸƒ

webhook

  • make pod mutation idempotent (#1419)
  • fix registry lookup, add test for validating it in the future (#1418)
  • chart: Fix API versions for k8s < 1.21 (#1413) - @horjulf
  • charts: Fix md tables in chart Readmes (#1415) @LinAnt

client

  • set Vault Namespace on underlying rawClient if it has a non-empty value (#1412) - @wmene
bank-vaults - 1.14.0

Published by bonifaido about 3 years ago

This release contains a lot of bug fixes! Thanks for the reports and also for the PRs! πŸ‘

webhook

  • vault-env: fix errors.As error handling caused panic (#1386) - @win-t
  • Use of namespaced service accounts for auth (#1401, #1407) - @timbuchwaldt, @dquagebeur
  • fix(registry): use default value if no ImagePullSecrets was specified in podspec (#1409) - @kratisto

configurer

  • bank-vaults: fix the usage of some common flags (#1405)

charts

  • operator: Add SETFCAP Capabilities to Helm psp template (#1388) - @inesterenko
  • Fix k8s deprecations (#1404)
  • vault: ClusterRole binding fix (#1408)
  • operator: remove direct etcd subchart support (#1411)

operator

  • change default configurer config to a Secret (#1389)
bank-vaults - 1.13.1

Published by bonifaido over 3 years ago

This release contains a lot of bug fixes! Thanks for the reports and also for the PRs! πŸ‘

webhook

  • extract the main code to pkg (#1337)
  • vault-env: fix exit code detection (#1342)
  • give back error logging (#1350)
  • add Vault namespaces support (#1361) - @anoncam
  • remove the need for the inline-mutation annotation (#1380)
  • fix inline-mutation for envFrom constructs (#1381)

configurer

  • set issuer explicitly from service account JWT for in-cluster scenarios (#1348)

charts

  • vault: openshift support (#1355) - @chris1786
  • webhook: Adding support for topologySpreadConstraints to helm chart (#1359) - @johnwoo247

operator

  • set owner reference on raw config (#1367)
  • fix config check for ha capable storages (ha_enabled=false) combined with ha_storage stanza
  • fix raft ha_storage combined with seal stanza (#1369)
bank-vaults - 1.13.0

Published by bonifaido over 3 years ago

configurer

  • Properly check if database connections are already configured. (#1318) - @tandrup

vault-env

  • Support JWT-based auth methods outside of K8s clusters (#1321) - @gw0
  • add azure msi auth method for vault (#1319) - @leosayous21

operator

  • Add awskms seal configuration to example (#1324) - @miguelaferreira
  • remove usage of VAULT_LOCAL_CONFIG (#1329)
  • updated controller-runtime to 0.9.0 (#1334)

webhook

  • Allow users to specify resources for init-containers (#1331) - @sopriani
  • vault-env/vault-secrets-webhook: Add VAULT_ENV_DELAY and vault-env-delay annotation (#1333) - @gw0
  • use slok/kubewebhook/v2 (#1334)
  • fixes for running with kurun (#1335)
bank-vaults - 1.12.1

Published by bonifaido over 3 years ago

Operator

  • type fix for IsNotFoundError (#1312)
  • operator: fix ingress rbac api group (#1310)
bank-vaults - 1.12.0

Published by bonifaido over 3 years ago

  • [general]

    • built by Go 1.16 (#1274)
    • certmanager: use v1 resource versions (#1293)
    • vault chart improvements (#1296)
    • chart/helm: stricter default rbac for secrets (#1299)
  • [webhook]

    • Support separate tags in webhook helm chart for vault-secrets-webhook repo and vault-env repo (#1282) - @tandrup
    • Add missing objectSelector configuration options - @gw0
    • Add default objectSelector to not trigger on internal Helm v3 state resources - @gw0
    • vault-ct-once as initContainer (#1295) - @moskitone
    • consul-template: add configuration for template injecting for in init containers (#1302) - @kratisto
  • [operator]

    • make aws region optional in the crd (#1294)
    • fix nodes null unmarshal issue (#1301)
    • ingress: add default backend only if there are no rules defined (#1305)
    • ingress: v1 (#1306)
bank-vaults - 1.11.3

Published by bonifaido over 3 years ago

  • build(deps): bump alpine from 3.13.1 to 3.13.2 (#1262)
  • vault-env: smarter env sanitization in case of vault:login (#1265)
  • webhook: Fix for inline mutations in custom resources (#1271) - @dervoeti
  • webhook: Enable GCPIAMAuth method for vault webhook auth (#1272) - @connorlwilkes
bank-vaults - 1.11.2

Published by bonifaido over 3 years ago

  • general: bump alpine from 3.13.0 to 3.13.1 (#1246)
  • general: update to vault 1.6.2 (#1252)
  • configurer: fix map types in auth config blocks (#1248)
  • webhook: extend and specify documentation around namespaces (#1244)
  • operator: fix Vault status updates (#1245)
  • operator: reduce the CRD size by removing the descriptions (#1249)
  • operator: Add missing capability (#1257) - @davidkarlsen