feat: publish Toolbox 0.9.0

This commit is contained in:
2026-07-27 11:48:21 +02:00
parent 9347554324
commit a50944e7cb
14 changed files with 52 additions and 49 deletions

View File

@@ -67,6 +67,9 @@ describe('production deployment', () => {
expect(containerVersion).toBe(releaseLock.releaseVersion);
expect(composeVersion).toBe(containerVersion);
expect(containerChecksum).toMatch(/^[a-f0-9]{64}$/u);
expect(composeChecksum).toMatch(/^[a-f0-9]{64}$/u);
expect(environmentChecksum).toMatch(/^[a-f0-9]{64}$/u);
expect(composeChecksum).toBe(containerChecksum);
expect(environmentVersion).toBe(containerVersion);
expect(environmentChecksum).toBe(containerChecksum);