Eclipse Kanto v1.0.0 now available!
2024-06-10T06:55:08Z
Check out what's new in Eclipse Kanto v1.0.0!
Changelog
- 22c8da9 Add Documentation for the Update Manager (#337)
- e09b9ef Add SUSE logo and .odg file to the architecture diagram (#283)
- 6874c0e Add Update manager how-to guide and concept (#340)
- e4d43ea Change the update manager binary name (#263)
- c23e90e Fix in the release workflow (#346)
- 0377534 Format tables in the update manager-how-to guide (#272)
- a4edb62 Indentation error in hono_events.py (#344)
- 249d300 Modified install_ctrd.sh to support Debian 12 (#314)
- 5c7dd67 Prepare How-To Guide documentation page for performing an OTA update via the Update Manager (#264)
- a044671 Prepare concept documentation page for the Update Manager (#240)
- 39cce1e Prepare the update-manager for release (#258)
- 4b2842d Prepare update manager config page (#269)
- ccb39c0 Provide How-to Guide for bootstrapping and connecting to the new device (#102)
- 6be1ec6 Provide How-to guide for the Kanto Local Digital Twins (#155)
- 667bf64 Reference and context guide for the AWS Connector. (#285)
- c7d15d7 Remove IoT Suite from the documentation (#303)
- bc6390a Remove deprecated fields and add name templates (#256)
- 135f328 Remove provisioning config from the documentation (#305)
- 360b75c Remove suite-bootstrapping from the documentation (#342)
- 2d80576 Remove update-manager documents from the website (#274)
- e641525 Switch to hugo modules (#319)
- 9aa3cdd Update golang runtime used for building to the latest version (#255)
- e80d0bd Update the python scripts to prioritize arguments over environment variables (#302)
- 0c52499 Updated golang.org/x/net to the latest version. (#288)
- ff20fa1 [#233] Wrong default value of postBootstrapFile flag
- 997f3db [#234] Change "Install Eclipse Kanto" links to M3 version in the documentation. (#236)
- c3a39aa [#238] Correct the json value of the LogFile of the BootstrapConfiguration structure (#239)
- 89c19f1 [#249] Different logo design (#250)
- 51ebf3c [#260] Added the flag to the container configuration. (#261)
- b956c60 [#265] Update Container Manager reference guide (#266)
- 4a18f1a [#289] Vulnerability PostCSS line return parsing error (#290)
- fb9bcb0 [#293] Generate test coverage results and include in release archive.
- 559949c [#297] Add coverage template workflow to be used by all repos. (#296)
- 0459290 [#298] Remove write-all permission from coverage-template.yaml
- d9d28a3 [#315] Correct the json value of the LogFile of the BootstrapConfiguration structure (#316)
- d28031d [#317] Pick up the latest integration util changes into c2e-setup (#318)
- 5ac997b [#320] Installing kanto deb package fails in multi-platform docker build (#321)
- e21e7c9 [#323] Missing footer Last modified in the web site with the new hugo modules (#324)
- 3366a2c [#328] Add all components in the .goreleaser file (#329)
- af2bb83 [#331] Bump dependencies to later versions (#332)
- 06c9999 [#333] Changed functionality of logo to open the main page of the site. (#334)
- 9ed6be5 [#335] Fix postinst_rpm (#338)
Sincere thanks to all contributors for making this release possible!
What's Changed
- Change Install Eclipse Kanto links to M3 version in documentation. by @daniel-milchev in #236
- Correct the json value of the LogFile of the BootstrapConfiguration structure by @antonia-avramova in #239
- Wrong default value of postBootstrapFile flag by @antonia-avramova in #237
- Different logo design by @dimitar-dimitrow in #250
- Remove deprecated fields and add name templates in .goreleaser.yaml by @k-gostev in #256
- Prepare the update-manager for release by @k-gostev in #258
- Update golang runtime used for building to the latest version by @gboyvalenkov-bosch in #255
- Change the update manager binary name by @dimitar-dimitrow in #263
- Prepare update manager config page by @dimitar-dimitrow in #269
- Update Container Manager reference guide by @stoyan-zoubev in #266
- Prepare How-To Guide documentation page for performing an OTA update via the Update Manager by @k-gostev in #264
- Add capability the flag to the container configuration. by @daniel-milchev in #261
- Prepare concept documentation page for the Update Manager by @philip-fidanov in #240
- Format tables in the update manager-how-to guide by @k-gostev in #272
- Remove update-manager documents from the website by @k-gostev in #274
- Add SUSE logo and .odg file to the architecture diagram by @k-gostev in #283
- Reference and context guide for the AWS Connector by @yonko-gospodinov in #285
- Updated golang.org/x/net to the latest version. by @daniel-milchev in #288
- Bump postcss version by @dimitar-dimitrow in #290
- [#293] Generate test coverage results and include in release archive. by @IvanBoychevMarinov in #295
- [#297] Add coverage template workflow to be used by all repos. by @IvanBoychevMarinov in #296
- 298 remove unnecessary permissions by @IvanBoychevMarinov in #299
- Provide How-to Guide for bootstrapping and connecting to the new device by @gabriela-yoncheva in #102
- [#301] Update the python scripts to prioritize arguments over environment variables by @antonia-avramova in #302
- Remove IoT Suite from the documentation by @k-gostev in #303
- Remove provisioning config from the documentation by @k-gostev in #305
- Modified install_ctrd.sh to support Debian 12 by @daniel-milchev in #314
- Provide How-to guide for the Kanto Local Digital Twins by @antonia-avramova in #155
- [#315] Correct the json value of the LogFile of the BootstrapConfiguration structure by @antonia-avramova in #316
- [#317] Pick up the latest integration util changes into c2e-setup by @antonia-avramova in #318
- Add shebang to deb package maintainer scripts by @dimitar-dimitrow in #321
- Switch to hugo modules by @antonia-avramova in #319
- [#323] Missing footer Last modified in the web site with the new hugo modules by @antonia-avramova in #324
- Add all components in the .goreleaser file by @dimitar-dimitrow in #329
- Bump dependencies to later versions by @dimitar-dimitrow in #332
- Changed functionality of the logo by @daniel-milchev in #334
- Fix postinst_rpm by @dimitar-dimitrow in #338
- Add Documentation for the Update Manager by @k-gostev in #337
- Add Update manager how-to guide and concept by @k-gostev in #340
- Indentation error in hono_events.py by @k-gostev in #344
- Remove suite-bootstrapping from the documentation by @k-gostev in #342
- Fix could not read Username for 'https://github.com': terminal prompts disabled in the release workflow by @k-gostev in #346
New Contributors
- @philip-fidanov made their first contribution in #240
- @yonko-gospodinov made their first contribution in #285
- @IvanBoychevMarinov made their first contribution in #295
Full Changelog: v0.1.0-M3...v1.0.0