Skip to content

Releases: open-amt-cloud-toolkit/rpc-go

v2.10.0

16 Jun 23:15
a9c2259
Compare
Choose a tag to compare

[2.10.0] - 2023-06-16

Build

  • update version and changelog to v2.10.0

Feat

  • adds AMT Features to amtinfo
  • support device friendly name

v2.9.1

09 Jun 15:48
c072ff2
Compare
Choose a tag to compare

[2.9.1] - 2023-06-08

Build

  • update version and changelog to v2.9.1
  • deps: bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3
  • deps: bump github.com/stretchr/testify from 1.8.3 to 1.8.4

Fix

  • internal: GetOSDnsSuffixOS bug with docker desktop

v2.9.0

25 May 22:16
db3d2bb
Compare
Choose a tag to compare

[2.9.0] - 2023-05-25

Build

  • update version and changelog for v2.9.0
  • deps: bump github.com/stretchr/testify from 1.8.2 to 1.8.3

Ci

  • add trivy container scan

Feat

  • cli: addwifisettings directly without cloud interaction

Refactor

  • internal: move each command to its own file

Test

  • move flag tests to respective files for better organization

v2.8.0

18 May 16:24
d7cc7e5
Compare
Choose a tag to compare

[2.8.0] - 2023-05-18

Build

  • update version to 2.8.0 and changelog
  • add tasks.json for vscode
  • add launch.json to gitignore
  • add various command templates for easy debugging in VSCode
  • deps: bump github.com/sirupsen/logrus from 1.9.1 to 1.9.2 (#129)
  • deps: bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 (#127)

Feat

  • deactivate a device in CCM from RPC

v2.7.0

05 May 00:00
41a95e1
Compare
Choose a tag to compare

[vNext] - 2023-05-04

Build

  • update version to 2.7.0, update changelogbuild: update version to 2.6.0, update changelog
  • update go to 1.20
  • deps: bump golang.org/x/sys from 0.5.0 to 0.6.0
  • deps: bump github.com/stretchr/testify from 1.8.1 to 1.8.2
  • deps: bump github.com/gorilla/websocket from 1.4.2 to 1.5.0
  • deps: bump github.com/sirupsen/logrus from 1.7.0 to 1.9.0
  • deps: bump github.com/stretchr/testify from 1.7.0 to 1.8.1
  • deps: bump golang.org/x/sys from 0.3.0 to 0.5.0

Ci

  • add go fmt and format code
  • update github runners
  • adds dependabot config
  • deps: bump codecov to 3.1.3 (#119)

Docs

  • add discord info (#111)

Feat

  • utils: add -f (force) flag

Fix

  • rps: rpc will exit instead of hang when connection fails to rps

v2.6.0

16 Feb 19:01
c346e3d
Compare
Choose a tag to compare

[v2.6.0] - 2023-02-16

Build

  • update version to 2.6.0, update changelog
  • docker: update golang base to 1.19

Ci

  • set os to 18.04
  • fix changelog job
  • add ossf action

Docs

  • align format to match other repositories
  • add ossf badge to readme

Feat

  • added flag tenantId
  • rps: added proxy support

Fix

  • proper processing of command line flags

Refactor

  • adds new return codes

v2.5.0

08 Dec 19:57
Compare
Choose a tag to compare

[v2.5.0] - 2022-12-08

Build

  • update version to 2.5.0, update changelog

Ci

  • pin .net core build
  • update actions/checkout to v3, update semantic
  • add azure board sync
  • add project sync to rpc-go

Feat

  • AMTtimeout: Handle wait if AMT is not ready
  • cli: sync hostname

Refactor

  • update log messages to be a bit more clear

v2.4.0

07 Nov 23:15
649371f
Compare
Choose a tag to compare

[v2.4.0] - 2022-11-07

Build

  • bump to v2.4.0

Feat

  • maintenance: add subcommands for syncip, syncclock, and changepassword

Fix

  • channel recipient channel should not be 0
  • remove extra log.error statement

v2.3.0

06 Oct 16:29
Compare
Choose a tag to compare

v2.3.0 - 2022-10-05

Ci

  • add junit test output

Docs

  • update changelog for v2.3.0

Feat

  • add warnings for link status and dns suffix
  • added admin privilege check and AMT not found error check
  • amtinfo: display wired only when wired adapter is available
  • win: add admin privilege check

Fix

  • amtinfo: shouldnt display warnings on amtinfo
  • tls: tls configuration now completes after TLS configuration

Refactor

  • return codes: replace log.Fatal with log.Error replace os.Exit calls
  • return-codes: change tag error handling to continue instead of exit
  • status: attempt to unmarshal error message

v2.2.0

11 May 15:35
Compare
Choose a tag to compare

What's Changed

Build

  • version: bump to v2.2.0

CI

  • add build for sample
  • docker: ensure docker build occurs in PR checks
  • lint: adds semantic checks to PRs

Docs

  • changelog: update version
  • readme: add command for shared library build
  • readme: remove unnecessary prerequisites

Feat

  • build: adds support for c-shared buildmode
  • logging: adds support for fine grained control of log ouput

Fix

  • heci: adds retry for device busy

Refactor

  • lms: rewrite lme communication in go
  • main: eliminate need for CGO if not buildling library