Skip to content
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

DATAGO-59820: Upgrading vault to 1.14.0 #23

Merged
merged 131 commits into from
Aug 29, 2023

Commits on Nov 6, 2021

  1. add staticSecretRenderInterval to injector (hashicorp#621)

    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    kaitoii11 and tvoran committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    c47ff33 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Update jira action (hashicorp#644)

    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    tomhjp committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    21cc21f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    0375b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa25e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Run CI tests in github workflows (hashicorp#657)

    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    tvoran and tomhjp committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    48eebb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    609444d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4a9249 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Make terminationGracePeriodSeconds configurable (hashicorp#659)

    Make terminationGracePeriodSeconds configurable for server pod
    mikutas committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    248397f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. injector: ability to set deployment update strategy (continued) (hash…

    …icorp#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    tvoran and jasonhancock committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    0c0b6e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    0043023 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    c511d30 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    0a1f8d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. update CONTRIBUTING.md (hashicorp#677)

    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    tvoran committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    d6e1cd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. add namespace support for openshift route (hashicorp#679)

    Jacob Mammoliti committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a84a61f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Add volumes and env vars to helm hook test pod (hashicorp#673)

    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes hashicorpGH-665
    Iristyle committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e629dc9 View commit details
    Browse the repository at this point in the history
  2. allow injection of TLS config for OpenShift routes (hashicorp#686)

    * Add some tests on top of hashicorp#396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    3 people committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    92da512 View commit details
    Browse the repository at this point in the history
  3. Release 0.19.0 (hashicorp#687)

    tvoran committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    b0528fc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    a2d9a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b447a92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19b417c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. vault: bump image to 1.9.3 (hashicorp#695)

    Signed-off-by: Lionel H <me@nullbyte.be>
    lion24 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a7e56d8 View commit details
    Browse the repository at this point in the history
  2. changelog++ (hashicorp#699)

    tomhjp committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    4f5c01f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    a81a992 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    f59f3d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    549d9b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Maintain pre-existing Mutating Webhook default values for Kubernetes …

    …1.22 (hashicorp#692)
    
    * Prepare default values for MutatingWebhookConfiguration hashicorp#691
    * Add values.yaml values to injector-mutating-webhook.yaml hashicorp#691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy hashicorp#691
    NLRemco committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    56a253b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. VAULT-571 Matching documented behavior and consul (hashicorp#703)

    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default. If this is false,
    > no components will be installed by default and manually opting-in is
    > required, such as by setting server.enabled to true.
    
    (https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled)
    
    We also simplified the chart logic using a few template helpers.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    swenson and tvoran committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7109159 View commit details
    Browse the repository at this point in the history
  2. Update k8s versions (hashicorp#706)

    * tests: updating the four most recent k8s versions
    
    * bump oldest version to 1.16
    
    * docs, Chart.yaml, and changelog for 1.14 -> 1.16
    tvoran committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    460b5e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    4da0638 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Support policy/v1 disruptionbudget beyond kube 1.21 (hashicorp#710)

    Issue hashicorp#667, adding updates to the disruptionbudget to support new
    non beta spec beyond kube 1.21
    sharkannon committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    12444bf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Remove unncessary template calls (hashicorp#712)

    - As part of VAULT-571 / hashicorp#703 in 7109159, a new vault.serverEnabled
       template was added (and included in vault.mode)
    
       Various templates were updated accordingly, but those that were
       already calling vault.mode had an additonal call to
       vault.serverEnabled made which was unnecessary
    
       Remove those
    Iristyle committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4ae52c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Issue 629: updated to allow customization of the CLUSTER_ADDR the sam…

    …e… (hashicorp#709)
    
    * Issue hashicorp#629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
    
    * Issue-hashicorp#629 removing extra whitespace I added accidently.
    
    * Issue-hashicorp#629 fixing extra whitespace added.
    
    * Update values.yaml
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * Issue hashicorp#629 adding changelog
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    sharkannon and jmuleiro committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    87e4567 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. VAULT-5838 Update CSI provider to 1.1.0 (hashicorp#721)

    * VAULT-5838 Update CSI provider to 1.1.0
    
    * Update test/acceptance/csi.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    swenson and tvoran committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    230bba4 View commit details
    Browse the repository at this point in the history
  2. VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (hashicorp#722)

    1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
    1.16 if we upgrade
    swenson committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    9b43054 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Implement support for Topology Spread Constraints (hashicorp#652)

    * Implemented support for topology spread constraints
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Add topologySpreadConstraints to values schema
    
    * Implement injector deployment topology spread UTs
    
    * also remove string from the relevant schema types
    
    * Implement injector statefulset topology spread UTs
    
    * Implement injector HA statefulset topology UTs
    
    * Allow topologySpreadConstraints to be a string
    
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    4 people committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4005767 View commit details
    Browse the repository at this point in the history
  2. Update the changelog with changes from 614 and 652 (hashicorp#723)

    * Update the changelog with changes from 614 and 652
    
    * Update CHANGELOG.md
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    swenson and tvoran committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    eba7548 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    6ca2f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b3009 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Update minimum required helm version in readme (hashicorp#730)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    tvoran and tomhjp committed May 20, 2022
    Configuration menu
    Copy the full SHA
    3dcc3fd View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Restore missing 'vault' service account (hashicorp#737)

    Our tutorials rely on this service account being present even if we are
    using an external Vault.
    
    The `values.yaml` also states that external Vaults are expected to use
    this service account.
    
    For example,
    https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault?in=vault/kubernetes#install-the-vault-helm-chart-configured-to-address-an-external-vault
    swenson committed May 24, 2022
    Configuration menu
    Copy the full SHA
    830761a View commit details
    Browse the repository at this point in the history
  2. Set default object selector for webhooks to exclude injector itself (h…

    …ashicorp#736)
    
    Set default object selector for webhooks to exclude injector itself
    
    If `injector.failurePolicy` is set to `Fail`, there is a race condition
    where if the mutating webhook config is setup before the injector, then
    the injector can fail to start because it tries to inject itself.
    
    We can work around this by ignoring the injector pod in in the webhook
    by default.
    
    Thanks to @joeyslalom for the object selector to exclude the pod.
    
    Fixes hashicorp/vault-k8s#258
    swenson committed May 24, 2022
    Configuration menu
    Copy the full SHA
    daa2b3b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Prepare for release 0.20.1 (hashicorp#739)

    Prepare for release 0.20.1
    
    Improvements:
    * `vault-k8s` updated to 0.16.1
    
    CHANGES:
    * `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [hashicorpGH-737](hashicorp#737)
    * Mutating webhook will no longer target the agent injector pod [hashicorpGH-736](hashicorp#736)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    swenson and tvoran committed May 26, 2022
    Configuration menu
    Copy the full SHA
    45897a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Mention minimum helm version in changelog (hashicorp#742)

    Also add a features section to 0.20.0
    tvoran committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    80560f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Start testing against Kubernetes 1.24 (hashicorp#744)

    Start testing against Kubernetes 1.24
    
    Update .github/workflows/acceptance.yaml
    
    Remove skip csi
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    swenson and tvoran committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    48f4ab8 View commit details
    Browse the repository at this point in the history
  2. Update .helmignore (hashicorp#732)

    Review .helmignore file, ignore CI in chart
    alexey-ban committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    d78a292 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    44a07b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    6c14d9d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. changelog++ (hashicorp#757)

    tvoran committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    324d689 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    999b0b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    553af86 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Feat/adding pod and container security context (hashicorp#750)

    Allow the injector's pod- and container-level securityContext to be
    fully specified by the user, via new options
    `injector.securityContext.pod` and
    `injector.securityContext.container` with more complete
    defaults. Deprecates `injector.uid` and `injector.gid`.
    
    If `injector.uid` or `injector.gid` are set by the user, the old pod
    securityContext settings will be used. Otherwise the new defaults and
    settings are used.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    ChrisFraun and tvoran committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    eb95ac5 View commit details
    Browse the repository at this point in the history
  2. Changelog and schema update for active/standby node port (hashicorp#761)

    * Changelog and schema update for active/standby node port
    
    Follow-up to hashicorp#610
    swenson committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6931720 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. changelog++ and json schema update (hashicorp#762)

    Changelog updates for hashicorp#750, and json schema update.
    tvoran committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    91b6c64 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    8bc1604 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. csi/server.statefulset: custom security context (hashicorp#767)

    csi/server.statefulset: custom security context
    
    This adds flexibility to have custom pod template and container
    `securityContext` and preserves current default values and behavior.
    
    Fixes hashicorp#663.
    
    This also is a way to address hashicorp#599
    so that people can specify, for example, the CSI to run in a privileged
    container for OpenShift.
    
    This is a follow-up to hashicorp#750
    and builds on the same principles.
    
    Side note: I am not able to run `helm schema-gen` since it is
    unmaintained and does not work with M1 Macs.
    swenson committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9efd98a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Prepare for 0.21.0 release (hashicorp#771)

    Prepare for 0.21.0 release
    
    CHANGES:
    * `vault-k8s` updated to 0.17.0. (this)
    * `vault-csi-provider` updated to 1.2.0 (this)
    * `vault` updated to 1.11.2 (this)
    * Start testing against Kubernetes 1.24. [hashicorpGH-744](hashicorp#744)
    * Deprecated `injector.externalVaultAddr`. Added `global.externalVaultAddr`, which applies to both the Injector and the CSI Provider. [hashicorpGH-745](hashicorp#745)
    * CSI Provider pods now set the `VAULT_ADDR` environment variable to either the internal Vault service or the configured external address. [hashicorpGH-745](hashicorp#745)
    
    Features:
    * server: Add `server.statefulSet.securityContext` to override pod and container `securityContext`. [hashicorpGH-767](hashicorp#767)
    * csi: Add `csi.daemonSet.securityContext` to override pod and container `securityContext`. [hashicorpGH-767](hashicorp#767)
    * injector: Add `injector.securityContext` to override pod and container `securityContext`. [hashicorpGH-750](hashicorp#750) and [hashicorpGH-767](hashicorp#767)
    * Add `server.service.activeNodePort` and `server.service.standbyNodePort` to specify the `nodePort` for active and standby services. [hashicorpGH-610](hashicorp#610)
    * Support for setting annotations on the injector's serviceAccount [hashicorpGH-753](hashicorp#753)
    swenson committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    eca526b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. DOC: Minor typos fixes (hashicorp#669)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hayorov and tomhjp committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9fa4c6c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. update values comments for server.securityContext (hashicorp#778)

    Since container is empty for openshift.
    tvoran committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    85562b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    8a6872e View commit details
    Browse the repository at this point in the history
  2. Add support for the Prometheus Operator (hashicorp#772)

    support collecting Vault server metrics by deploying PrometheusOperator
    CustomResources.
    
    Co-authored-by: Sam Weston <weston.sam@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    3 people committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0407431 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Update vault-k8s to 1.0.0 (hashicorp#784)

    Update vault-k8s to 1.0.0
    
    Also update Kubernetes versions tested against, including adding 1.25
    
    Update consul in tests for Kubernetes 1.25 support
    swenson committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    99d745c View commit details
    Browse the repository at this point in the history
  2. Prepare for 0.22.0 release (hashicorp#785)

    Prepare for 0.21.1 release
    
    * Update Vault to 1.11.3
    swenson committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c15d83e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    7e21a09 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. [COMPLIANCE] Add MPL 2.0 LICENSE (hashicorp#800)

    Co-authored-by: hashicorp-copywrite[bot] <noreply@hashicorp.com>
    hashicorp-copywrite[bot] and hashicorp-copywrite[bot] committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a3bbaea View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Prepare to release to 0.22.1 (hashicorp#803)

    * Prepare to release to 0.22.1
    
    * Revert chart verifier update for now
    
    * Remove unused jobs from CircleCI config
    tomhjp committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5d7014c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Fix CircleCI config (hashicorp#804)

    * Fix CircleCI config
    
    * Add manual trigger option
    tomhjp committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    46e6fb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    ab5b471 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    0110f97 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    21ce524 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    c13151a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    2d7fd5d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Amending docs (hashicorp#828)

    dtrts committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    72914d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. swap helm charts call to GHA (hashicorp#840)

    * swap helm charts call to GHA
    
    * fix path for gh utility
    claire-labry committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a4e076b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    c5c28cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    742ddb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Fix typo in telemetry example (hashicorp#846)

    Also in the telemetry test
    jordanfelle committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    34d8650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31e70e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. fix: remove k8s 1.16 from acceptance testing (hashicorp#848)

    * remove 1.16 from the versions tested in .github/workflows/acceptance.yaml as kind no longer supports creating a k8s 1.16 cluster
    * update vault-helm's minimum support k8s version to 1.20 in README and Chart.yaml
    * refactor server-ingress's templating and unit tests applied to k8s versions < 1.20
    thyton committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f4f05aa View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. feat: make injector livenessProbe and readinessProbe configurable and…

    … add configurable startupProbe (hashicorp#852)
    thyton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9328917 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Updating GHA and default Vault version (hashicorp#863)

    Test with latest kind k8s versions 1.22-1.26. Remove support for old
    disruptionbudget and ingress APIs (pre 1.22).
    
    Pin all actions to SHAs, and use the common jira sync.
    
    Update the default Vault version to v1.13.1.
    
    Update chart-verifier used in tests to 1.10.1, also add an openshift
    name annotation to Chart.yaml (one of the required checks).
    tvoran committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2c4cd3a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Add portnumber (hashicorp#831)

    * Add configurable Port Number in readinessProbe and livenessProbe for the server-statefulset. 
    Co-authored-by: Kyle Schochenmaier <kyle.schochenmaier@hashicorp.com>
    bhargav2427 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9f18980 View commit details
    Browse the repository at this point in the history
  2. Add changelog for hashicorp#831 (hashicorp#867)

    * Add changelog for hashicorp#831
    * fixes bats test
    kschoche committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    fc7d432 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Add Vault Agent sidecar to CSI Provider (hashicorp#749)

    Adds Agent as a sidecar for the CSI Provider to:
    
    * Cache k8s auth login leases
    * Cache secret leases
    * Automatically renew renewable leases in the background
    tomhjp committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0fe9164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52c4a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    1307dbe View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Convert hashicorp/vault-helm to GitHub Actions (hashicorp#861)

    * Add workflow hashicorp/vault-helm/update-helm-charts-index
    
    * Add workflow hashicorp/vault-helm/manual-trigger-update-helm-charts-index
    
    * SHA-pin all 3rd-party actions
    
    * Restrict workflow permissions
    
    * Add actionslint
    
    * Add dependabot
    
    * Add CODEOWNERS
    
    * Replace deprecated references
    
    * fixup: First pass at cleaning up update-helm-charts-index
    
    * fixup: move to self-hosted for access to vault
    
    * fixup: remove vault bits, correct GHA action
    
    * fixup: Remove manual invocation
    
    * fixup: update CODEOWNERS
    
    * Update CODEOWNERS
    
    * Fix CODEOWNERS syntax
    
    * Use common workflow for action lint
    
    * fixup: address review feedback
    
    * fixup: codeowners set
    
    * Apply suggestions from code review
    
    Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
    
    * fixup: remove slack status action
    
    * fixup: more clear error message and correct syntax
    
    * fixup: limit actionlint trigger to GHA paths
    
    * fixup: glob
    
    * fixup: incorporate emily's superior syntax
    
    ---------
    
    Co-authored-by: Daniel Kimsey <daniel.kimsey@hashicorp.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Daniel Kimsey <90741+dekimsey@users.noreply.github.com>
    Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
    5 people committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    bb9a069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded705d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    9954df5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    677c932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d803a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Result of tsccr-helper -pin-all-workflows . (hashicorp#882)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    hashicorp-tsccr[bot] and hashicorp-tsccr[bot] committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    14585a1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    582e7d0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    b9096ee View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Default prometheusRules.rules should be an empty list (hashicorp#886)

    Support for prometheus-operator was added in
    hashicorp#772 and a default empty
    set of rules was defined as an empty map `{}`. However, as evidenced
    by the commented out rule examples below that very same values.yaml,
    this is expected to be a list, so `rules:` value should be set to an
    empty list `[]`.
    
    Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    Co-authored-by: Vitaliy <vitaliyf@users.noreply.github.com>
    3 people committed May 18, 2023
    Configuration menu
    Copy the full SHA
    a276600 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. ci: upgrade kind-action and kind version (hashicorp#899)

    kind-action v1.5.0 -> v1.7.0
    kind v0.17.0 -> v0.19.0
    
    Add k8s 1.27 to testing, and update the rest of the kind image
    versions.
    tvoran committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3640daa View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    da34c6c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix syntax for actionlint workflow (hashicorp#903)

    * Fix syntax for actionlint workflow
    * Move .github/workflows/setup-test-tools/ -> .github/actions/setup-test-tools/
    * Fix reported actionlint failures
    tomhjp committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a56c27c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    3ce721f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. [COMPLIANCE] Add Copyright and License Headers (hashicorp#905)

    Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
    hashicorp-copywrite[bot] committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1be1038 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    cd30d98 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Bump actions/checkout from 3.5.2 to 3.5.3 (hashicorp#910)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e5e7e5...c85c95e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    38335f8 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-go from 4.0.0 to 4.0.1 (hashicorp#891)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@4d34df0...fac708d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    785a5e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. ci: Fix yq command syntax (hashicorp#881)

    The original CCI version used an older version of yq. The syntax changed and this was missed when ported.
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    dekimsey and tomhjp committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a86803d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Prepare for 0.25.0 release (hashicorp#916)

    * Prepare for 0.25.0 release
    * Update CSI acceptance test assertion
    
    Starting in 1.4.0, the CSI provider caches Vault tokens locally. The main thing
    we want to check is that the Agent cache is being used so that it's doing the
    renewal legwork for any leased secrets, so check for the renewal log message instead
    because CSI won't auth over and over anymore.
    tomhjp committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e2711a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Explain this fork in the README

    j-setiawan authored and xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    18cc8ba View commit details
    Browse the repository at this point in the history
  2. Adding support for LoadBalancerIP field in ServiceSpec

    marcboudreau authored and xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    715f2c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db114c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3f6e71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b13f7a View commit details
    Browse the repository at this point in the history
  6. Explain this fork in the README

    j-setiawan authored and xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ceed154 View commit details
    Browse the repository at this point in the history
  7. Adding support for LoadBalancerIP field in ServiceSpec

    marcboudreau authored and xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f01b3da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1925dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3882633 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c6c3c9 View commit details
    Browse the repository at this point in the history
  11. feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)

    * Add objectSelector to webhookconfiguration (hashicorp#456)
    
    * changelog++
    
    * Add CSI secrets store provider (hashicorp#461)
    
    * updating acceptance tests to k8s 1.17 on gke (hashicorp#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (hashicorp#475)
    
    * Update to 0.10.0 (hashicorp#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (hashicorp#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (hashicorp#482)
    
    * fix csi helm deployment (hashicorp#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (hashicorp#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (hashicorp#460)
    
    Refs hashicorp#361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (hashicorp#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (hashicorp#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (hashicorp#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (hashicorp#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (hashicorp#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (hashicorp#434)
    
    * Update to v0.11.0 (hashicorp#497)
    
    * Add container based tests documentation (hashicorp#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (hashicorp#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (hashicorp#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (hashicorp#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (hashicorp#501)
    
    * updating to use new dedicated context and token (hashicorp#515)
    
    * added values json schema (hashicorp#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (hashicorp#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (hashicorp#526)
    
    * changelog++
    
    * add schema unit tests (hashicorp#530)
    
    * Add UI targetPort option (hashicorp#437)
    
    Use custom `targetPort` for UI service. See the usecase in hashicorp#385 (comment)
    
    * changelog++
    
    * Update to v0.12.0 (hashicorp#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (hashicorp#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (hashicorp#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (hashicorp#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (hashicorp#543)
    
    * Added webhook-certs volume mount to sidecar injector (hashicorp#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (hashicorp#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (hashicorp#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (hashicorp#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    19 people authored and xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    45ac830 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    294e9b4 View commit details
    Browse the repository at this point in the history
  13. minor changes

    adhish2001 authored and xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    555f650 View commit details
    Browse the repository at this point in the history
  14. Adding support for LoadBalancerIP field in ServiceSpec

    marcboudreau authored and xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c167a6d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    008613d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb39c45 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    404a8f7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ab0b18f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e7f760d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    93f8ad7 View commit details
    Browse the repository at this point in the history
  21. feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)

    * Add objectSelector to webhookconfiguration (hashicorp#456)
    
    * changelog++
    
    * Add CSI secrets store provider (hashicorp#461)
    
    * updating acceptance tests to k8s 1.17 on gke (hashicorp#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (hashicorp#475)
    
    * Update to 0.10.0 (hashicorp#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (hashicorp#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (hashicorp#482)
    
    * fix csi helm deployment (hashicorp#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (hashicorp#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (hashicorp#460)
    
    Refs hashicorp#361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (hashicorp#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (hashicorp#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (hashicorp#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (hashicorp#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (hashicorp#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (hashicorp#434)
    
    * Update to v0.11.0 (hashicorp#497)
    
    * Add container based tests documentation (hashicorp#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (hashicorp#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (hashicorp#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (hashicorp#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (hashicorp#501)
    
    * updating to use new dedicated context and token (hashicorp#515)
    
    * added values json schema (hashicorp#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (hashicorp#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (hashicorp#526)
    
    * changelog++
    
    * add schema unit tests (hashicorp#530)
    
    * Add UI targetPort option (hashicorp#437)
    
    Use custom `targetPort` for UI service. See the usecase in hashicorp#385 (comment)
    
    * changelog++
    
    * Update to v0.12.0 (hashicorp#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (hashicorp#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (hashicorp#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (hashicorp#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (hashicorp#543)
    
    * Added webhook-certs volume mount to sidecar injector (hashicorp#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (hashicorp#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (hashicorp#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (hashicorp#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    19 people authored and xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0a92a9c View commit details
    Browse the repository at this point in the history
  22. Datago 30304/upgrading vault to 1.9.2 (#14)

    * add staticSecretRenderInterval to injector (hashicorp#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (hashicorp#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (hashicorp#649)
    
    * vault-helm 0.18.0 release (hashicorp#650)
    
    * Run CI tests in github workflows  (hashicorp#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (hashicorp#653)
    
    * Fix spelling error in server disruptionbudget test (hashicorp#654)
    
    * Make terminationGracePeriodSeconds configurable (hashicorp#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (hashicorp#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (hashicorp#670)
    
    * Fixed a small typo (hashicorp#672)
    
    * Disable unit and acceptance tests in CircleCI (hashicorp#675)
    
    * update CONTRIBUTING.md (hashicorp#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (hashicorp#679)
    
    * Add volumes and env vars to helm hook test pod (hashicorp#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes hashicorpGH-665
    
    * allow injection of TLS config for OpenShift routes (hashicorp#686)
    
    * Add some tests on top of hashicorp#396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (hashicorp#687)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * Update to 0.4.0
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (hashicorp#456)
    
    * changelog++
    
    * Add CSI secrets store provider (hashicorp#461)
    
    * updating acceptance tests to k8s 1.17 on gke (hashicorp#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (hashicorp#475)
    
    * Update to 0.10.0 (hashicorp#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (hashicorp#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (hashicorp#482)
    
    * fix csi helm deployment (hashicorp#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (hashicorp#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (hashicorp#460)
    
    Refs hashicorp#361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (hashicorp#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (hashicorp#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (hashicorp#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (hashicorp#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (hashicorp#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (hashicorp#434)
    
    * Update to v0.11.0 (hashicorp#497)
    
    * Add container based tests documentation (hashicorp#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (hashicorp#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (hashicorp#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (hashicorp#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (hashicorp#501)
    
    * updating to use new dedicated context and token (hashicorp#515)
    
    * added values json schema (hashicorp#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (hashicorp#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (hashicorp#526)
    
    * changelog++
    
    * add schema unit tests (hashicorp#530)
    
    * Add UI targetPort option (hashicorp#437)
    
    Use custom `targetPort` for UI service. See the usecase in hashicorp#385 (comment)
    
    * changelog++
    
    * Update to v0.12.0 (hashicorp#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (hashicorp#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (hashicorp#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (hashicorp#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (hashicorp#543)
    
    * Added webhook-certs volume mount to sidecar injector (hashicorp#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (hashicorp#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (hashicorp#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (hashicorp#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * fix: deploy_local.sh error with file
    
    * minor changes
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (hashicorp#456)
    
    * changelog++
    
    * Add CSI secrets store provider (hashicorp#461)
    
    * updating acceptance tests to k8s 1.17 on gke (hashicorp#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (hashicorp#475)
    
    * Update to 0.10.0 (hashicorp#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (hashicorp#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (hashicorp#482)
    
    * fix csi helm deployment (hashicorp#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (hashicorp#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (hashicorp#460)
    
    Refs hashicorp#361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (hashicorp#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (hashicorp#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (hashicorp#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (hashicorp#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (hashicorp#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (hashicorp#434)
    
    * Update to v0.11.0 (hashicorp#497)
    
    * Add container based tests documentation (hashicorp#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (hashicorp#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (hashicorp#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (hashicorp#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (hashicorp#501)
    
    * updating to use new dedicated context and token (hashicorp#515)
    
    * added values json schema (hashicorp#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (hashicorp#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (hashicorp#526)
    
    * changelog++
    
    * add schema unit tests (hashicorp#530)
    
    * Add UI targetPort option (hashicorp#437)
    
    Use custom `targetPort` for UI service. See the usecase in hashicorp#385 (comment)
    
    * changelog++
    
    * Update to v0.12.0 (hashicorp#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (hashicorp#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (hashicorp#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (hashicorp#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (hashicorp#543)
    
    * Added webhook-certs volume mount to sidecar injector (hashicorp#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (hashicorp#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (hashicorp#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (hashicorp#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * changed value to use tag 1.9.6
    
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Subhrajit Nag <92374747+nagsubhrajitt@users.noreply.github.com>
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: adhish2001 <adhish.maheswaran@solace.com>
    Configuration menu
    Copy the full SHA
    7ff771b View commit details
    Browse the repository at this point in the history
  23. feat(DATAGO-30305): Upgrade vault server to 1.10.x (#16)

    * add staticSecretRenderInterval to injector (hashicorp#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (hashicorp#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (hashicorp#649)
    
    * vault-helm 0.18.0 release (hashicorp#650)
    
    * Run CI tests in github workflows  (hashicorp#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (hashicorp#653)
    
    * Fix spelling error in server disruptionbudget test (hashicorp#654)
    
    * Make terminationGracePeriodSeconds configurable (hashicorp#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (hashicorp#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (hashicorp#670)
    
    * Fixed a small typo (hashicorp#672)
    
    * Disable unit and acceptance tests in CircleCI (hashicorp#675)
    
    * update CONTRIBUTING.md (hashicorp#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (hashicorp#679)
    
    * Add volumes and env vars to helm hook test pod (hashicorp#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes hashicorpGH-665
    
    * allow injection of TLS config for OpenShift routes (hashicorp#686)
    
    * Add some tests on top of hashicorp#396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (hashicorp#687)
    
    * Add extraLabels for CSI DaemonSet (hashicorp#690)
    
    * Updated hashicorp/vault-csi-provider image to v1.0.0 (hashicorp#689)
    
    * Fix unit test assertions (hashicorp#693)
    
    * vault: bump image to 1.9.3 (hashicorp#695)
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    
    * changelog++ (hashicorp#699)
    
    * change helm trigger branch from master to main (hashicorp#700)
    
    * Add namespace to injector-leader-elector role, rolebinding and secret (hashicorp#683)
    
    * allow to configure publishNotReadyAddresses on server services (hashicorp#694)
    
    * Maintain pre-existing Mutating Webhook default values for Kubernetes 1.22 (hashicorp#692)
    
    * Prepare default values for MutatingWebhookConfiguration hashicorp#691
    * Add values.yaml values to injector-mutating-webhook.yaml hashicorp#691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy hashicorp#691
    
    * VAULT-571 Matching documented behavior and consul (hashicorp#703)
    
    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default. If this is false,
    > no components will be installed by default and manually opting-in is
    > required, such as by setting server.enabled to true.
    
    (https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled)
    
    We also simplified the chart logic using a few template helpers.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update k8s versions (hashicorp#706)
    
    * tests: updating the four most recent k8s versions
    
    * bump oldest version to 1.16
    
    * docs, Chart.yaml, and changelog for 1.14 -> 1.16
    
    * Fix values schema to support config in YAML (hashicorp#684)
    
    * Support policy/v1 disruptionbudget beyond kube 1.21 (hashicorp#710)
    
    Issue hashicorp#667, adding updates to the disruptionbudget to support new
    non beta spec beyond kube 1.21
    
    * Remove unncessary template calls (hashicorp#712)
    
    - As part of VAULT-571 / hashicorp#703 in 7109159, a new vault.serverEnabled
       template was added (and included in vault.mode)
    
       Various templates were updated accordingly, but those that were
       already calling vault.mode had an additonal call to
       vault.serverEnabled made which was unnecessary
    
       Remove those
    
    * Issue 629: updated to allow customization of the CLUSTER_ADDR the same… (hashicorp#709)
    
    * Issue hashicorp#629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
    
    * Issue-hashicorp#629 removing extra whitespace I added accidently.
    
    * Issue-hashicorp#629 fixing extra whitespace added.
    
    * Update values.yaml
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * Issue hashicorp#629 adding changelog
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * VAULT-5838 Update CSI provider to 1.1.0 (hashicorp#721)
    
    * VAULT-5838 Update CSI provider to 1.1.0
    
    * Update test/acceptance/csi.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (hashicorp#722)
    
    1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
    1.16 if we upgrade
    
    * Implement support for Topology Spread Constraints (hashicorp#652)
    
    * Implemented support for topology spread constraints
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Add topologySpreadConstraints to values schema
    
    * Implement injector deployment topology spread UTs
    
    * also remove string from the relevant schema types
    
    * Implement injector statefulset topology spread UTs
    
    * Implement injector HA statefulset topology UTs
    
    * Allow topologySpreadConstraints to be a string
    
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    
    * Update the changelog with changes from 614 and 652 (hashicorp#723)
    
    * Update the changelog with changes from 614 and 652
    
    * Update CHANGELOG.md
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Prepare v0.20.0 release (hashicorp#727)
    
    ---------
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Michael Schuett <michaeljs1990@users.noreply.github.com>
    Co-authored-by: Troy Fluegge <troy@hashicorp.com>
    Co-authored-by: lion24 <lionel_dell24@hotmail.be>
    Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
    Co-authored-by: Christian <thechristschn@users.noreply.github.com>
    Co-authored-by: Viacheslav Vasilyev <avoidik@gmail.com>
    Co-authored-by: Remco Buddelmeijer <remco.buddelmeijer@gmail.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    Co-authored-by: gw0 <gw0@users.noreply.github.com>
    Co-authored-by: Stephen Herd <sharkannon@users.noreply.github.com>
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    ae40084 View commit details
    Browse the repository at this point in the history
  24. DATAGO-59401: Upgrading vault to 1.11.x (#18)

    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Add extraLabels for CSI DaemonSet (#690)
    
    * Updated hashicorp/vault-csi-provider image to v1.0.0 (#689)
    
    * Fix unit test assertions (#693)
    
    * vault: bump image to 1.9.3 (#695)
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    
    * changelog++ (#699)
    
    * change helm trigger branch from master to main (#700)
    
    * Add namespace to injector-leader-elector role, rolebinding and secret (#683)
    
    * allow to configure publishNotReadyAddresses on server services (#694)
    
    * Maintain pre-existing Mutating Webhook default values for Kubernetes 1.22 (#692)
    
    * Prepare default values for MutatingWebhookConfiguration #691
    * Add values.yaml values to injector-mutating-webhook.yaml #691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy #691
    
    * VAULT-571 Matching documented behavior and consul (#703)
    
    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default. If this is false,
    > no components will be installed by default and manually opting-in is
    > required, such as by setting server.enabled to true.
    
    (https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled)
    
    We also simplified the chart logic using a few template helpers.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update k8s versions (#706)
    
    * tests: updating the four most recent k8s versions
    
    * bump oldest version to 1.16
    
    * docs, Chart.yaml, and changelog for 1.14 -> 1.16
    
    * Fix values schema to support config in YAML (#684)
    
    * Support policy/v1 disruptionbudget beyond kube 1.21 (#710)
    
    Issue #667, adding updates to the disruptionbudget to support new
    non beta spec beyond kube 1.21
    
    * Remove unncessary template calls (#712)
    
    - As part of VAULT-571 / #703 in 7109159, a new vault.serverEnabled
       template was added (and included in vault.mode)
    
       Various templates were updated accordingly, but those that were
       already calling vault.mode had an additonal call to
       vault.serverEnabled made which was unnecessary
    
       Remove those
    
    * Issue 629: updated to allow customization of the CLUSTER_ADDR the same… (#709)
    
    * Issue #629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
    
    * Issue-#629 removing extra whitespace I added accidently.
    
    * Issue-#629 fixing extra whitespace added.
    
    * Update values.yaml
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * Issue #629 adding changelog
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * VAULT-5838 Update CSI provider to 1.1.0 (#721)
    
    * VAULT-5838 Update CSI provider to 1.1.0
    
    * Update test/acceptance/csi.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (#722)
    
    1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
    1.16 if we upgrade
    
    * Implement support for Topology Spread Constraints (#652)
    
    * Implemented support for topology spread constraints
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Add topologySpreadConstraints to values schema
    
    * Implement injector deployment topology spread UTs
    
    * also remove string from the relevant schema types
    
    * Implement injector statefulset topology spread UTs
    
    * Implement injector HA statefulset topology UTs
    
    * Allow topologySpreadConstraints to be a string
    
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    
    * Update the changelog with changes from 614 and 652 (#723)
    
    * Update the changelog with changes from 614 and 652
    
    * Update CHANGELOG.md
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Prepare v0.20.0 release (#727)
    
    * Fix CSI acceptance tests (#728)
    
    * Update minimum required helm version in readme (#730)
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Restore missing 'vault' service account (#737)
    
    Our tutorials rely on this service account being present even if we are
    using an external Vault.
    
    The `values.yaml` also states that external Vaults are expected to use
    this service account.
    
    For example,
    https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault?in=vault/kubernetes#install-the-vault-helm-chart-configured-to-address-an-external-vault
    
    * Set default object selector for webhooks to exclude injector itself (#736)
    
    Set default object selector for webhooks to exclude injector itself
    
    If `injector.failurePolicy` is set to `Fail`, there is a race condition
    where if the mutating webhook config is setup before the injector, then
    the injector can fail to start because it tries to inject itself.
    
    We can work around this by ignoring the injector pod in in the webhook
    by default.
    
    Thanks to @joeyslalom for the object selector to exclude the pod.
    
    Fixes https://github.com/hashicorp/vault-k8s/issues/258
    
    * Prepare for release 0.20.1 (#739)
    
    Prepare for release 0.20.1
    
    Improvements:
    * `vault-k8s` updated to 0.16.1
    
    CHANGES:
    * `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [GH-737](https://github.com/hashicorp/vault-helm/pull/737)
    * Mutating webhook will no longer target the agent injector pod [GH-736](https://github.com/hashicorp/vault-helm/pull/736)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Mention minimum helm version in changelog (#742)
    
    Also add a features section to 0.20.0
    
    * Start testing against Kubernetes 1.24 (#744)
    
    Start testing against Kubernetes 1.24
    
    Update .github/workflows/acceptance.yaml
    
    Remove skip csi
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update .helmignore (#732)
    
    Review .helmignore file, ignore CI in chart
    
    * Set VAULT_ADDR env var for CSI Provider pods (#745)
    
    * Support to add annotations in injector serviceaccount (#753)
    
    * changelog++ (#757)
    
    * jira-sync: transition to "Closed" not "Close" (#758)
    
    * Add support for nodePort for active and standby services (#610)
    
    * Feat/adding pod and container security context (#750)
    
    Allow the injector's pod- and container-level securityContext to be
    fully specified by the user, via new options
    `injector.securityContext.pod` and
    `injector.securityContext.container` with more complete
    defaults. Deprecates `injector.uid` and `injector.gid`.
    
    If `injector.uid` or `injector.gid` are set by the user, the old pod
    securityContext settings will be used. Otherwise the new defaults and
    settings are used.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Changelog and schema update for active/standby node port (#761)
    
    * Changelog and schema update for active/standby node port
    
    Follow-up to https://github.com/hashicorp/vault-helm/pull/610
    
    * changelog++ and json schema update (#762)
    
    Changelog updates for #750, and json schema update.
    
    * Update jira sync (#768)
    
    * csi/server.statefulset: custom security context (#767)
    
    csi/server.statefulset: custom security context
    
    This adds flexibility to have custom pod template and container
    `securityContext` and preserves current default values and behavior.
    
    Fixes https://github.com/hashicorp/vault-helm/issues/663.
    
    This also is a way to address https://github.com/hashicorp/vault-helm/pull/599
    so that people can specify, for example, the CSI to run in a privileged
    container for OpenShift.
    
    This is a follow-up to https://github.com/hashicorp/vault-helm/pull/750
    and builds on the same principles.
    
    Side note: I am not able to run `helm schema-gen` since it is
    unmaintained and does not work with M1 Macs.
    
    * Prepare for 0.21.0 release (#771)
    
    Prepare for 0.21.0 release
    
    CHANGES:
    * `vault-k8s` updated to 0.17.0. (this)
    * `vault-csi-provider` updated to 1.2.0 (this)
    * `vault` updated to 1.11.2 (this)
    * Start testing against Kubernetes 1.24. [GH-744](https://github.com/hashicorp/vault-helm/pull/744)
    * Deprecated `injector.externalVaultAddr`. Added `global.externalVaultAddr`, which applies to both the Injector and the CSI Provider. [GH-745](https://github.com/hashicorp/vault-helm/pull/745)
    * CSI Provider pods now set the `VAULT_ADDR` environment variable to either the internal Vault service or the configured external address. [GH-745](https://github.com/hashicorp/vault-helm/pull/745)
    
    Features:
    * server: Add `server.statefulSet.securityContext` to override pod and container `securityContext`. [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * csi: Add `csi.daemonSet.securityContext` to override pod and container `securityContext`. [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * injector: Add `injector.securityContext` to override pod and container `securityContext`. [GH-750](https://github.com/hashicorp/vault-helm/pull/750) and [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * Add `server.service.activeNodePort` and `server.service.standbyNodePort` to specify the `nodePort` for active and standby services. [GH-610](https://github.com/hashicorp/vault-helm/pull/610)
    * Support for setting annotations on the injector's serviceAccount [GH-753](https://github.com/hashicorp/vault-helm/pull/753)
    
    * DOC: Minor typos fixes (#669)
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * update values comments for server.securityContext (#778)
    
    Since container is empty for openshift.
    
    * CI: run acceptance tests on push to any (#781)
    
    * Add support for the Prometheus Operator (#772)
    
    support collecting Vault server metrics by deploying PrometheusOperator
    CustomResources.
    
    Co-authored-by: Sam Weston <weston.sam@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update vault-k8s to 1.0.0 (#784)
    
    Update vault-k8s to 1.0.0
    
    Also update Kubernetes versions tested against, including adding 1.25
    
    Update consul in tests for Kubernetes 1.25 support
    
    * Prepare for 0.22.0 release (#785)
    
    Prepare for 0.21.1 release
    
    * Update Vault to 1.11.3
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * fix: deploy_local.sh error with file
    
    * minor changes
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * Datago 30304/upgrading vault to 1.9.2 (#14)
    
    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * Update to 0.4.0
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * fix: deploy_local.sh error with file
    
    * minor changes
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * changed value to use tag 1.9.6
    
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Subhrajit Nag <92374747+nagsubhrajitt@users.noreply.github.com>
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: adhish2001 <adhish.maheswaran@solace.com>
    
    * feat(DATAGO-30305): Upgrade vault server to 1.10.x (#16)
    
    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Add extraLabels for CSI DaemonSet (#690)
    
    * Updated hashicorp/vault-csi-provider image to v1.0.0 (#689)
    
    * Fix unit test assertions (#693)
    
    * vault: bump image to 1.9.3 (#695)
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    
    * changelog++ (#699)
    
    * change helm trigger branch from master to main (#700)
    
    * Add namespace to injector-leader-elector role, rolebinding and secret (#683)
    
    * allow to configure publishNotReadyAddresses on server services (#694)
    
    * Maintain pre-existing Mutating Webhook default values for Kubernetes 1.22 (#692)
    
    * Prepare default values for MutatingWebhookConfiguration #691
    * Add values.yaml values to injector-mutating-webhook.yaml #691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy #691
    
    * VAULT-571 Matching documented behavior and consul (#703)
    
    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default. If this is false,
    > no components will be installed by default and manually opting-in is
    > required, such as by setting server.enabled to true.
    
    (https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled)
    
    We also simplified the chart logic using a few template helpers.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update k8s versions (#706)
    
    * tests: updating the four most recent k8s versions
    
    * bump oldest version to 1.16
    
    * docs, Chart.yaml, and changelog for 1.14 -> 1.16
    
    * Fix values schema to support config in YAML (#684)
    
    * Support policy/v1 disruptionbudget beyond kube 1.21 (#710)
    
    Issue #667, adding updates to the disruptionbudget to support new
    non beta spec beyond kube 1.21
    
    * Remove unncessary template calls (#712)
    
    - As part of VAULT-571 / #703 in 7109159, a new vault.serverEnabled
       template was added (and included in vault.mode)
    
       Various templates were updated accordingly, but those that were
       already calling vault.mode had an additonal call to
       vault.serverEnabled made which was unnecessary
    
       Remove those
    
    * Issue 629: updated to allow customization of the CLUSTER_ADDR the same… (#709)
    
    * Issue #629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
    
    * Issue-#629 removing extra whitespace I added accidently.
    
    * Issue-#629 fixing extra whitespace added.
    
    * Update values.yaml
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * Issue #629 adding changelog
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * VAULT-5838 Update CSI provider to 1.1.0 (#721)
    
    * VAULT-5838 Update CSI provider to 1.1.0
    
    * Update test/acceptance/csi.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (#722)
    
    1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
    1.16 if we upgrade
    
    * Implement support for Topology Spread Constraints (#652)
    
    * Implemented support for topology spread constraints
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Add topologySpreadConstraints to values schema
    
    * Implement injector deployment topology spread UTs
    
    * also remove string from the relevant schema types
    
    * Implement injector statefulset topology spread UTs
    
    * Implement injector HA statefulset topology UTs
    
    * Allow topologySpreadConstraints to be a string
    
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    
    * Update the changelog with changes from 614 and 652 (#723)
    
    * Update the changelog with changes from 614 and 652
    
    * Update CHANGELOG.md
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Prepare v0.20.0 release (#727)
    
    ---------
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Michael Schuett <michaeljs1990@users.noreply.github.com>
    Co-authored-by: Troy Fluegge <troy@hashicorp.com>
    Co-authored-by: lion24 <lionel_dell24@hotmail.be>
    Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
    Co-authored-by: Christian <thechristschn@users.noreply.github.com>
    Co-authored-by: Viacheslav Vasilyev <avoidik@gmail.com>
    Co-authored-by: Remco Buddelmeijer <remco.buddelmeijer@gmail.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    Co-authored-by: gw0 <gw0@users.noreply.github.com>
    Co-authored-by: Stephen Herd <sharkannon@users.noreply.github.com>
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * chore(59401): Upgrade vault to 1.11.x
    
    ---------
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Michael Schuett <michaeljs1990@users.noreply.github.com>
    Co-authored-by: Troy Fluegge <troy@hashicorp.com>
    Co-authored-by: lion24 <lionel_dell24@hotmail.be>
    Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
    Co-authored-by: Christian <thechristschn@users.noreply.github.com>
    Co-authored-by: Viacheslav Vasilyev <avoidik@gmail.com>
    Co-authored-by: Remco Buddelmeijer <remco.buddelmeijer@gmail.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    Co-authored-by: gw0 <gw0@users.noreply.github.com>
    Co-authored-by: Stephen Herd <sharkannon@users.noreply.github.com>
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Aleksey <alexey_ban@tut.by>
    Co-authored-by: Bruno Padilha <1850071+brunopadz@users.noreply.github.com>
    Co-authored-by: Jack Halford <jack@0x5.be>
    Co-authored-by: ChrisFraun <christoph.fraundorfer@allianzdirect.de>
    Co-authored-by: Alex Khaerov <hayorov@users.noreply.github.com>
    Co-authored-by: Sam Weston <weston.sam@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    Co-authored-by: Subhrajit Nag <92374747+nagsubhrajitt@users.noreply.github.com>
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: adhish2001 <adhish.maheswaran@solace.com>
    Co-authored-by: Adhish Maheswaran <36574103+adhish2001@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    a3a30c5 View commit details
    Browse the repository at this point in the history
  25. DATAGO-59809: Upgrade vault to 1.12.1 (#20)

    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Add extraLabels for CSI DaemonSet (#690)
    
    * Updated hashicorp/vault-csi-provider image to v1.0.0 (#689)
    
    * Fix unit test assertions (#693)
    
    * vault: bump image to 1.9.3 (#695)
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    
    * changelog++ (#699)
    
    * change helm trigger branch from master to main (#700)
    
    * Add namespace to injector-leader-elector role, rolebinding and secret (#683)
    
    * allow to configure publishNotReadyAddresses on server services (#694)
    
    * Maintain pre-existing Mutating Webhook default values for Kubernetes 1.22 (#692)
    
    * Prepare default values for MutatingWebhookConfiguration #691
    * Add values.yaml values to injector-mutating-webhook.yaml #691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy #691
    
    * VAULT-571 Matching documented behavior and consul (#703)
    
    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default. If this is false,
    > no components will be installed by default and manually opting-in is
    > required, such as by setting server.enabled to true.
    
    (https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled)
    
    We also simplified the chart logic using a few template helpers.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update k8s versions (#706)
    
    * tests: updating the four most recent k8s versions
    
    * bump oldest version to 1.16
    
    * docs, Chart.yaml, and changelog for 1.14 -> 1.16
    
    * Fix values schema to support config in YAML (#684)
    
    * Support policy/v1 disruptionbudget beyond kube 1.21 (#710)
    
    Issue #667, adding updates to the disruptionbudget to support new
    non beta spec beyond kube 1.21
    
    * Remove unncessary template calls (#712)
    
    - As part of VAULT-571 / #703 in 7109159, a new vault.serverEnabled
       template was added (and included in vault.mode)
    
       Various templates were updated accordingly, but those that were
       already calling vault.mode had an additonal call to
       vault.serverEnabled made which was unnecessary
    
       Remove those
    
    * Issue 629: updated to allow customization of the CLUSTER_ADDR the same… (#709)
    
    * Issue #629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
    
    * Issue-#629 removing extra whitespace I added accidently.
    
    * Issue-#629 fixing extra whitespace added.
    
    * Update values.yaml
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * Issue #629 adding changelog
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * VAULT-5838 Update CSI provider to 1.1.0 (#721)
    
    * VAULT-5838 Update CSI provider to 1.1.0
    
    * Update test/acceptance/csi.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (#722)
    
    1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
    1.16 if we upgrade
    
    * Implement support for Topology Spread Constraints (#652)
    
    * Implemented support for topology spread constraints
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Add topologySpreadConstraints to values schema
    
    * Implement injector deployment topology spread UTs
    
    * also remove string from the relevant schema types
    
    * Implement injector statefulset topology spread UTs
    
    * Implement injector HA statefulset topology UTs
    
    * Allow topologySpreadConstraints to be a string
    
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    
    * Update the changelog with changes from 614 and 652 (#723)
    
    * Update the changelog with changes from 614 and 652
    
    * Update CHANGELOG.md
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Prepare v0.20.0 release (#727)
    
    * Fix CSI acceptance tests (#728)
    
    * Update minimum required helm version in readme (#730)
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Restore missing 'vault' service account (#737)
    
    Our tutorials rely on this service account being present even if we are
    using an external Vault.
    
    The `values.yaml` also states that external Vaults are expected to use
    this service account.
    
    For example,
    https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault?in=vault/kubernetes#install-the-vault-helm-chart-configured-to-address-an-external-vault
    
    * Set default object selector for webhooks to exclude injector itself (#736)
    
    Set default object selector for webhooks to exclude injector itself
    
    If `injector.failurePolicy` is set to `Fail`, there is a race condition
    where if the mutating webhook config is setup before the injector, then
    the injector can fail to start because it tries to inject itself.
    
    We can work around this by ignoring the injector pod in in the webhook
    by default.
    
    Thanks to @joeyslalom for the object selector to exclude the pod.
    
    Fixes https://github.com/hashicorp/vault-k8s/issues/258
    
    * Prepare for release 0.20.1 (#739)
    
    Prepare for release 0.20.1
    
    Improvements:
    * `vault-k8s` updated to 0.16.1
    
    CHANGES:
    * `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [GH-737](https://github.com/hashicorp/vault-helm/pull/737)
    * Mutating webhook will no longer target the agent injector pod [GH-736](https://github.com/hashicorp/vault-helm/pull/736)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Mention minimum helm version in changelog (#742)
    
    Also add a features section to 0.20.0
    
    * Start testing against Kubernetes 1.24 (#744)
    
    Start testing against Kubernetes 1.24
    
    Update .github/workflows/acceptance.yaml
    
    Remove skip csi
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update .helmignore (#732)
    
    Review .helmignore file, ignore CI in chart
    
    * Set VAULT_ADDR env var for CSI Provider pods (#745)
    
    * Support to add annotations in injector serviceaccount (#753)
    
    * changelog++ (#757)
    
    * jira-sync: transition to "Closed" not "Close" (#758)
    
    * Add support for nodePort for active and standby services (#610)
    
    * Feat/adding pod and container security context (#750)
    
    Allow the injector's pod- and container-level securityContext to be
    fully specified by the user, via new options
    `injector.securityContext.pod` and
    `injector.securityContext.container` with more complete
    defaults. Deprecates `injector.uid` and `injector.gid`.
    
    If `injector.uid` or `injector.gid` are set by the user, the old pod
    securityContext settings will be used. Otherwise the new defaults and
    settings are used.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Changelog and schema update for active/standby node port (#761)
    
    * Changelog and schema update for active/standby node port
    
    Follow-up to https://github.com/hashicorp/vault-helm/pull/610
    
    * changelog++ and json schema update (#762)
    
    Changelog updates for #750, and json schema update.
    
    * Update jira sync (#768)
    
    * csi/server.statefulset: custom security context (#767)
    
    csi/server.statefulset: custom security context
    
    This adds flexibility to have custom pod template and container
    `securityContext` and preserves current default values and behavior.
    
    Fixes https://github.com/hashicorp/vault-helm/issues/663.
    
    This also is a way to address https://github.com/hashicorp/vault-helm/pull/599
    so that people can specify, for example, the CSI to run in a privileged
    container for OpenShift.
    
    This is a follow-up to https://github.com/hashicorp/vault-helm/pull/750
    and builds on the same principles.
    
    Side note: I am not able to run `helm schema-gen` since it is
    unmaintained and does not work with M1 Macs.
    
    * Prepare for 0.21.0 release (#771)
    
    Prepare for 0.21.0 release
    
    CHANGES:
    * `vault-k8s` updated to 0.17.0. (this)
    * `vault-csi-provider` updated to 1.2.0 (this)
    * `vault` updated to 1.11.2 (this)
    * Start testing against Kubernetes 1.24. [GH-744](https://github.com/hashicorp/vault-helm/pull/744)
    * Deprecated `injector.externalVaultAddr`. Added `global.externalVaultAddr`, which applies to both the Injector and the CSI Provider. [GH-745](https://github.com/hashicorp/vault-helm/pull/745)
    * CSI Provider pods now set the `VAULT_ADDR` environment variable to either the internal Vault service or the configured external address. [GH-745](https://github.com/hashicorp/vault-helm/pull/745)
    
    Features:
    * server: Add `server.statefulSet.securityContext` to override pod and container `securityContext`. [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * csi: Add `csi.daemonSet.securityContext` to override pod and container `securityContext`. [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * injector: Add `injector.securityContext` to override pod and container `securityContext`. [GH-750](https://github.com/hashicorp/vault-helm/pull/750) and [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * Add `server.service.activeNodePort` and `server.service.standbyNodePort` to specify the `nodePort` for active and standby services. [GH-610](https://github.com/hashicorp/vault-helm/pull/610)
    * Support for setting annotations on the injector's serviceAccount [GH-753](https://github.com/hashicorp/vault-helm/pull/753)
    
    * DOC: Minor typos fixes (#669)
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * update values comments for server.securityContext (#778)
    
    Since container is empty for openshift.
    
    * CI: run acceptance tests on push to any (#781)
    
    * Add support for the Prometheus Operator (#772)
    
    support collecting Vault server metrics by deploying PrometheusOperator
    CustomResources.
    
    Co-authored-by: Sam Weston <weston.sam@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update vault-k8s to 1.0.0 (#784)
    
    Update vault-k8s to 1.0.0
    
    Also update Kubernetes versions tested against, including adding 1.25
    
    Update consul in tests for Kubernetes 1.25 support
    
    * Prepare for 0.22.0 release (#785)
    
    Prepare for 0.21.1 release
    
    * Update Vault to 1.11.3
    
    * Add server.hostNetwork option (#775)
    
    * [COMPLIANCE] Add MPL 2.0 LICENSE (#800)
    
    Co-authored-by: hashicorp-copywrite[bot] <noreply@hashicorp.com>
    
    * Prepare to release to 0.22.1 (#803)
    
    * Prepare to release to 0.22.1
    
    * Revert chart verifier update for now
    
    * Remove unused jobs from CircleCI config
    
    * Fix CircleCI config (#804)
    
    * Fix CircleCI config
    
    * Add manual trigger option
    
    * Add extraLabels for Vault server serviceAccount (#806)
    
    * Quote `.server.ha.clusterAddr` value (#810)
    
    * Support selectively disabling active/standby services and service discovery role (#811)
    
    * server: Allow disabling the instance selector for services (#813)
    
    * Prepare for 0.23.0 release (#814)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * fix: deploy_local.sh error with file
    
    * minor changes
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * Datago 30304/upgrading vault to 1.9.2 (#14)
    
    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * Update to 0.4.0
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * fix: deploy_local.sh error with file
    
    * minor changes
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * changed value to use tag 1.9.6
    
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Subhrajit Nag <92374747+nagsubhrajitt@users.noreply.github.com>
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: adhish2001 <adhish.maheswaran@solace.com>
    
    * feat(DATAGO-30305): Upgrade vault server to 1.10.x (#16)
    
    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Add extraLabels for CSI DaemonSet (#690)
    
    * Updated hashicorp/vault-csi-provider image to v1.0.0 (#689)
    
    * Fix unit test assertions (#693)
    
    * vault: bump image to 1.9.3 (#695)
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    
    * changelog++ (#699)
    
    * change helm trigger branch from master to main (#700)
    
    * Add namespace to injector-leader-elector role, rolebinding and secret (#683)
    
    * allow to configure publishNotReadyAddresses on server services (#694)
    
    * Maintain pre-existing Mutating Webhook default values for Kubernetes 1.22 (#692)
    
    * Prepare default values for MutatingWebhookConfiguration #691
    * Add values.yaml values to injector-mutating-webhook.yaml #691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy #691
    
    * VAULT-571 Matching documented behavior and consul (#703)
    
    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default. If this is false,
    > no components will be installed by default and manually opting-in is
    > required, such as by setting server.enabled to true.
    
    (https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled)
    
    We also simplified the chart logic using a few template helpers.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update k8s versions (#706)
    
    * tests: updating the four most recent k8s versions
    
    * bump oldest version to 1.16
    
    * docs, Chart.yaml, and changelog for 1.14 -> 1.16
    
    * Fix values schema to support config in YAML (#684)
    
    * Support policy/v1 disruptionbudget beyond kube 1.21 (#710)
    
    Issue #667, adding updates to the disruptionbudget to support new
    non beta spec beyond kube 1.21
    
    * Remove unncessary template calls (#712)
    
    - As part of VAULT-571 / #703 in 7109159, a new vault.serverEnabled
       template was added (and included in vault.mode)
    
       Various templates were updated accordingly, but those that were
       already calling vault.mode had an additonal call to
       vault.serverEnabled made which was unnecessary
    
       Remove those
    
    * Issue 629: updated to allow customization of the CLUSTER_ADDR the same… (#709)
    
    * Issue #629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
    
    * Issue-#629 removing extra whitespace I added accidently.
    
    * Issue-#629 fixing extra whitespace added.
    
    * Update values.yaml
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * Issue #629 adding changelog
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * VAULT-5838 Update CSI provider to 1.1.0 (#721)
    
    * VAULT-5838 Update CSI provider to 1.1.0
    
    * Update test/acceptance/csi.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (#722)
    
    1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
    1.16 if we upgrade
    
    * Implement support for Topology Spread Constraints (#652)
    
    * Implemented support for topology spread constraints
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Add topologySpreadConstraints to values schema
    
    * Implement injector deployment topology spread UTs
    
    * also remove string from the relevant schema types
    
    * Implement injector statefulset topology spread UTs
    
    * Implement injector HA statefulset topology UTs
    
    * Allow topologySpreadConstraints to be a string
    
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    
    * Update the changelog with changes from 614 and 652 (#723)
    
    * Update the changelog with changes from 614 and 652
    
    * Update CHANGELOG.md
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Prepare v0.20.0 release (#727)
    
    ---------
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Michael Schuett <michaeljs1990@users.noreply.github.com>
    Co-authored-by: Troy Fluegge <troy@hashicorp.com>
    Co-authored-by: lion24 <lionel_dell24@hotmail.be>
    Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
    Co-authored-by: Christian <thechristschn@users.noreply.github.com>
    Co-authored-by: Viacheslav Vasilyev <avoidik@gmail.com>
    Co-authored-by: Remco Buddelmeijer <remco.buddelmeijer@gmail.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    Co-authored-by: gw0 <gw0@users.noreply.github.com>
    Co-authored-by: Stephen Herd <sharkannon@users.noreply.github.com>
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * DATAGO-59401: Upgrading vault to 1.11.x (#18)
    
    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Add extraLabels for CSI DaemonSet (#690)
    
    * Updated hashicorp/vault-csi-provider image to v1.0.0 (#689)
    
    * Fix unit test assertions (#693)
    
    * vault: bump image to 1.9.3 (#695)
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    
    * changelog++ (#699)
    
    * change helm trigger branch from master to main (#700)
    
    * Add namespace to injector-leader-elector role, rolebinding and secret (#683)
    
    * allow to configure publishNotReadyAddresses on server services (#694)
    
    * Maintain pre-existing Mutating Webhook default values for Kubernetes 1.22 (#692)
    
    * Prepare default values for MutatingWebhookConfiguration #691
    * Add values.yaml values to injector-mutating-webhook.yaml #691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy #691
    
    * VAULT-571 Matching documented behavior and consul (#703)
    
    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default.…
    Configuration menu
    Copy the full SHA
    7c07ee6 View commit details
    Browse the repository at this point in the history
  26. DATAGO-59818: Upgrading vault to 1.13.1 (#21)

    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Add extraLabels for CSI DaemonSet (#690)
    
    * Updated hashicorp/vault-csi-provider image to v1.0.0 (#689)
    
    * Fix unit test assertions (#693)
    
    * vault: bump image to 1.9.3 (#695)
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    
    * changelog++ (#699)
    
    * change helm trigger branch from master to main (#700)
    
    * Add namespace to injector-leader-elector role, rolebinding and secret (#683)
    
    * allow to configure publishNotReadyAddresses on server services (#694)
    
    * Maintain pre-existing Mutating Webhook default values for Kubernetes 1.22 (#692)
    
    * Prepare default values for MutatingWebhookConfiguration #691
    * Add values.yaml values to injector-mutating-webhook.yaml #691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy #691
    
    * VAULT-571 Matching documented behavior and consul (#703)
    
    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default. If this is false,
    > no components will be installed by default and manually opting-in is
    > required, such as by setting server.enabled to true.
    
    (https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled)
    
    We also simplified the chart logic using a few template helpers.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update k8s versions (#706)
    
    * tests: updating the four most recent k8s versions
    
    * bump oldest version to 1.16
    
    * docs, Chart.yaml, and changelog for 1.14 -> 1.16
    
    * Fix values schema to support config in YAML (#684)
    
    * Support policy/v1 disruptionbudget beyond kube 1.21 (#710)
    
    Issue #667, adding updates to the disruptionbudget to support new
    non beta spec beyond kube 1.21
    
    * Remove unncessary template calls (#712)
    
    - As part of VAULT-571 / #703 in 7109159, a new vault.serverEnabled
       template was added (and included in vault.mode)
    
       Various templates were updated accordingly, but those that were
       already calling vault.mode had an additonal call to
       vault.serverEnabled made which was unnecessary
    
       Remove those
    
    * Issue 629: updated to allow customization of the CLUSTER_ADDR the same… (#709)
    
    * Issue #629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
    
    * Issue-#629 removing extra whitespace I added accidently.
    
    * Issue-#629 fixing extra whitespace added.
    
    * Update values.yaml
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * Issue #629 adding changelog
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * VAULT-5838 Update CSI provider to 1.1.0 (#721)
    
    * VAULT-5838 Update CSI provider to 1.1.0
    
    * Update test/acceptance/csi.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (#722)
    
    1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
    1.16 if we upgrade
    
    * Implement support for Topology Spread Constraints (#652)
    
    * Implemented support for topology spread constraints
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Add topologySpreadConstraints to values schema
    
    * Implement injector deployment topology spread UTs
    
    * also remove string from the relevant schema types
    
    * Implement injector statefulset topology spread UTs
    
    * Implement injector HA statefulset topology UTs
    
    * Allow topologySpreadConstraints to be a string
    
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    
    * Update the changelog with changes from 614 and 652 (#723)
    
    * Update the changelog with changes from 614 and 652
    
    * Update CHANGELOG.md
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Prepare v0.20.0 release (#727)
    
    * Fix CSI acceptance tests (#728)
    
    * Update minimum required helm version in readme (#730)
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Restore missing 'vault' service account (#737)
    
    Our tutorials rely on this service account being present even if we are
    using an external Vault.
    
    The `values.yaml` also states that external Vaults are expected to use
    this service account.
    
    For example,
    https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault?in=vault/kubernetes#install-the-vault-helm-chart-configured-to-address-an-external-vault
    
    * Set default object selector for webhooks to exclude injector itself (#736)
    
    Set default object selector for webhooks to exclude injector itself
    
    If `injector.failurePolicy` is set to `Fail`, there is a race condition
    where if the mutating webhook config is setup before the injector, then
    the injector can fail to start because it tries to inject itself.
    
    We can work around this by ignoring the injector pod in in the webhook
    by default.
    
    Thanks to @joeyslalom for the object selector to exclude the pod.
    
    Fixes https://github.com/hashicorp/vault-k8s/issues/258
    
    * Prepare for release 0.20.1 (#739)
    
    Prepare for release 0.20.1
    
    Improvements:
    * `vault-k8s` updated to 0.16.1
    
    CHANGES:
    * `vault` service account is now created even if the server is set to disabled, as per before 0.20.0 [GH-737](https://github.com/hashicorp/vault-helm/pull/737)
    * Mutating webhook will no longer target the agent injector pod [GH-736](https://github.com/hashicorp/vault-helm/pull/736)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Mention minimum helm version in changelog (#742)
    
    Also add a features section to 0.20.0
    
    * Start testing against Kubernetes 1.24 (#744)
    
    Start testing against Kubernetes 1.24
    
    Update .github/workflows/acceptance.yaml
    
    Remove skip csi
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update .helmignore (#732)
    
    Review .helmignore file, ignore CI in chart
    
    * Set VAULT_ADDR env var for CSI Provider pods (#745)
    
    * Support to add annotations in injector serviceaccount (#753)
    
    * changelog++ (#757)
    
    * jira-sync: transition to "Closed" not "Close" (#758)
    
    * Add support for nodePort for active and standby services (#610)
    
    * Feat/adding pod and container security context (#750)
    
    Allow the injector's pod- and container-level securityContext to be
    fully specified by the user, via new options
    `injector.securityContext.pod` and
    `injector.securityContext.container` with more complete
    defaults. Deprecates `injector.uid` and `injector.gid`.
    
    If `injector.uid` or `injector.gid` are set by the user, the old pod
    securityContext settings will be used. Otherwise the new defaults and
    settings are used.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Changelog and schema update for active/standby node port (#761)
    
    * Changelog and schema update for active/standby node port
    
    Follow-up to https://github.com/hashicorp/vault-helm/pull/610
    
    * changelog++ and json schema update (#762)
    
    Changelog updates for #750, and json schema update.
    
    * Update jira sync (#768)
    
    * csi/server.statefulset: custom security context (#767)
    
    csi/server.statefulset: custom security context
    
    This adds flexibility to have custom pod template and container
    `securityContext` and preserves current default values and behavior.
    
    Fixes https://github.com/hashicorp/vault-helm/issues/663.
    
    This also is a way to address https://github.com/hashicorp/vault-helm/pull/599
    so that people can specify, for example, the CSI to run in a privileged
    container for OpenShift.
    
    This is a follow-up to https://github.com/hashicorp/vault-helm/pull/750
    and builds on the same principles.
    
    Side note: I am not able to run `helm schema-gen` since it is
    unmaintained and does not work with M1 Macs.
    
    * Prepare for 0.21.0 release (#771)
    
    Prepare for 0.21.0 release
    
    CHANGES:
    * `vault-k8s` updated to 0.17.0. (this)
    * `vault-csi-provider` updated to 1.2.0 (this)
    * `vault` updated to 1.11.2 (this)
    * Start testing against Kubernetes 1.24. [GH-744](https://github.com/hashicorp/vault-helm/pull/744)
    * Deprecated `injector.externalVaultAddr`. Added `global.externalVaultAddr`, which applies to both the Injector and the CSI Provider. [GH-745](https://github.com/hashicorp/vault-helm/pull/745)
    * CSI Provider pods now set the `VAULT_ADDR` environment variable to either the internal Vault service or the configured external address. [GH-745](https://github.com/hashicorp/vault-helm/pull/745)
    
    Features:
    * server: Add `server.statefulSet.securityContext` to override pod and container `securityContext`. [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * csi: Add `csi.daemonSet.securityContext` to override pod and container `securityContext`. [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * injector: Add `injector.securityContext` to override pod and container `securityContext`. [GH-750](https://github.com/hashicorp/vault-helm/pull/750) and [GH-767](https://github.com/hashicorp/vault-helm/pull/767)
    * Add `server.service.activeNodePort` and `server.service.standbyNodePort` to specify the `nodePort` for active and standby services. [GH-610](https://github.com/hashicorp/vault-helm/pull/610)
    * Support for setting annotations on the injector's serviceAccount [GH-753](https://github.com/hashicorp/vault-helm/pull/753)
    
    * DOC: Minor typos fixes (#669)
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * update values comments for server.securityContext (#778)
    
    Since container is empty for openshift.
    
    * CI: run acceptance tests on push to any (#781)
    
    * Add support for the Prometheus Operator (#772)
    
    support collecting Vault server metrics by deploying PrometheusOperator
    CustomResources.
    
    Co-authored-by: Sam Weston <weston.sam@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update vault-k8s to 1.0.0 (#784)
    
    Update vault-k8s to 1.0.0
    
    Also update Kubernetes versions tested against, including adding 1.25
    
    Update consul in tests for Kubernetes 1.25 support
    
    * Prepare for 0.22.0 release (#785)
    
    Prepare for 0.21.1 release
    
    * Update Vault to 1.11.3
    
    * Add server.hostNetwork option (#775)
    
    * [COMPLIANCE] Add MPL 2.0 LICENSE (#800)
    
    Co-authored-by: hashicorp-copywrite[bot] <noreply@hashicorp.com>
    
    * Prepare to release to 0.22.1 (#803)
    
    * Prepare to release to 0.22.1
    
    * Revert chart verifier update for now
    
    * Remove unused jobs from CircleCI config
    
    * Fix CircleCI config (#804)
    
    * Fix CircleCI config
    
    * Add manual trigger option
    
    * Add extraLabels for Vault server serviceAccount (#806)
    
    * Quote `.server.ha.clusterAddr` value (#810)
    
    * Support selectively disabling active/standby services and service discovery role (#811)
    
    * server: Allow disabling the instance selector for services (#813)
    
    * Prepare for 0.23.0 release (#814)
    
    * Amending docs (#828)
    
    * swap helm charts call to GHA (#840)
    
    * swap helm charts call to GHA
    
    * fix path for gh utility
    
    * Call helm publish workflow by file name without path (#843)
    
    * adding SPDX copyright headers (#844)
    
    * Fix typo in telemetry example (#846)
    
    Also in the telemetry test
    
    * Add extraPorts property (#841)
    
    * fix: remove k8s 1.16 from acceptance testing (#848)
    
    * remove 1.16 from the versions tested in .github/workflows/acceptance.yaml as kind no longer supports creating a k8s 1.16 cluster
    * update vault-helm's minimum support k8s version to 1.20 in README and Chart.yaml
    * refactor server-ingress's templating and unit tests applied to k8s versions < 1.20
    
    * feat: make injector livenessProbe and readinessProbe configurable and add configurable startupProbe (#852)
    
    * Updating GHA and default Vault version (#863)
    
    Test with latest kind k8s versions 1.22-1.26. Remove support for old
    disruptionbudget and ingress APIs (pre 1.22).
    
    Pin all actions to SHAs, and use the common jira sync.
    
    Update the default Vault version to v1.13.1.
    
    Update chart-verifier used in tests to 1.10.1, also add an openshift
    name annotation to Chart.yaml (one of the required checks).
    
    * Add portnumber (#831)
    
    * Add configurable Port Number in readinessProbe and livenessProbe for the server-statefulset.
    Co-authored-by: Kyle Schochenmaier <kyle.schochenmaier@hashicorp.com>
    
    * Add changelog for #831 (#867)
    
    * Add changelog for #831
    * fixes bats test
    
    * Add Vault Agent sidecar to CSI Provider (#749)
    
    Adds Agent as a sidecar for the CSI Provider to:
    
    * Cache k8s auth login leases
    * Cache secret leases
    * Automatically renew renewable leases in the background
    
    * Prepare for 0.24.0 release (#868)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * fix: deploy_local.sh error with file
    
    * minor changes
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * Datago 30304/upgrading vault to 1.9.2 (#14)
    
    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * Update to 0.4.0
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * fix: deploy_local.sh error with file
    
    * minor changes
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade vault to version 1.7.9 (#12)
    
    * Add objectSelector to webhookconfiguration (#456)
    
    * changelog++
    
    * Add CSI secrets store provider (#461)
    
    * updating acceptance tests to k8s 1.17 on gke (#473)
    
    * changelog++
    
    * Target vault-csi-provider release 0.1.0 (#475)
    
    * Update to 0.10.0 (#477)
    
    * Update to v0.10.0
    
    * Fix typo
    
    * Add csi link in changelog
    
    * Add volumes and mounts support for CSI (#479)
    
    * Remove extraVolumes from CSI, add volumes and mounts
    
    * Add better example
    
    * changelog++
    
    * Remove extra word in readme (#482)
    
    * fix csi helm deployment (#486)
    
    * fix serviceaccount and clusterrole name reference (full name)
    
    * add server.enabled option, align with documentation
    
    * add unit tests
    
    * update server.enabled behaviour to explicit true and update tests
    
    * changelog++
    
    * add hostNetwork value to injector deployment (#471)
    
    * add hostNetwork value to injector deployment
    
    * adding unit tests
    
    * changelog++
    
    * feat(ingress): Extra paths to prepend to the ingress host configuration for annotation based services (#460)
    
    Refs #361
    
    * changelog++
    
    * Add logLevel and logFormat values for Vault (#488)
    
    * Add logLevel and logFormat values for Vault
    
    * Add configurable tests
    
    * Update order of log levels
    
    * Update values.yaml
    
    * Update per review
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update test/unit/server-statefulset.bats
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * changelog++
    
    * Custom value of agent port  (#489)
    
    * configure the agent port
    
    * add unit test
    
    * remove default
    
    * remove default
    
    * Update values.yaml
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * Add injector agent default overrides (#493)
    
    * Add injector agent default overrides
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update test/unit/injector-deployment.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * [injector] Add port name in injector service (#495)
    
    * [injector] Add port name in injector service
    
    * [injector] Hardcore port to https
    
    * changelog++
    
    * Fix injector unit test failing (#496)
    
    * Fix injector unit test failing
    
    * Add null check
    
    * Add default if unset for CI
    
    * Remove redundant logic (#434)
    
    * Update to v0.11.0 (#497)
    
    * Add container based tests documentation (#492)
    
    * update documentation with running unit tests using container
    
    * promote bats version to 1.3.0
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Set kubeVersion and added chart-verifier tests (#510)
    
    Set min kubeVersion in Chart.yaml to 1.14. Added a chart-verifier bats
    test, and configured to run it in CI. Some verification tests that
    haven't been addressed yet are skipped.
    
    * changelog++
    
    * match kubeVersion on semver pre-releases (#512)
    
    Since clouds like GKE set their kubeVersion as a
    pre-release (e.g. v1.17.17-gke.6700)
    
    * Add ImagePullSecrets to CSI daemonset (#519)
    
    * changelog++
    
    * changelog++
    
    * fix CONTRIBUTING.md (#501)
    
    * updating to use new dedicated context and token (#515)
    
    * added values json schema (#513)
    
    Generated the schema using the helm schema-gen plugin, and added extra
    data types to fields that allow it, such as annotations, tolerations,
    enabled, etc. Enabled the "contains-value-schema" chart-verifier test.
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * changelog++
    
    * [Issue-520] tolerations for csi-daemonset (#521)
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * Add extraArgs value for CSI (#526)
    
    * changelog++
    
    * add schema unit tests (#530)
    
    * Add UI targetPort option (#437)
    
    Use custom `targetPort` for UI service. See the usecase in https://github.com/hashicorp/vault-helm/issues/385#issuecomment-749560213
    
    * changelog++
    
    * Update to v0.12.0 (#532)
    
    * Update to v0.12.0
    
    * Update values.schema.json
    
    * Fix schema types
    
    * revert image repo
    
    * Adding helm test for vault server (#531)
    
    Also adds acceptance test for 'helm test' and updates the
    chart-verifier version.
    
    * changelog++
    
    * fix ui.serviceNodePort schema (#537)
    
    UI service nodePort defaults to null, but is set as an integer
    
    * changelog++
    
    * change maxUnavailable to integer (#535)
    
    change maxUnavailable from `null` to `integer` to enable upgrade from
    0.11.0 to 0.12.0 when using the specific variable.
    
    * Also allow null value
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * add test for server.ha.disruptionBudget.maxUnavailable
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * changelog++
    
    * use vault-helm-test:0.2.0 (#543)
    
    * Added webhook-certs volume mount to sidecar injector (#545)
    
    * Removed webhook-certs volume mount from leader-elector container
    
    * Added test: injector deployment manual TLS adds volume mount
    
    * changelog++
    
    * Adding server.enterpriseLicense (#547)
    
    Sets up a vault-enterprise license for autoloading on vault
    startup. Mounts an existing secret to /vault/license and sets
    VAULT_LICENSE_PATH appropriately.
    
    * changelog++
    
    * Add openshift overrides (#549)
    
    Adds default overrides for OpenShift (values.openshift.yaml) and uses
    them in the chart-verifier tests.
    
    * changelog++
    
    * Update to v0.13.0 (#554)
    
    * Explain this fork in the README
    
    * Adding support for LoadBalancerIP field in ServiceSpec
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * DATAGO-13861: Adding support for logrotate
    
    * DATAGO-13861: Adding audit log rotation and shipment to datdog
    
    * Fixing minor typos and removing extra lines
    
    * feat(DATAGO-27002): Upgrade to 1.7.9
    
    * chore(DATAGO-27002): Fix doc issue
    
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    
    * changed value to use tag 1.9.6
    
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Julian Setiawan <julian.setiawan@solace.com>
    Co-authored-by: marcboudreau <marc.boudreau@solace.com>
    Co-authored-by: Hadie Laham <hadie.laham@solace.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Subhrajit Nag <92374747+nagsubhrajitt@users.noreply.github.com>
    Co-authored-by: guru1306 <tguru.ece@gmail.com>
    Co-authored-by: Paul <paul.coignet@datadoghq.com>
    Co-authored-by: Arie Lev <34907201+ArieLevs@users.noreply.github.com>
    Co-authored-by: Paul Witt <paul_witt@discovery.com>
    Co-authored-by: Sam Marshall <8191402+samjmarshall@users.noreply.github.com>
    Co-authored-by: Hamza ZOUHAIR <34426028+HamzaZo@users.noreply.github.com>
    Co-authored-by: Javier Criado Marcos <javinavales.jcm@gmail.com>
    Co-authored-by: mehmetsalgar <salgarm@gmx.de>
    Co-authored-by: Sarah Thompson <sthompson@hashicorp.com>
    Co-authored-by: Iñigo Horcajo <inigohu@gmail.com>
    Co-authored-by: Rule88 <rule88@users.noreply.github.com>
    Co-authored-by: Ricardo Gândara Pinto <rpinto@gmail.com>
    Co-authored-by: adhish2001 <adhish.maheswaran@solace.com>
    
    * feat(DATAGO-30305): Upgrade vault server to 1.10.x (#16)
    
    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Add extraLabels for CSI DaemonSet (#690)
    
    * Updated hashicorp/vault-csi-provider image to v1.0.0 (#689)
    
    * Fix unit test assertions (#693)
    
    * vault: bump image to 1.9.3 (#695)
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    
    * changelog++ (#699)
    
    * change helm trigger branch from master to main (#700)
    
    * Add namespace to injector-leader-elector role, rolebinding and secret (#683)
    
    * allow to configure publishNotReadyAddresses on server services (#694)
    
    * Maintain pre-existing Mutating Webhook default values for Kubernetes 1.22 (#692)
    
    * Prepare default values for MutatingWebhookConfiguration #691
    * Add values.yaml values to injector-mutating-webhook.yaml #691
    * Duplicate and deprecate top-level webhook settings and put them in a webhook object
    * Made the new values default with the fallback to the old values.yaml
    * Fix _helpers.tpl to support both old and new webhook annotations
    * Add new tests and deprecate old ones for injector webhook configuration
    * Old tests now work with old values.yaml
    * Add all new fields showing that they have priority over old ones
    * Add deprecation note to injector.failurePolicy #691
    
    * VAULT-571 Matching documented behavior and consul (#703)
    
    VAULT-571 Matching documented behavior and consul
    
    Consul's helm template defaults most of the enabled to the special value
    `"-"`, which means to inherit from global. This is what is implied
    should happen in Vault as well according to the documentation for the
    helm chart:
    
    > [global.enabled] The master enabled/disabled configuration. If this is
    > true, most components will be installed by default. If this is false,
    > no components will be installed by default and manually opting-in is
    > required, such as by setting server.enabled to true.
    
    (https://www.vaultproject.io/docs/platform/k8s/helm/configuration#enabled)
    
    We also simplified the chart logic using a few template helpers.
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update k8s versions (#706)
    
    * tests: updating the four most recent k8s versions
    
    * bump oldest version to 1.16
    
    * docs, Chart.yaml, and changelog for 1.14 -> 1.16
    
    * Fix values schema to support config in YAML (#684)
    
    * Support policy/v1 disruptionbudget beyond kube 1.21 (#710)
    
    Issue #667, adding updates to the disruptionbudget to support new
    non beta spec beyond kube 1.21
    
    * Remove unncessary template calls (#712)
    
    - As part of VAULT-571 / #703 in 7109159, a new vault.serverEnabled
       template was added (and included in vault.mode)
    
       Various templates were updated accordingly, but those that were
       already calling vault.mode had an additonal call to
       vault.serverEnabled made which was unnecessary
    
       Remove those
    
    * Issue 629: updated to allow customization of the CLUSTER_ADDR the same… (#709)
    
    * Issue #629 Updates to allow customization of the CLUSTER_ADDR and unit tests to go with it
    
    * Issue-#629 removing extra whitespace I added accidently.
    
    * Issue-#629 fixing extra whitespace added.
    
    * Update values.yaml
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * Issue #629 adding changelog
    
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    
    * VAULT-5838 Update CSI provider to 1.1.0 (#721)
    
    * VAULT-5838 Update CSI provider to 1.1.0
    
    * Update test/acceptance/csi.bats
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * VUALT-5838 Restore Secrets Store CSI driver to 1.0.0 (#722)
    
    1.0.1+ seems to only support Kubernetes 1.19+, so we break support for
    1.16 if we upgrade
    
    * Implement support for Topology Spread Constraints (#652)
    
    * Implemented support for topology spread constraints
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Update values.yaml
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * Add topologySpreadConstraints to values schema
    
    * Implement injector deployment topology spread UTs
    
    * also remove string from the relevant schema types
    
    * Implement injector statefulset topology spread UTs
    
    * Implement injector HA statefulset topology UTs
    
    * Allow topologySpreadConstraints to be a string
    
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    
    * Update the changelog with changes from 614 and 652 (#723)
    
    * Update the changelog with changes from 614 and 652
    
    * Update CHANGELOG.md
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Prepare v0.20.0 release (#727)
    
    ---------
    
    Signed-off-by: Lionel H <me@nullbyte.be>
    Co-authored-by: Kaito Ii <kaitoii1111@gmail.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Eric Miller <eric.the.miller@icloud.com>
    Co-authored-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    Co-authored-by: Vadim Grek <vadimprog@gmail.com>
    Co-authored-by: nikstur <61635709+nikstur@users.noreply.github.com>
    Co-authored-by: Jacob Mammoliti <jmammoliti@hashicorp.com>
    Co-authored-by: Ethan J. Brown <Iristyle@users.noreply.github.com>
    Co-authored-by: Michele Baldessari <michele@acksyn.org>
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Michael Schuett <michaeljs1990@users.noreply.github.com>
    Co-authored-by: Troy Fluegge <troy@hashicorp.com>
    Co-authored-by: lion24 <lionel_dell24@hotmail.be>
    Co-authored-by: Alvin Huang <17609145+alvin-huang@users.noreply.github.com>
    Co-authored-by: Christian <thechristschn@users.noreply.github.com>
    Co-authored-by: Viacheslav Vasilyev <avoidik@gmail.com>
    Co-authored-by: Remco Buddelmeijer <remco.buddelmeijer@gmail.com>
    Co-authored-by: Christopher Swenson <swenson@swenson.io>
    Co-authored-by: gw0 <gw0@users.noreply.github.com>
    Co-authored-by: Stephen Herd <sharkannon@users.noreply.github.com>
    Co-authored-by: Joaco Muleiro Beltran <joaquinmuleirobeltran@gmail.com>
    Co-authored-by: Ellis Tarn <ellistarn@gmail.com>
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    
    * DATAGO-59401: Upgrading vault to 1.11.x (#18)
    
    * add staticSecretRenderInterval to injector (#621)
    
    * make staticSecretRenderInterval default to empty string
    
    * update values schema to add staticSecretRenderInterval
    
    * add test for default value
    
    * adding changelog entry
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update jira action (#644)
    
    * No longer check for Vault team membership
    * Tweak jira states and search parameters
    
    * remove support for the leader-elector container (#649)
    
    * vault-helm 0.18.0 release (#650)
    
    * Run CI tests in github workflows  (#657)
    
    Ports the bats unit, chart-verifier, and bats acceptance tests to use
    github workflows and actions. The acceptance tests run using kind, and
    run for multiple k8s versions, on pushes to the main branch.
    
    Adds a SKIP_CSI env check in the CSI acceptance test, set in the
    workflow if K8s version is less than 1.16.
    
    Adds kubeAdmConfigPatches to the kind config to allow testing the CSI
    provider on K8s versions prior to 1.21.
    
    Updates the Secrets Store CSI driver to 1.0.0 in tests.
    
    Makes the HA Vault tests more robust by waiting for all consul client
    pods to be Ready, and waits with a timeout for Vault to start
    responding as sealed (since the tests on GitHub runners were often
    failing at that point).
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Configurable PodDisruptionBudget for Injector (#653)
    
    * Fix spelling error in server disruptionbudget test (#654)
    
    * Make terminationGracePeriodSeconds configurable (#659)
    
    Make terminationGracePeriodSeconds configurable for server pod
    
    * injector: ability to set deployment update strategy (continued) (#661)
    
    Co-authored-by: Jason Hancock <jhancock@netskope.com>
    
    * csi: ability to set priorityClassName for csi daemonset pods (#670)
    
    * Fixed a small typo (#672)
    
    * Disable unit and acceptance tests in CircleCI (#675)
    
    * update CONTRIBUTING.md (#677)
    
    Link to the discuss forum instead of the old google group and irc
    channel. Add info about the CLA.
    
    * add namespace support for openshift route (#679)
    
    * Add volumes and env vars to helm hook test pod (#673)
    
    * Fix test typo
    
    * Add basic server-test Pod tests
    
     - This covers all existing functionality that matches what's
       present in server-statefulset.bats
    
    * Fix server-test helm hook Pod rendering
    
     - Properly adhere to the global.enabled flag and the presence of
       the injector.externalVaultAddr setting, the same way that
       the servers StatefulSet behaves
    
    * Add volumes and env vars to helm hook test pod
    
     - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
       the server statefulset to configure the Vault server test pod used by
       the helm test hook
     - This is necessary in situations where TLS is configured, but the
       certificates are not affiliated with the k8s CA / part of k8s PKI
    
     - Fixes GH-665
    
    * allow injection of TLS config for OpenShift routes (#686)
    
    * Add some tests on top of #396
    
    * convert server-route.yaml to unix newlines
    
    * changelog
    
    Co-authored-by: André Becker <andre@arestless.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Release 0.19.0 (#687)
    
    * Add ex…
    Configuration menu
    Copy the full SHA
    efea2de View commit details
    Browse the repository at this point in the history
  27. Merge branch 'develop' of https://github.com/solacedev/vault-helm int…

    …o DATAGO-59820/upgrading-vault-to-1.14.1
    xiaocongji committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    26dcde7 View commit details
    Browse the repository at this point in the history