Skip to content

Releases: eclipse-kanto/kanto

v1.0.0

10 Jun 06:46
c23e90e
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.0-M3...v1.0.0

v0.1.0-M3

30 May 09:40
b715701
Compare
Choose a tag to compare

Eclipse Kanto v0.1.0-M3 now available!

2023-05-30T09:41:00Z

Check out what's new in Eclipse Kanto v0.1.0-M3!

Changelog

  • 3a573b3 A space is missing after a link (#146)
  • 9ddda5b Add GetFeatureInboxMessagePath and GetFeaturePropertyValue (#182)
  • ba9cde4 Add IO configuration options to the documentation (#169)
  • 1d81bb1 Add dash and plotly to the notice file (#178)
  • 45ae388 Add documentation to the extra hosts parameter in the container configuration (#201)
  • 49bd28c Add thingsDb in the example of local digital twins configuration (#154)
  • d46d274 Add utility method for transforming a ditto event message value into a generic structure (#188)
  • fbcab1f Added cloud2edge setup script for integration testing (#127)
  • 517d8d8 Added integration testing util methods for WS unsubscribing and clean connection close (#186)
  • 14c133d Additional integration tests common logic (#180)
  • 0ca4f15 Bump golang.org/x/net to version 0.7.0 or later (#205)
  • d6e3637 Common logic for device resources (#207)
  • 6e29cbb Document ALPN support (#218)
  • 1ebec11 Document container management MQTTS configuration properties (#194)
  • 42ab5dd Eclipse code of conduct for Kanto (#171)
  • 4515863 Eclipse security policy for Kanto (#167)
  • 9c3f940 Fixed typos in the how-to guides documentation pages and markdown files (#164)
  • b675d51 Improve community onboarding and engagement public info (#160)
  • fa7b071 Initial automated deployment of containers documentation (#199)
  • fb02c52 Make improvements to be able to use Resource structure fields (#210)
  • c081b67 Make improvements to copyFile function to give read and write mode to destination file (#228)
  • 1115ee9 Missing software update configuration properties (#177)
  • fadc1f2 New module with integration tests common logic (#174)
  • 07f7e64 Pick up the latest integration util changes into c2e-setup (#190)
  • 9d6570b Pick up the latest integration util changes into c2e-setup (#211)
  • 02c14ee Pick up the latest integration util changes into c2e-setup (#230)
  • 50d55a4 Provide How-to guide for backing up and restoring a text file (#142)
  • 6583917 Provide How-to guide for monitoring system metrics in a Dash application (#100)
  • f7cf7c4 Provide registry resource method (#215)
  • a28973f Provide user documentation for the automated update of containers (#220)
  • 2a04ccd Robust download properties added to reference guide (#144)
  • 97b5145 Update How-to guides with the secure Hono sandbox configuration (#225)
  • d43a200 Update site URLs to eclipse.dev/kanto (#223)
  • 911e45a Update the release workflow to the last Go version (#195)
  • 56b32f6 [#183] Suite initializer must fail the test if thing configuration cannot be obtained (#184)
  • 54892d6 [#202] Add documentation for the username parameter in suite connector configuration (#203)
  • b715701 [#231] Incorrect flags in c2e integration test setup (#232)

Sincere thanks to all contributors for making this release possible!

What's Changed

New Contributors

Full Changelog: v0.1.0-M2...v0.1.0-M3

v0.1.0-M2

27 Sep 14:11
d7eb978
Compare
Choose a tag to compare

Eclipse Kanto v0.1.0-M2 now available!

2022-09-27T14:11:55Z

Check out what's new in Eclipse Kanto v0.1.0-M2!

Changelog

  • 71de0a8 "version" flag doesn't dump the real release version (#81)
  • 4bf45f2 Apply the new Eclipse Kanto project license scheme (#115)
  • 43f253d Apply the new Eclipse Kanto project license scheme (#116)
  • fb09e09 Apply the new Eclipse Kanto project license scheme (#119)
  • 968d256 Clean up optional "cacert" from all documentation examples (#124)
  • 4eb401e Document suite connector MQTTS configuration properties in the local communication (#94)
  • c2ac2e0 Document the TLS configuration for secure uploads (#78)
  • 767f087 Document the TLS configuration for secure uploads (#82)
  • ce8da04 Document the mode property for restricting file upload access (#79)
  • d65d41f Enable automated documentation build process (#27)
  • e5bc56d Ensure graceful exit of the quickstart Python script and the How-to guide Python scripts (#111)
  • 2293703 Extend documentation around configuring the suite-connector for own Hono instances (#109)
  • 7feb78b Extend documentation around configuring the suite-connector for own Hono instances (#123)
  • 10f11aa File backup reference guide (#107)
  • ea010bf Fix website UI formatting (#103)
  • 903bd54 Fix website UI formatting for small, medium and extra large devices (#106)
  • 0d64b4b Fixed file name typo
  • 919c29e Fixed import of Proton dependencies to be from unprotected files. (#118)
  • 5360575 Generate RPM (#80)
  • ba074c1 Getting started pages provided
  • d32a03f Go Releaser release failing (#131)
  • afc23d7 Include all Kanto components in the project's release configuration (#128)
  • 8c56ee4 Include lease ID management in the container management reference guide (#135)
  • 2603fdb Migrate to the latest Docsy compatible version (#70)
  • 831598d Migrated Kanto's website to Docsy v0.4.0 (#67)
  • a995f4d Minor fixes
  • 194d996 Minor formatting changes for better readability
  • cb94a53 Modify .goreleaser.yaml (#37)
  • 05aa645 Open relref link in a new tab (#35)
  • 04af04d Provide How-to guide for installing a Debian package via Software Update (#65)
  • be10ff0 Provide How-to guide for uploading a log file to a simple HTTP server (#66)
  • 160ec37 Provide RPM support (#129)
  • 692549f Provide RPM support (#140)
  • 1e54a0b Provide Reference guide for Kanto Software Update (#42)
  • efd44dd Provide Reference guide for the Kanto Container Management (#93)
  • a997b43 Provide Reference guide for the Kanto File Upload (#56)
  • a65172a Provide Reference guide for the Kanto Local Digital Twins (#99)
  • 5ce8d88 Provide Reference guide for the Kanto Suite Bootstrapping (#87)
  • 175cd7a Provide Reference guide for the Kanto Suite Connector (#59)
  • 0b21a75 Provide Reference guide for the Kanto System Metrics (#84)
  • e3544b1 Provide Reference guide for the configuration of container instance (#58)
  • c7ecf60 Provide concept guide for the Kanto Container Management (#19)
  • 7999e5c Provide concept guide for the Kanto File Upload (#23)
  • 399d1c9 Provide concept guide for the Kanto Suite Connector (#15)
  • 7c3c8e7 Provide concept guide for the Software Update (#21)
  • 9c11d77 Quickstart resources provided
  • bdeab14 Revert Hugo version (#73)
  • bf479fd Shutdown order for services must go in opposite direction of starting for the deb package (#136)
  • 361c5f8 Shutdown order for services must go in opposite direction of starting for the deb package (#139)
  • d7eb978 Update "Install Eclipse Kanto" guide to cover the incoming M2 release (#143)
  • 1695316 Update Container Management reference guide (#112)
  • 05f3bc3 Update heading level for Concept guides (#55)
  • 2222eb4 Update the website's base URL (#29)
  • 4d8f75c Updated Python example app dependencies
  • 182a85c Updated user docs in regard to container metrics (#134)
  • e18a0f4 User doc and scripts alignment
  • a8b2f5f Wrong hash and file size for downloading install_hello.sh in hono_commands_su.py (#138)
  • 73b7289 Wrong property data types in Suite Bootstrapping reference guide (#101)
  • 70be3aa [#63] Ensured AMQP connectivity for the Hono sandbox tenants (#64)
  • 9031340 cacert flag is changing to caCert (#95)

Sincere thanks to all contributors for making this release possible!

v0.1.0-M1

02 Mar 20:19
d5333b5
Compare
Choose a tag to compare

Eclipse Kanto v0.1.0-M1 now available!

2022-03-02T20:19:39Z

Check out what's new in Eclipse Kanto v0.1.0-M1!

Changelog

  • 54bc26a Added Eclipse Kanto logo SVG
  • beddf33 Eclipse Kanto initial contribution
  • dfc3d57 Ensure Debian packages dependencies compatibility
  • 5360683 Fixed Eclipse Kanto logo SVG URL
  • 5d836d9 Fixed relevant Git submodules of the project.
  • 84fa314 Initial Kanto release infra and resources preparation
  • c89a72b Release workflow fixes
  • 5bd0c00 Repository initialization
  • 064b1c7 Updated versions of older npm packages

Sincere thanks to all contributors for making this release possible!