Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Releases: canonical/edgex-snap-hooks

v3.0.0

16 May 07:39
a96e2a6
Compare
Choose a tag to compare

What's Changed

  • Configure Renovate by @renovate in #70
  • chore(deps): update actions/checkout action to v3 by @renovate in #76
  • fix(deps): update module github.com/stretchr/testify to v1.8.1 by @renovate in #73
  • Refactoring and deprecation cleanup for v3 by @farshidtz in #78
  • Capture output errors from secrets-config by @farshidtz in #79
  • Move env file to parent directory to avoid conflict with config provider by @farshidtz in #83
  • Add snapctl wrapper to check connected interfaces by @farshidtz in #82
  • fix(deps): update module github.com/stretchr/testify to v1.8.2 by @renovate in #80
  • Remove secrets-config wrapper for snap options by @farshidtz in #85

New Contributors

Full Changelog: v2.5.0...v3.0.0

v2.5.0

21 Oct 08:55
9f5a8f9
Compare
Choose a tag to compare

What's Changed

  • Enable configuration of config key mapping by @farshidtz in #71

Full Changelog: v2.4.0...v2.5.0

v2.4.1

20 Jul 09:14
d3408b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.4.1

v2.3.2

14 Jul 15:40
32a1f3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

04 Jul 09:08
5f794f7
Compare
Choose a tag to compare

What's Changed

  • feat: update testify version to v1.8.0 by @vli11 in #64

New Contributors

  • @vli11 made their first contribution in #64

Full Changelog: v2.3.0...v2.3.1

v2.3.0

20 Jun 12:48
cbda5ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

10 May 08:04
30f1eed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.2.0

v2.2.0-beta.5

25 Apr 14:23
ee92156
Compare
Choose a tag to compare
v2.2.0-beta.5 Pre-release
Pre-release
Quote the value of env variable to support spaces (#46)

v2.2.0-beta.4

25 Apr 13:25
eb79a98
Compare
Choose a tag to compare
v2.2.0-beta.4 Pre-release
Pre-release
Remove support for complex config keys (#45)

v2.2.0-beta.3: Fix options migration, implement proxy options (#41)

22 Apr 13:19
1d21d9c
Compare
Choose a tag to compare
* Replace - with _ for env mapping

* Move secrets-config proxy code to options package

* config.enabled toggle and add proxy options migration

* Implement processing new proxy options

* Add basic proxy option validation

* Remove implementation comments

* Remove proxy option migration

* Deprecate exported proxy functions

* Update tests

* Export log init to re-initialize debug mode in external tests

* Fix tests

* Conditional config-enable warning

* Decouple config and custom option processing