Skip to content

Releases: EC-Release/sdk

1.0.0-b.1730 (release candidate)

26 Jun 18:55
Compare
Choose a tag to compare
Pre-release

Release candidate (beta) was built based on the candidate librabry v1beta.fukuoka.1729.lib and below are the features included -

  • Introducing new -sts flag /status API. This is mandatory flag and to be used only by EC client agents
  • With the flag -sts, the candidate is expected to address #163

Download Binaries

Download here

1.0.0-r.214

28 Jun 18:00
Compare
Choose a tag to compare

This release was built based on the release librabry v1.hokkaido.214.lib and is a production mirror of the release candidate 1.0.0-b.1730

Download Binaries

Download here

v1.hokkaido.214.lib (release library)

v1beta.fukuoka.1729.lib (candidate library)

26 Jun 18:28
Compare
Choose a tag to compare

Inherited the candidate library v1beta.fukuoka.1728.lib This library introduces new revision system to binary stand-alone from its library rev.

SDK Docs

EC Eng WebUI
EC Eng WebUI (Mirror I)
EC Eng WebUI (Mirror II)
EC Eng WebUI (Mirror IIII)

v1.hokkaido.213 (Release)

15 Dec 02:10
Compare
Choose a tag to compare

Implementing release library v1.hokkaido.213.lib this release features the http proxy enhancement along with the security remediation.

Beginning the 213 release (v1.hokkaido.213), all distributed binaries are encrypted with an agent-specific hash and compressed by level-9 zlib. Follow the steps below to decrypt and de-compress the file for the usage.

The command will prompt a passphrase stdin. The passphrase for docker/non-docker env below will be the revision tag. E.g. v1.hokkaido.213.

The quickest way to obtain this release is via docker-

For Docker Env

docker run -it -e AGENT_REV=v1.hokkaido.213 enterpriseconnect/agent:v1 -ver

To Decrypt/Output An Agent Binary

To decrypt an agent binary for a connectivity usage, the following docker command may be used-

# the example is set for Windows binary only. please download a reciprocal binary for other OS. 
# download an agent binary
wget https://raw.githubusercontent.com/EC-Release/sdk/v1/dist/agent_windows_sys.ec
# decrypt the above artifact, and output the binary for the usage. 
docker run -it -v $(pwd):/ec enterpriseconnect/agent:v1.2 -dec -fil /ec/agent_windows_sys.ec

The command will also prompt a passphrase check and following passing the check, it will produce a .bak binary. The file could be renamed to .exe if it were for the Windows usage.

For Non-Docker Env

[1] install the latest helper, or-
[2] download the helper. See the compatibility matrix for decrypt/decompress version.
[3] download the v1.213 binary
[4] the command to decrypt and de-compress the binary as follows-

agent -dec -fil <file path downloaded from [2] >

Users may avoid the stdin prompt by following the instruction here

Download Binaries

Download here

v1.hokkaido.213.lib (Release Library)

v1beta.fukuoka.1728 (release candidate)

03 Dec 17:47
Compare
Choose a tag to compare
Pre-release

The release candidate is built upon the library v1beta.fukuoka.1728.lib to fix the http proxy #146

Download here

v1beta.fukuoka.1728.lib (candidate library)

03 Dec 17:47
Compare
Choose a tag to compare

v1beta.fukuoka.1727 (release candidate)

18 Nov 05:10
Compare
Choose a tag to compare
Pre-release

The candidate is built for the library v1beta.fukuoka.1727.lib to address the trackers #121 #122 #124 #125, and enhancements as follows-

  • Support proxy/noproxy environment setting.

Download here

v1beta.fukuoka.1727.lib (candidate library)

17 Nov 23:36
Compare
Choose a tag to compare

This candidate library extended basic functionality from v1beta.fukuoka.1726.lib and added the following update

  • add security remediation [3699] #125
  • add security remediation [3702] #122
  • remove FT for security remediation [3703] #124
  • remove loopback address from whitelist [3704] #121
  • enhance proxy/noproxy.

documents