Releases: eclipse-kanto/container-management
Releases · eclipse-kanto/container-management
v1.0.0
What's Changed
- Move local communication properties outside of the things service by @k-gostev in #170
- Bump google.golang.org/grpc to latest by @dimitar-dimitrow in #172
- Provide integration tests via the key Ditto features - SoftwareUpdatable by @antonia-avramova in #182
- Move to the latest go version by @gboyvalenkov-bosch in #185
- Add containers update agent service by @k-gostev in #187
- Add functionality to set different linux capabilities to a container. by @daniel-milchev in #178
- Change golang/x/term version in NOTICE.md by @daniel-milchev in #190
- Fix integration test fail due to unexpected messages by @dimitar-dimitrow in #194
- Updated golang.org/x/net to the latest version. by @daniel-milchev in #200
- Provide unit tests for container update agent service by @stoyan-zoubev in #198
- Upgrade google.golang.org/grpc to the latest version. by @daniel-milchev in #207
- 218 add coverage badge by @IvanBoychevMarinov in #219
- Changed functionality of logo and badge. by @daniel-milchev in #227
- Bump github.com/opencontainers/image-spec to the latest version by @k-gostev in #229
- Bump several dependencies to fix CVE issues by @k-gostev in #231
- Merge dev-m5 into
main
by @k-gostev in #235 - CUA allow rollback when owner denies update by @dimitar-dimitrow in #237
- [#238] Set correct timeout flag in integration tests by @antonia-avramova in #239
- Bump dependencies to later versions by @dimitar-dimitrow in #241
- Improve containerd client unit tests by @daniel-milchev in #203
- Optimized, deterministic intermediate desired state feedback messages by @stoyan-zoubev in #204
- Add file flag to the CLI create command by @daniel-milchev in #209
- Rearrange daemon startup sequence by @k-gostev in #214
- Remove command should accept more than one container ID by @daniel-milchev in #212
- Starting of constantly restarting container fails by @dimitar-dimitrow in #216
- Implement signed images verification by @dimitar-dimitrow in #215
- Provide unit tests covering signed images verification by @dimitar-dimitrow in #220
- Filter and quiet flag for list CLI command. by @daniel-milchev in #221
New Contributors
- @gboyvalenkov-bosch made their first contribution in #185
- @IvanBoychevMarinov made their first contribution in #219
Full Changelog: v0.1.0-M3...v1.0.0
v0.1.0-M3
What's Changed
- Update Eclipse Paho to version 1.4.1 by @antonia-avramova in #73
- Eclipse security policy for container management by @e-grigorov in #76
- Eclipse code of conduct for container management by @e-grigorov in #78
- Bump imgcrypt version to 1.1.7 by @k-gostev in #81
- Align the exposed confgurations per container via all remote APIs by @k-gostev in #82
- Use moby/moby/libnetwork instead of moby/libnetwok by @dimitar-dimitrow in #89
- Update containerd to version 1.6.10 by @dimitar-dimitrow in #90
- Update opencontainers/image-spec dependency by @dimitar-dimitrow in #93
- Expose flags --host and --debug to all child commands by @k-gostev in #86
- Add support for TCP protocol when using --host flag by @k-gostev in #85
- MQTTS support in the container-management's local connection by @k-gostev in #80
- Directory handling improvements on daemon start by @k-gostev in #102
- Align service ids by @dimitar-dimitrow in #109
- Provide integration tests via the key Ditto features - ContainerFactory by @antoniyatrifonova in #79
- ContainerFactory feature is not compliant with the Vorto model by @antoniyatrifonova in #112
- Getting application logs of containers by @k-gostev in #111
- Move to the last Go version by @gkoitchev-bosch in #105
- Provide integration tests via the key Ditto features - Metrics by @antonia-avramova in #113
- Add CLI integration test for the create command by @k-gostev in #96
- Implement initial automated deployment of containers by @dimitar-dimitrow in #115
- Update the workflow to build the integration tests by @daniel-milchev in #120
- Provide integration test for the CLI start, stop and remove commands by @k-gostev in #121
- Provide integration test for the CLI sysinfo, logs and update commands by @dimitar-dimitrow in #125
- Change container names in the CLI IT by @daniel-milchev in #127
- Provide integration test for the CLI list command by @antoniyatrifonova in #124
- Allow extra hosts entries to contain container mappings by @k-gostev in #128
- Provided integration tests via the key Ditto features - Container per instance by @ognian-baruh in #123
- Bump containerd by @dimitar-dimitrow in #132
- Force stop containers to ensure no flakes in the tests by @k-gostev in #135
- Bump golang.org/x/net to version 0.7.0 by @k-gostev in #137
- Bump github.com/moby/moby to version 23.0.1 by @k-gostev in #138
- Regenerate proto files with the latest versions of the tools by @k-gostev in #140
- Provide integration test for the CLI get command by @daniel-milchev in #129
- Bump opencontainers/runc to version 1.1.5 by @k-gostev in #143
- Bump moby/moby to v23.0.3 by @k-gostev in #146
- Implemented automated update of containers via descriptor files by @stoyan-zoubev in #147
- Set the minimal go version to 1.19 in go.mod by @dimitar-dimitrow in #152
- Upgrade google.golang.org/protobuf to version 1.30.0 by @daniel-milchev in #155
- Add privileged option to the container spec by @k-gostev in #156
- Container status is updated to dead after the container is deleted by @dimitar-dimitrow in #158
- Ensure that container is running after an update without re-creation by @dimitar-dimitrow in #160
- Error while trying to create container on raspberry pi by @dimitar-dimitrow in #162
New Contributors
- @antonia-avramova made their first contribution in #73
- @e-grigorov made their first contribution in #76
- @k-gostev made their first contribution in #81
- @gkoitchev-bosch made their first contribution in #105
- @daniel-milchev made their first contribution in #120
- @stoyan-zoubev made their first contribution in #147
Full Changelog: v0.1.0-M2...v0.1.0-M3
v0.1.0-M2
What's Changed
- Root process argument support for core APIs. by @ognian-baruh in #7
- Filter out insecure cipher suites in TLS configuration. by @dimitar-dimitrow in #10
- Root process arguments available for configuration remotely by @ognian-baruh in #11
- Provide Unit TC for containerd events handling by @antoniyatrifonova in #19
- Provide unit TCs for container image registry resolver by @antoniyatrifonova in #18
- Add support for usage of encrypted container's images. by @dimitar-dimitrow in #17
- Improve container's environment variables by @dimitar-dimitrow in #23
- Support for cgroups v2 by @dimitar-dimitrow in #26
- Warning when starting container daemon by @antoniyatrifonova in #20
- Provide Unit TC for the containerd internal client implementation by @gabriela-yoncheva in #27
- Ensure containerd's internal client logs, events and process termination handling are unit tested by @gabriela-yoncheva in #35
- Install to /usr/bin by @vhdirk in #37
- Apply the new Eclipse Kanto project license scheme by @konstantina-gramatova in #46
- Apply the new Eclipse Kanto project license scheme by @konstantina-gramatova in #47
- Collect runtime metrics for containerized application by @dimitar-dimitrow in #33
- Cleaning of unused container resources by @dimitar-dimitrow in #41
- Make the container management lease ID configurable by @dimitar-dimitrow in #44
- Typo fixes in the API by @dimitar-dimitrow in #43
- Provide unit tests for collecting runtime metrics for containerized applications by @antoniyatrifonova in #48
- Provide unit tests for collecting runtime metrics for containerized applications by @antoniyatrifonova in #50
- Apply the new Eclipse Kanto project license scheme by @konstantina-gramatova in #52
- Unit test the resources clean up implementation by @konstantina-gramatova in #54
- Bump github.com/klauspost/compress to v1.13.6 by @konstantina-gramatova in #57
New Contributors
- @ognian-baruh made their first contribution in #7
- @dimitar-dimitrow made their first contribution in #10
- @antoniyatrifonova made their first contribution in #19
- @gabriela-yoncheva made their first contribution in #27
- @vhdirk made their first contribution in #37
Full Changelog: v0.1.0-M1...v0.1.0-M2
v0.1.0-M1
What's Changed
- Eclipse Kanto Container Management initial contribution by @konstantina-gramatova in #1
- Gitignore fixes by @konstantina-gramatova in #2
- Bump dependency versions by @konstantina-gramatova in #3
New Contributors
- @konstantina-gramatova made their first contribution in #1
Full Changelog: https://github.com/eclipse-kanto/container-management/commits/v0.1.0-M1