Skip to content

Releases: canonical/serial-vault

Snapd dependency update

28 Nov 15:57
ea2f759
Compare
Choose a tag to compare
  • Updated the snapd dependency #395

Bug-fix release

12 Jan 12:52
9d01e92
Compare
Choose a tag to compare
Don't remove single quotes from headers (#343)

* Don't remove single quotes from headers

* fixed tooling

User search

26 Nov 15:17
659a58f
Compare
Choose a tag to compare

you can filter users by calling /users?query=user
it will filter by username/email

Updated versions of some external libraries

24 Nov 15:44
4ba4ccc
Compare
Choose a tag to compare
2.5-5

bump version of golang.org/x/crypto (#326)

Fixed Jenkins build

19 Nov 14:30
9ebcfdf
Compare
Choose a tag to compare
Fixed build process (#319)

* Fixed build process

* test make install target on travis

Added Sentry reports

17 Nov 09:45
c390b57
Compare
Choose a tag to compare
  • Configuration for Sentry is added
  • Sentry report is sent out on 5xx errors and on panics
  • Panic handler is added

Added additional field to system user creation UI

13 Oct 10:08
435d685
Compare
Choose a tag to compare

There is a new field on the system-user assertion to limit it to a set of serial-numbers, this change adds support for this field in the UI and the back-end:

  • Added additional fields for serial numbers
  • Added serial number processing in the back-end

Create System-User page is fixed

14 Aug 13:50
c8649a9
Compare
Choose a tag to compare
  • Create System-User page is fixed
  • Added missing tests for create System-User
  • Resolved all warnings from npm build

Serial-Vault 2.5-0

23 Mar 15:01
82fff56
Compare
Choose a tag to compare
  • Moving from govendor which is deprecated now to go mod for the dependency management.

  • Snapd version is updated to 2.44, all older versions were not compatible with Go mod.

  • All other external dependencies will keep the same pinned version.
    Note on versions: after the automated migration, all the pinned versions are moved from
    vendor/vendor.json to go.mod file. If the external module does not use semantic versioning (SemVer)
    in a format v1.2.3 Go modules tooling will use revision and revisionTime from the pinned commit.
    So the same git commit is pinned invendor/vendor.json and in go.mod after the migration.

  • Updated documentation about how to use Go modules

  • Updated travis configuration to use Go modules

Serial Vault 2.4-17

18 Mar 17:55
6306f5c
Compare
Choose a tag to compare
  • Fixed permissions so admin users can't create an account anymore
  • Clean up artefacts from the previews frontend build automatically