Balena CI
32c2c36035
v12.11.8
2021-11-15 16:12:10 +02:00
Balena CI
78b0df7e19
v12.11.5
2021-11-10 17:36:27 +02:00
Balena CI
311f902df4
v12.11.4
2021-11-09 19:08:13 +02:00
Balena CI
f073652603
v12.11.3
2021-11-05 17:44:44 +02:00
Balena CI
eb473b7d6b
v12.11.2
2021-10-28 19:09:53 +03:00
Balena CI
f43248aae8
v12.11.1
2021-10-26 20:47:56 +03:00
Balena CI
11df38b26d
v12.11.0
2021-10-21 05:50:43 +03:00
Balena CI
7713f40927
v12.10.16
2021-10-13 03:39:53 +03:00
Balena CI
d86ae94525
v12.10.15
2021-09-30 17:18:40 +03:00
Balena CI
3237c03f00
v12.10.14
2021-09-29 16:55:38 +03:00
Balena CI
7ce488e805
v12.10.13
2021-09-28 22:45:42 +03:00
Balena CI
7648d075f6
v12.10.12
2021-09-28 18:30:57 +03:00
Balena CI
191e47344d
v12.10.11
2021-09-27 16:18:10 +03:00
Balena CI
7191e7a042
v12.10.10
2021-09-07 18:03:20 +03:00
Balena CI
eeefc3abdd
v12.10.9
2021-09-02 16:13:03 +03:00
Balena CI
19af36123e
v12.10.8
2021-09-02 00:43:34 +03:00
Balena CI
f332ba646d
v12.10.7
2021-09-01 23:46:44 +03:00
Balena CI
79f7f5fb24
v12.10.6
2021-09-01 21:13:03 +03:00
Balena CI
0ae52edbc8
v12.10.5
2021-09-01 01:59:03 +03:00
Balena CI
337e6affcd
v12.10.4
2021-08-31 21:57:46 +03:00
Balena CI
f8cc2bc0ce
v12.10.3
2021-08-25 16:53:22 +03:00
Balena CI
7e2ce7fc56
v12.10.2
2021-08-03 01:22:12 +03:00
Balena CI
49a391823c
v12.10.1
2021-08-02 19:35:58 +03:00
Balena CI
0df979be55
v12.10.0
2021-07-31 01:27:29 +03:00
Balena CI
06c3f488e5
v12.9.6
2021-07-26 17:05:14 +03:00
Felipe Lalanne
f1bd4b8d9b
Use tags to track supervised images in docker
...
The image manager module now uses tags instead of docker IDs as the main
way to identify docker images on the engine. That is, if the target
state image has a name `imageName:tag@digest`, the supervisor will always use
the given `imageName` and `tag` (which may be empty) to tag the image on
the engine after fetching. This PR also adds checkups to ensure
consistency is maintained between the database and the engine.
Using tags allows to simplify query and removal operations, since now
removing the image now means removing tags matching the image name.
Before this change the supervisor relied only on information in the
supervisor database, and used that to remove images by docker ID. However, the docker
id is not a reliable identifier, since images retain the same id between
releases or between services in the same release.
List of squashed commits
- Remove custom type NormalizedImageInfo
- Remove dependency on docker-toolbelt
- Use tags to traack supervised images in docker
- Ensure tag removal occurs in sequence
- Only save database image after download confirmed
Relates-to: #1616 #1579
Change-type: patch
2021-07-26 09:52:25 -04:00
Balena CI
19bcc6232b
v12.9.5
2021-07-22 19:02:51 +03:00
Balena CI
f6774be127
v12.9.4
2021-07-08 22:26:09 +03:00
Balena CI
74ba1823c5
v12.9.3
2021-07-08 15:15:39 +03:00
Balena CI
3caf608158
v12.9.2
2021-07-07 16:54:35 +03:00
Balena CI
3cdab68df5
v12.9.1
2021-07-06 03:51:12 +03:00
Balena CI
41e745ce85
v12.9.0
2021-07-06 01:50:32 +03:00
Balena CI
5bd53db905
v12.8.12
2021-07-02 01:35:43 +03:00
Balena CI
71555f7a4d
v12.8.11
2021-06-30 18:42:56 +03:00
Balena CI
b397ccef35
v12.8.10
2021-06-30 08:12:20 +03:00
Balena CI
5223262557
v12.8.9
2021-06-29 08:36:50 +03:00
Balena CI
cacbcfd2b1
v12.8.8
2021-06-18 15:15:45 +03:00
Balena CI
5486a74b82
v12.8.7
2021-06-14 14:15:43 +03:00
Balena CI
3974aacdc7
v12.8.6
2021-06-14 13:18:55 +03:00
Balena CI
7db799efa4
v12.8.5
2021-06-08 23:02:15 +03:00
Balena CI
27405d910b
v12.8.4
2021-06-03 10:02:33 +03:00
Balena CI
b76fb36249
v12.8.3
2021-05-29 03:11:23 +03:00
Balena CI
a4be293ec4
v12.8.2
2021-05-26 17:58:13 +03:00
Balena CI
20a23155c1
v12.8.1
2021-05-25 07:07:45 +03:00
Balena CI
b77fdbb249
v12.8.0
2021-05-18 21:19:13 +03:00
Balena CI
e1cdade9b7
v12.7.4
2021-05-12 12:05:41 +03:00
Christina Wang
62375c907f
Upgrade mocha to v8, use mocha fixtures for chai plugins
...
Remove chai-events and add explicit chai devDependency
Change-type: patch
Signed-off-by: Christina Wang <christina@balena.io>
2021-05-12 17:10:57 +09:00
Balena CI
8bfaca7d97
v12.7.3
2021-05-12 10:52:42 +03:00
Balena CI
9a3596c44c
v12.7.2
2021-05-10 07:17:22 +03:00
dependabot[bot]
90fe8359f1
Bump lodash from 4.17.20 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Change-type: patch
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 13:07:50 +09:00