Skip to content

Releases: nearform/fastify-secrets-hashicorp

v3.1.2

12 Oct 15:45
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v3.1.1 by @optic-release-automation in #158
  • chore(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.0 by @dependabot in #159
  • chore: update dependabot config by @williamlines in #163
  • chore(deps): bump node-vault from 0.9.22 to 0.10.2 by @dependabot in #168
  • chore(deps-dev): bump eslint-config-prettier from 8.10.0 to 9.0.0 by @dependabot in #172
  • chore(deps-dev): bump lint-staged from 13.3.0 to 14.0.0 by @dependabot in #174
  • chore(deps-dev): bump prettier from 2.8.8 to 3.0.1 by @dependabot in #171
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #177

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

12 May 16:13
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v3.1.0 by @optic-release-automation in #154
  • fix: optic release action permissions by @grantmorrison in #155
  • chore: enabling npm provenance integration by @mahenrique94 in #157

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

26 Apr 12:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

20 Jun 16:58
8f0e33f
Compare
Choose a tag to compare

Breaking changes

This release drops compatibility old versions of Node and Fastify.

To use this version you need:

  • Node >= 14
  • Fastify >= 4

What's Changed

  • chore(deps): bump nearform/optic-release-automation-action from 2.3.0 to 2.4 by @dependabot in #104
  • chore(deps): bump nearform/github-action-notify-release from 1.2.7 to 1.2.8 by @dependabot in #107
  • fix: updating pull request event by @ramonmulia in #111
  • chore(deps-dev): bump sinon from 12.0.1 to 13.0.0 by @dependabot in #113
  • chore(deps): bump actions/setup-node from 2 to 3.0.0 by @dependabot in #115
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #117
  • chore(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #118
  • chore(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by @dependabot in #121
  • chore: set setup-node action version to v3 by @wilkmaia in #122
  • chore(deps-dev): bump fastify from 3.29.0 to 4.0.3 by @dependabot in #135
  • chore(deps-dev): bump lint-staged from 12.5.0 to 13.0.1 by @dependabot in #132
  • chore(deps-dev): bump husky from 7.0.4 to 8.0.1 by @dependabot in #127
  • chore(deps-dev): bump sinon from 13.0.2 to 14.0.0 by @dependabot in #126
  • chore(deps-dev): bump eslint from 7.32.0 to 8.18.0 by @dependabot in #137

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

15 Dec 13:17
667e9e6
Compare
Choose a tag to compare

In this release we added support for KV Secrets Engine - Version 2.

Starting with this version, the KV v2 will be used by default and therefore this is a breaking change as, out of the box, this version of the plugin, will not work with KV v1 store. The KV store needs to be either migrated to v2 or you need to change how you initialise this plugin to continue using KV v1.

  • To migrate your existing KV store to v2, check out this page KV v2: upgrading from version 1 from the HashiCorp Vault documentation.
  • To keep using KV v1, in case you don't want to (or can't) migrate your KV store to v2, check the README on how to enable KV v1.

What's Changed

  • chore(deps): bump nearform/github-action-notify-release from 1.2.6 to 1.2.7 by @dependabot in #72
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #74
  • chore(deps-dev): bump husky from 6.0.0 to 7.0.0 by @dependabot in #75
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #76
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #77
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #78
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #79
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #80
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #81
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #82
  • chore(deps-dev): bump eslint-plugin-prettier from 3.4.1 to 4.0.0 by @dependabot in #83
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #84
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #85
  • chore(deps-dev): bump eslint from 7.32.0 to 8.0.1 by @dependabot in #87
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #88
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #89
  • chore(deps-dev): bump sinon from 11.1.2 to 12.0.0 by @dependabot in #90
  • chore(deps-dev): bump lint-staged from 11.2.6 to 12.0.2 by @dependabot in #91
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #92
  • chore(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #93
  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #94
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #95
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #96
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2 by @dependabot in #98
  • feat: Add support for KVv2 by @radomird in #97
  • fix: typo in optic-release-automation-action version by @radomird in #101
  • chore: Updated README for KVv2 usage by @radomird in #102

New Contributors

Full Changelog: v1.1.1...v2.0.0

v1.1.1

09 Jun 14:00
Compare
Choose a tag to compare

📚 PR:

  • chore: remove package-lock
  • chore: fix notify release workflow

v1.1.0

01 Jun 09:20
Compare
Choose a tag to compare

📚 PR:

  • Bump eslint from 7.20.0 to 7.21.0 (#16)
  • Bump husky from 5.1.1 to 5.1.2 (#17)
  • Bump husky from 5.1.2 to 5.1.3 (#18)
  • Bump fastify from 3.12.0 to 3.13.0 (#19)
  • Bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.0 (#20)
  • Bump fastify/github-action-merge-dependabot from v1.2.0 to v1.2.1 (#21)
  • Bump fastify from 3.13.0 to 3.14.0 (#22)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#23)
  • Bump eslint from 7.21.0 to 7.22.0 (#24)
  • Bump husky from 5.1.3 to 5.2.0 (#25)
  • Bump sinon from 9.2.4 to 10.0.0 (#26)
  • Bump husky from 5.2.0 to 6.0.0 (#27)
  • Bump fastify from 3.14.0 to 3.14.1 (#29)
  • Bump eslint from 7.22.0 to 7.23.0 (#28)
  • Bump tap from 14.11.0 to 15.0.0 (#30)
  • Bump tap from 15.0.0 to 15.0.1 (#31)
  • Bump tap from 15.0.1 to 15.0.2 (#32)
  • Bump fastify from 3.14.1 to 3.14.2 (#33)
  • Bump sinon from 10.0.0 to 10.0.1 (#34)
  • Bump eslint from 7.23.0 to 7.24.0 (#35)
  • Bump actions/cache from v2.1.4 to v2.1.5 (#36)
  • Bump eslint-config-prettier from 8.1.0 to 8.2.0 (#37)
  • Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#38)
  • Bump tap from 15.0.2 to 15.0.3 (#39)
  • Bump tap from 15.0.3 to 15.0.4 (#40)
  • Bump fastify from 3.14.2 to 3.15.0 (#41)
  • Bump eslint from 7.24.0 to 7.25.0 (#42)
  • Bump eslint-config-prettier from 8.2.0 to 8.3.0 (#43)
  • Bump tap from 15.0.4 to 15.0.5 (#44)
  • Bump tap from 15.0.5 to 15.0.6 (#45)
  • Bump fastify from 3.15.0 to 3.15.1 (#46)
  • Bump tap from 15.0.6 to 15.0.9 (#47)
  • Bump prettier from 2.2.1 to 2.3.0 (#48)
  • Bump lint-staged from 10.5.4 to 11.0.0 (#49)
  • Bump eslint from 7.25.0 to 7.26.0 (#50)
  • Bump eslint-plugin-import from 2.22.1 to 2.23.2 (#51)
  • Bump eslint-plugin-import from 2.23.2 to 2.23.3 (#52)
  • Bump eslint from 7.26.0 to 7.27.0 (#53)
  • Bump sinon from 10.0.1 to 11.0.0 (#54)
  • Bump eslint-config-standard from 16.0.2 to 16.0.3 (#55)
  • Bump sinon from 11.0.0 to 11.1.0 (#56)
  • Bump eslint-plugin-promise from 4.3.1 to 5.1.0 (#57)
  • Bump fastify from 3.15.1 to 3.16.1 (#58)
  • ci: add github-actions-release-notify (#59)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#60)
  • Bump fastify from 3.16.1 to 3.16.2 (#61)
  • Bump sinon from 11.1.0 to 11.1.1 (#62)
  • Bump actions/cache from 2.1.5 to 2.1.6 (#64)
  • Bump nearform/github-action-notify-release from 1.2.2 to 1.2.5 (#66)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#65)
  • Bump eslint-plugin-import from 2.23.3 to 2.23.4 (#67)
  • Bump fastify from 3.16.2 to 3.17.0 (#68)
  • Bump nearform/github-action-notify-release from 1.2.5 to 1.2.6 (#69)

v1.0.0

25 Feb 08:52
Compare
Choose a tag to compare

📚 PR:

  • empty commit
  • Initial release (#7)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.1.1 (#9)
  • Bump actions/cache from v2 to v2.1.4 (#11)
  • Bump actions/checkout from v1 to v2.3.4 (#10)
  • Bump husky from 4.3.8 to 5.1.1 (#13)
  • Bump eslint-config-prettier from 7.2.0 to 8.0.0 (#14)
  • Bump actions/setup-node from v1 to v2.1.5 (#12)
  • Bump eslint-config-prettier from 8.0.0 to 8.1.0 (#15)