Skip to content

Releases: cryptomator/hub

1.2.0

10 Aug 13:23
1.2.0
3639d0a
Compare
Choose a tag to compare

What's Changed

What's New

  • Audit Logs (Premium Feature): Monitor user actions with insights for admins (#192, #213)
  • Archive Vault: Remove and reactivate vaults (#202)
  • Edit Vault Metadata: Customize vault name and description (#205)
  • User Profile Page: Centralized device management and settings (#203)
  • Vault Names Flexibility: No more unique vault name requirement (#147)

What's Fixed

Other Changes

  • Updated API response documentation (#200), kudos to @chenkins
  • Updated Keycloak to 22.0.1 (9548b75)

Full Changelog: 1.1.1...1.2.0

1.2.0 Beta 5

09 Aug 18:54
1.2.0-beta5
3bdde83
Compare
Choose a tag to compare
1.2.0 Beta 5 Pre-release
Pre-release

What's Changed

  • Check available seats when creating a vault so that they cannot be exceeded by it and vaults can still be unlocked b0f68cd
  • Show last month's log by default 9548b75
  • Show specific error message for license expired or number of seats exceeded 1d69704 & fdd8a7a

Full Changelog: 1.2.0-beta4...1.2.0-beta5

1.2.0 Beta 4

07 Aug 09:21
1.2.0-beta4
bf14b8e
Compare
Choose a tag to compare
1.2.0 Beta 4 Pre-release
Pre-release

What's Changed

  • Show Audit Logs only with a paid license #217
  • Updated Keycloak to 22.0.1 9548b75

Full Changelog: 1.2.0-beta3...1.2.0-beta4

1.2.0 Beta 3

19 Jul 11:22
1.2.0-beta3
2080305
Compare
Choose a tag to compare
1.2.0 Beta 3 Pre-release
Pre-release

What's Changed

  • Downgrade quarkus to 3.0.1 due to bugs in native image
  • Vault names do not have to be unique anymore (#147)
  • Create vault event logged although vault was only updated
  • Added more Audit events (#213)

Note: Due to refactoring in #213, all audit events will be dropped when updating from beta2 to this version.

Full Changelog: 1.2.0-beta2...1.2.0-beta3

1.2.0 Beta 2

03 Jul 15:45
1.2.0-beta2
448d205
Compare
Choose a tag to compare
1.2.0 Beta 2 Pre-release
Pre-release

What's Changed

Downgrade Quarkus to 3.1.0 to fix crashing native image 579e83d

Full Changelog: 1.2.0-beta1...1.2.0-beta2

1.2.0 Beta 1

30 Jun 20:23
1.2.0-beta1
227f14e
Compare
Choose a tag to compare
1.2.0 Beta 1 Pre-release
Pre-release

What's Changed

Misc

  • Updated Keycloak to 21.1.2
  • Updated Quarkus to 3.1.2

Full Changelog: 1.1.1...1.2.0-beta1

1.1.1

28 Apr 13:12
1.1.1
6306b2e
Compare
Choose a tag to compare

What's Changed

  • #181, #184, #185, #193 Enhanced internal data types
  • 9d599db Create button text in the vault creation component renamed to Next
  • Updated dependencies

Full Changelog: 1.1.0...1.1.1

Recommended tasks before or after updating to 1.1.1

In the Setup Wizard, we have improved the condition checks of the Hub Deployment / Service. in case you want to apply it as well:

Kubernetes:

          startupProbe:
            httpGet:
              path: /q/health/started
              port: 8080
          livenessProbe:
            httpGet:
              path: /api/config
              port: 8080
            initialDelaySeconds: 10
            periodSeconds: 3
          readinessProbe:
            httpGet:
              path: /api/config
              port: 8080
            initialDelaySeconds: 10
            periodSeconds: 3

Docker-Compose:

    healthcheck:
      test:
        - CMD-SHELL
        - (curl -f http://localhost:8080/q/health/live && curl -f http://localhost:8080/api/config) || exit 1

1.1.0

24 Feb 16:06
1.1.0
981c3b9
Compare
Choose a tag to compare

What's Changed

  • #174 Added compatibility with managed instances
  • #176 Added recovery key, which can be used in disaster cases
  • Updated dependencies

Full Changelog: 1.0.3...1.1.0

1.0.3

16 Jan 13:39
1.0.3
b6944e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

16 Dec 16:23
1.0.2
2e090a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2