Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code for release 2.1.1 #972

Merged
merged 43 commits into from
Jul 7, 2023
Merged

code for release 2.1.1 #972

merged 43 commits into from
Jul 7, 2023

Conversation

gen2thomas
Copy link
Collaborator

@gen2thomas gen2thomas commented Jul 6, 2023

Solved issues and/or description of the change

code for next release

Checklist

  • The PR's target branch is 'hybridgroup:release'
  • I have adjusted the CHANGELOG.md (or already prepared and will be merged as soon as possible)

gen2thomas and others added 30 commits May 29, 2023 19:23
* revert move to v2 subfolder
* fix CI and adjust CHANGELOG
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](eclipse/paho.mqtt.golang@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/warthog618/gpiod](https://github.com/warthog618/gpiod) from 0.8.0 to 0.8.1.
- [Commits](warthog618/go-gpiocdev@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/warthog618/gpiod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.3.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.0...v1.8.3)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [go.bug.st/serial](https://github.com/bugst/go-serial) from 1.4.0 to 1.5.0.
- [Commits](bugst/go-serial@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: go.bug.st/serial
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump go.bug.st/serial from 1.4.0 to 1.5.0
* core(build): CLI removed
* adjust install instructions in doc and README
* fix master_test and remove useless/duplicated tests examples_test.go
go: upgraded github.com/nats-io/nats.go v1.26.0 => v1.27.0
go: upgraded gocv.io/x/gocv v0.32.1 => v0.33.0
go: upgraded golang.org/x/net v0.10.0 => v0.11.0
go: upgraded tinygo.org/x/bluetooth v0.6.0 => v0.7.0
Bumps [github.com/warthog618/gpiod](https://github.com/warthog618/gpiod) from 0.8.0 to 0.8.1.
- [Commits](warthog618/go-gpiocdev@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/warthog618/gpiod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](eclipse/paho.mqtt.golang@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [go.bug.st/serial](https://github.com/bugst/go-serial) from 1.4.0 to 1.5.0.
- [Commits](bugst/go-serial@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: go.bug.st/serial
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.3.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.0...v1.8.3)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
* core(build): CLI removed
* adjust install instructions in doc and README
* fix master_test and remove useless/duplicated tests examples_test.go
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 23.51% and project coverage change: -3.98 ⚠️

Comparison is base (dc4b940) 75.48% compared to head (bf4c15d) 71.50%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@             Coverage Diff             @@
##           release     #972      +/-   ##
===========================================
- Coverage    75.48%   71.50%   -3.98%     
===========================================
  Files           89       88       -1     
  Lines         7187     7352     +165     
===========================================
- Hits          5425     5257     -168     
- Misses        1288     1475     +187     
- Partials       474      620     +146     
Impacted Files Coverage Δ
drivers/common/mfrc522/mfrc522_pcd.go 40.19% <0.00%> (-0.70%) ⬇️
drivers/common/mfrc522/mfrc522_picc.go 0.00% <ø> (ø)
drivers/i2c/ads1x15_driver.go 82.41% <ø> (ø)
drivers/i2c/adxl345_driver.go 76.47% <0.00%> (ø)
drivers/i2c/ccs811_driver.go 68.29% <ø> (ø)
drivers/i2c/ina3221_driver.go 90.47% <ø> (ø)
drivers/i2c/sht3x_driver.go 97.53% <0.00%> (-2.47%) ⬇️
drivers/i2c/ssd1306_driver.go 87.73% <ø> (ø)
drivers/i2c/th02_driver.go 86.81% <ø> (ø)
drivers/spi/ssd1306_driver.go 23.36% <2.22%> (-22.68%) ⬇️
... and 16 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gen2thomas gen2thomas marked this pull request as ready for review July 7, 2023 06:27
@gen2thomas gen2thomas merged commit dc229f6 into release Jul 7, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants