Releases: canonical/serial-vault
Snapd dependency update
Bug-fix release
Don't remove single quotes from headers (#343) * Don't remove single quotes from headers * fixed tooling
User search
you can filter users by calling /users?query=user
it will filter by username/email
Updated versions of some external libraries
2.5-5 bump version of golang.org/x/crypto (#326)
Fixed Jenkins build
Fixed build process (#319) * Fixed build process * test make install target on travis
Added Sentry reports
- 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
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
- Create System-User page is fixed
- Added missing tests for create System-User
- Resolved all warnings from npm build
Serial-Vault 2.5-0
-
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
togo.mod
file. If the external module does not use semantic versioning (SemVer)
in a formatv1.2.3
Go modules tooling will userevision
andrevisionTime
from the pinned commit.
So the same git commit is pinned invendor/vendor.json
and ingo.mod
after the migration. -
Updated documentation about how to use Go modules
-
Updated travis configuration to use Go modules
Serial Vault 2.4-17
- Fixed permissions so admin users can't create an account anymore
- Clean up artefacts from the previews frontend build automatically