eden icon indicating copy to clipboard operation
eden copied to clipboard

Eden is where EVE and Adam get tried and tested:

Results 73 eden issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12. Release notes Sourced from github.com/opencontainers/runc's releases. runc 1.1.12 -- "Now you're thinking with Portals™!" This is the twelfth patch release in the 1.1.z release...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 20.10.27+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.27 For a full list of pull requests and changes in this release, refer to the relevant GitHub...

dependencies

Add a few more security test, overall : * check if kernel module signing is enabled. * check if there are any unconfined processes running on the system. * check...

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.18 to 1.6.26. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.6.26 Welcome to the v1.6.26 release of containerd! The twenty-sixth patch release for containerd 1.6 contains various...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

### What Currently, jobs in test.yml are running following matrix: ```yaml smoke: continue-on-error: true strategy: matrix: file_system: ['ext4', 'zfs'] tpm: [true, false] ``` Which generates following name: ```Smoke tests (ext4,...

enhancement
good first issue

This continues work on removing viper from openevec package so that we can create default configuration structure and use it to call openevec functions in golang. In this PR use...

We try to calculate state of EdgeNode and objects inside of it. We construct the state based on info and metric messages from the controller. Info and metric messages are...

# Description openevec module takes configuration struct (currently named EdenSetupArgs) removing dependency of reading from file we decoupling dependencies and make it easier to work. This is necessary before writing...

enhancement