Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stage1-fly-1.30.0-linux-amd64.aci | 2018-04-16 | 7.7 MB | |
stage1-fly-1.30.0-linux-amd64.aci.asc | 2018-04-16 | 488 Bytes | |
stage1-kvm-1.30.0-linux-amd64.aci | 2018-04-16 | 53.4 MB | |
stage1-kvm-1.30.0-linux-amd64.aci.asc | 2018-04-16 | 488 Bytes | |
rkt-v1.30.0.tar.gz | 2018-04-16 | 106.8 MB | |
rkt-v1.30.0.tar.gz.asc | 2018-04-16 | 488 Bytes | |
stage1-coreos-1.30.0-linux-amd64.aci | 2018-04-16 | 39.5 MB | |
stage1-coreos-1.30.0-linux-amd64.aci.asc | 2018-04-16 | 488 Bytes | |
rkt-1.30.0-1.x86_64.rpm | 2018-04-16 | 107.0 MB | |
rkt-1.30.0-1.x86_64.rpm.asc | 2018-04-16 | 488 Bytes | |
rkt_1.30.0-1_amd64.deb.asc | 2018-04-16 | 488 Bytes | |
rkt_1.30.0-1_amd64.deb | 2018-04-16 | 107.1 MB | |
README.md | 2018-04-16 | 3.0 kB | |
v1.30.0.tar.gz | 2018-04-16 | 3.7 MB | |
v1.30.0.zip | 2018-04-16 | 4.9 MB | |
Totals: 15 Items | 430.1 MB | 0 |
This release includes some small command line tweaks and adds support for CRI logging in iottymux which is required by rktlet. It also fixes a number of bugs, adds a lot of new documentation, and updates some dependencies.
New features
- status: added read from uuid-file (#3860).
- stage0/run: relax '--hosts-entry' parser (#3833).
- iottymux: store logs for kubelet in the appropriate location (#3798). This change is made for rktlet. iottymux will store the logs directly in the CRI format.
- rkt: add AWS auth headerer support to
rkt config
(#3910).
Bugfixes
- kvm: solve certain routing issues by using the same default bridge as CNI (#3905).
- networking/portfwd: fix compare routeLocalnetValue (#3897).
- list: add ip of non-running pods to status output (#3857).
- stage1: execute pre-start/post-stop hooks as privileged (#3844). Even if we run the container as an unprivileged user.
- stage1-fly/run: allow non absolute commands to be run (#3845).
- rkt: prevent skipping some images in image gc (#3858).
- rkt: skip parsing in case of an empty string (#3822). Fix issue where
rkt app add
fails with an error message likemust give only one app
, even when only one app name is given.
Build system
- scripts: Add libfdt to install deps (#3834). libfdt-dev is needed when building kernels for architectures that support a device tree.
- makelib: Fix go-find-directories symlink problem (#3824).
- scripts: adding missing dependecies to debian dependency installer (#3829).
- scripts/build-pkgs: use RPM file dependency for shadow tools (#3904).
Other changes
- Lots of documentation updates.
- selinux: Update to latest (#3818).
- travis: update go versions (#3821).
- vendor: bump docker2aci to v0.17.1 (#3835). It fixes an image pulling bug for some images in GCR.
- Fixes all the misspell (#3870).
- stage1/usr_from_coreos: add new image signing subkey 0638EB2F (#3902).
- tests: Use semaphore install-package (#3827).
- tests: Add verbose flag to build-and-run-tests.sh (#3819).