Skip to content

Releases: supervisely/agent

support legacy net-client network name & remove old agents if available

19 Jan 15:16
bac5146
Compare
Choose a tag to compare

support legacy net-client network name & remove old agents if available

v.6.8.8

19 Jan 15:28
bac5146
Compare
Choose a tag to compare

Full Changelog: v6.8.6...v.6.8.8

net-client configuration change updates

17 Jan 21:32
82ef11e
Compare
Choose a tag to compare
v6.8.6

net-client update settings when changed

agent host & docker net bugfixes

17 Jan 17:10
b03d99f
Compare
Choose a tag to compare
v6.8.5

agent host dir and docker net not assigned bugfixes

another bugfix

17 Jan 15:24
692e3bb
Compare
Choose a tag to compare
v6.8.4

remove default named volume usage

pull net-client bugfix

17 Jan 15:01
ba7bc16
Compare
Choose a tag to compare
v6.8.3

pull net-client bugfix

bugfixes

16 Jan 18:38
ea3f9ec
Compare
Choose a tag to compare
Bugfix/net client addr (#58)

* test

* another fix

* change default SUPERVISELY_AGENT_FILES cuz  named volumes don't support subpaths

agent rename on restart hotfix

16 Jan 15:32
74cd258
Compare
Choose a tag to compare
v6.8.1

agent rename bugfix

Combined PR with Options-sync, Images cleaner and Net-client logs

16 Jan 13:45
b102b15
Compare
Choose a tag to compare
Combined PR with Options-sync, Images cleaner and Net-client logs (#57)

* upd sdk

* added image usage history and cross-agent folder

* added DockerImagesCleaner

* DockerImagesCleaner constants and fixes

* fix logs

* Handle image not found

* upd sdk

* added process lock

* CROSS_AGENT_TMP_DIR to env

* cross agent lock via filelock

* stop cleaning if no tmp path

* CROSS_AGENT_TMP_DIR creation

* change docker layer order

* pull base layers

* upd layers

* upd logs

* cross-agent volume

* check env and volumes changes on start

* check nvidia runtime and restart if needed

* upd default for cross agent dir and volume

* bugfix

* CA cert update and restart if needed

* start net-client on agent start

* move env init and restart logic outside of agent

* net-client start on agent start

* wait for new agent to start on restart, strict options from web, minor changes

* empty options handling, better envs to str conversion

* restart update

* add stream net-client logs task

* add instance version check

* return remove_old_agent

* remove multiple old agents

* fix error after merge

* remove token from request

* get instance version fix

* min instance version update

* update

* add cross agent volume

* volumes conversion fix

* refactor

* ca_cert path fix

* ca_cert mkdir

* update constants

* constants update

* rename cross agent volume

* cross agent data dir fix

* bugfix

* update use current runtime

* docker image from options on update

* remove repeated env var

* get updated options defaults if option not present

* hide token

* bugfix:

* docker allow failed login in offline mode

* remove old net-client on _start_net_client

* test logs

* rename net_service log

* hide docker creds

* read pull policy on update

* pull base sly sdk add private registry support

* net client network bugfix

* remove test logs

* fix start net-client bugs

* start net client bugfixes

* revert remove_old_agent changes

* start net client bugfix

* remove old agent bugfix

* add agent image to image history

* revert debug value

---------

Co-authored-by: TheoLisin <[email protected]>

Using API key of user which spawned application for updating task meta

28 Dec 12:22
e523be4
Compare
Choose a tag to compare
v6.7.39

Using API key of user which spawned application for updating task met…