Skip to content

Releases: phasehq/console

v2.15.0

10 Mar 09:55
d8f0ac3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.14.0...v2.15.0

v2.14.0

08 Mar 11:32
902caa0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.13.0...v2.14.0

v2.13.0

05 Mar 07:41
37fbda8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.3...v2.13.0

v2.12.3

04 Mar 10:27
c1b0199
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.2...v2.12.3

v2.12.2

28 Feb 09:40
615d4e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.1...v2.12.2

v2.12.1

27 Feb 05:15
50a717c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.0...v2.12.1

v2.12.0

24 Feb 09:37
50868e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.2...v2.12.0

v2.11.2

21 Feb 15:10
2abd4dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.1...v2.11.2

v2.11.1

17 Feb 11:06
670960f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.11.1

v2.11.0

17 Feb 09:18
cd9332c
Compare
Choose a tag to compare

Description 📣

Adds support for storing secrets in folders, as well as several updates to UX, performance and logging

Folders

Secrets can now be managed within folders, and will keep track of the path that they are stored under. This makes it much easier to use Phase for monorepo projects or multi-tennant use-cases. All existing secrets are given the root / path by default. Folders can be created from the new "Create" button by opening the dropdown and choosing "New Folder"

image

UI/UX Updates

This PR also adds several visual and UX improvements to the app secrets and environments screens:

Screenshot from 2024-02-16 16-32-43

Screenshot from 2024-02-16 16-33-41

Path support for Syncing

Integrations can be now be created with an optional path field, which will only sync Secrets at the provided path. By default, all existing syncs will be configured with the / path.

image

Logging improvements

The audit logging backend code has been refactored to be more performant. The backend now also logs which service tokens are used for Secret CRUD events, and the logging screen has been updated slightly to show this information, and as well as secret paths

Screenshot from 2024-02-16 16-34-53

What's Changed

Full Changelog: v2.10.4...v2.11.0