Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Latest commit

 

History

History
81 lines (69 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

81 lines (69 loc) · 4.79 KB

2.4.0 (unreleased)

Features

  • Add KV compatibility #198
  • Upgrade dependencies #200

Bug fixes

  • Fix desktop client icons #199 - #157
  • Fix issue with favicon #188

2.3.0

Features:

  • Refactor PolicyPicker to ItemPicker for general use - #175
  • Refactor item listing to use a centralized class /w filtering, pagination and sorting by default - #175 + #187
  • Add backend mount description field - #105
  • Allow self-signed CA certifications - #140
  • Support Okta Authentication Backend - #156

2.2.0

Features

  • Add filtering to all lists - #106
  • Add pagination to secrets list - #110
  • Add JSON diff view to compare updates - #84
  • Add ability to renew token - #114
  • Add AWS auth backend with IAM - #126

Enhancements

  • Optimize Docker image size + caching - #122

Bug fixes

  • Fix issue with secrets loading causing UI to be unresponsive - #110
  • Fix docker build electron dependency - #112
  • Fix issue with sorting/pagination of secrets not affecting the entire secret namespace - #127 & #134
  • Fix issue with trailing slashes being sent to Vault requests - #104

2.1.0

Features

  • Support AWS EC2 authentication backend - #76
  • Support User/Pass authentication backend - #94
  • Improve GitHub authentication backend - #78
  • Provide ability to sort secrets - #82
  • Improvements to backend code + upgrade React components - #93
  • Support use with new Desktop App - #85

Bug Fixes

  • Fix 307 redirects

2.0.1

  • Fix reference to Vault icon

2.0.0

1.0.1

  • Fixed slight token management issues - #48

1.0.0

  • React best-practices inspired refactor - #32
  • Update backend API to match Vault API by using the express server as a passthrough - #46
  • Added ability to set Default URL + Auth with environment variables - #36
  • Added VAULT_SUPPLIED_TOKEN_HEADER header to enable SSO functionality - Feature request #39 + #40
  • Support multiple generic backends - #31
  • Fixed bug with auto-logout where large values caused logout to happen immediately - #35
  • Improved value editting with josdejong/jsoneditor - #38 (Note: HCL is no longer supported as a format for managing secrets or policies)
  • Add Token management - Feature request #41

0.1.0