mischief 
							
						 
					 
					
						
						
						
						
							
						
						
							e91b8b66ff 
							
						 
					 
					
						
						
							
							net-fs/nfs-utils: do not install exports file into /etc  
						
						... 
						
						
						
						see coreos/bugs#147  
						
						
					 
					
						2015-03-05 15:42:10 -08:00 
						 
				 
			
				
					
						
							
							
								mischief 
							
						 
					 
					
						
						
						
						
							
						
						
							05ad8db3ba 
							
						 
					 
					
						
						
							
							net-fs/nfs-utils: remove unused .initd files  
						
						
						
						
					 
					
						2015-03-05 15:38:55 -08:00 
						 
				 
			
				
					
						
							
							
								mischief 
							
						 
					 
					
						
						
						
						
							
						
						
							e3a0af0fd2 
							
						 
					 
					
						
						
							
							net-fs/nfs-utils: import from portage-stable  
						
						
						
						
					 
					
						2015-03-05 14:52:08 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							2a39767f72 
							
						 
					 
					
						
						
							
							Revert "sys-apps/systemd: mark systemd-219 stable on amd64"  
						
						... 
						
						
						
						This reverts commit 7869b14e10a1c9036d3f7e076c894c8faa8ce8f4. 
						
						
					 
					
						2015-03-05 12:09:00 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							a8149e5155 
							
						 
					 
					
						
						
							
							etcd: bump ebuild revisions  
						
						
						
						
					 
					
						2015-03-04 17:50:45 -08:00 
						 
				 
			
				
					
						
							
							
								Chris Armstrong 
							
						 
					 
					
						
						
						
						
							
						
						
							442fb9633c 
							
						 
					 
					
						
						
							
							etcd: use LimitNOFILE for etcd service  
						
						... 
						
						
						
						Docker and flannel already use these, and we've seen issues where
etcd runs out of file handles.
[marineam: not a sure-fire *fix* for etcd but should help 0.4.7 limp along] 
						
						
					 
					
						2015-03-04 17:49:17 -08:00 
						 
				 
			
				
					
						
							
							
								Nick Owens 
							
						 
					 
					
						
						
						
						
							
						
						
							531332bfca 
							
						 
					 
					
						
						
							
							Merge pull request  #1130  from mischief/libtirpc-usr  
						
						... 
						
						
						
						net-libs/libtirpc: move netconfig file into /usr 
						
						
					 
					
						2015-03-04 12:28:47 -08:00 
						 
				 
			
				
					
						
							
							
								mischief 
							
						 
					 
					
						
						
						
						
							
						
						
							95de4e2e4a 
							
						 
					 
					
						
						
							
							net-libs/libtirpc: move netconfig file into /usr  
						
						
						
						
					 
					
						2015-03-04 12:27:34 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							03c6fe9724 
							
						 
					 
					
						
						
							
							sys-apps/systemd: mark systemd-219 stable on amd64  
						
						
						
						
					 
					
						2015-03-04 12:14:50 -08:00 
						 
				 
			
				
					
						
							
							
								Chris Armstrong 
							
						 
					 
					
						
						
						
						
							
						
						
							dcd5f0915e 
							
						 
					 
					
						
						
							
							app-admin/flannel: lower file descriptor limit  
						
						
						
						
					 
					
						2015-03-03 22:05:20 -08:00 
						 
				 
			
				
					
						
							
							
								Eugene Yakubovich 
							
						 
					 
					
						
						
						
						
							
						
						
							f793b0439e 
							
						 
					 
					
						
						
							
							Merge pull request  #1126  from eyakubovich/master  
						
						... 
						
						
						
						flannel: add a volume for SSL files 
						
						
					 
					
						2015-03-03 21:59:45 -08:00 
						 
				 
			
				
					
						
							
							
								Eugene Yakubovich 
							
						 
					 
					
						
						
						
						
							
						
						
							d4553d2b48 
							
						 
					 
					
						
						
							
							flannel: add a volume for SSL files  
						
						... 
						
						
						
						Fixes https://github.com/coreos/bugs/issues/291  
						
						
					 
					
						2015-03-03 21:58:38 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							10f3130d41 
							
						 
					 
					
						
						
							
							etcd: add v2.0.4  
						
						
						
						
					 
					
						2015-03-03 20:56:18 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							d9f1dadffb 
							
						 
					 
					
						
						
							
							etcd: enable slotting by internal protocol  
						
						... 
						
						
						
						To support the transition to 2.0 both the new and old versions need to
be installed side-by-side. However there will still only be one 'etcd'
binary so one of the installed slots needs to provide it.
How this works:
 - `ETCD_PROTOCOLS="1"` install etcd 0.4.x as only version.
 - `ETCD_PROTOCOLS="1 2"` install etcd 0.4.x and 2.0 in parallel.
 - `ETCD_PROTOCOLS="2"` install etcd 2.0 as only version. 
						
						
					 
					
						2015-03-03 20:56:18 -08:00 
						 
				 
			
				
					
						
							
							
								mischief 
							
						 
					 
					
						
						
						
						
							
						
						
							96ab463744 
							
						 
					 
					
						
						
							
							net-libs/libtirpc: bump to 0.2.5  
						
						
						
						
					 
					
						2015-03-03 17:04:01 -08:00 
						 
				 
			
				
					
						
							
							
								Nick Owens 
							
						 
					 
					
						
						
						
						
							
						
						
							71e658a8da 
							
						 
					 
					
						
						
							
							Merge pull request  #1123  from mischief/import-libtirpc  
						
						... 
						
						
						
						net-libs/libtirpc: import from portage-stable 
						
						
					 
					
						2015-03-03 13:47:31 -08:00 
						 
				 
			
				
					
						
							
							
								mischief 
							
						 
					 
					
						
						
						
						
							
						
						
							471147bbf2 
							
						 
					 
					
						
						
							
							net-libs/libtirpc: import from portage-stable  
						
						
						
						
					 
					
						2015-03-03 13:41:42 -08:00 
						 
				 
			
				
					
						
							
							
								Eugene Yakubovich 
							
						 
					 
					
						
						
						
						
							
						
						
							d8a3f24527 
							
						 
					 
					
						
						
							
							flannel: add .network file to ignore ifaces  
						
						
						
						
					 
					
						2015-03-02 13:36:01 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							bf0f3dd5bf 
							
						 
					 
					
						
						
							
							Merge pull request  #1121  from marineam/kernel  
						
						... 
						
						
						
						coreos-kernel: upgrade to 3.19 
						
						
					 
					
						2015-02-27 18:07:18 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							7a31d2c579 
							
						 
					 
					
						
						
							
							coreos-kernel: enable ram disk module  
						
						... 
						
						
						
						Fixes https://github.com/coreos/coreos-overlay/issues/1120  
						
						
					 
					
						2015-02-27 17:57:27 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							295adabf03 
							
						 
					 
					
						
						
							
							coreos-kernel: upgrade to 3.19  
						
						
						
						
					 
					
						2015-02-27 16:55:46 -08:00 
						 
				 
			
				
					
						
							
							
								Brian Waldon 
							
						 
					 
					
						
						
						
						
							
						
						
							d767110d57 
							
						 
					 
					
						
						
							
							app-admin/fleet: bump to v0.9.1  
						
						
						
						
					 
					
						2015-02-27 14:49:36 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							c76df5fb2c 
							
						 
					 
					
						
						
							
							Merge pull request  #1118  from marineam/sdk  
						
						... 
						
						
						
						baselayout: create default passwd/group files in the SDK 
						
						
					 
					
						2015-02-25 18:28:59 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							c3a6b33995 
							
						 
					 
					
						
						
							
							baselayout: create default passwd/group files in the SDK  
						
						... 
						
						
						
						This has always been done in the past by scripts/sdk_lib/make_chroot.sh
and is required to support adding new users and groups (the add commands
will not create these files themselves). Most users ebuilds add on the
fly are covered by our static group file here so this doesn't come up.
However dnsmasq was just added to the SDK and its ebuild adds a dnsmasq
user. We have no need for that user in production CoreOS images so no
point in adding it to the static list.
Without this `bootstrap_sdk` fails. Nothing else really changes. 
						
						
					 
					
						2015-02-25 18:14:45 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							e656c75298 
							
						 
					 
					
						
						
							
							Merge pull request  #1117  from marineam/mantle  
						
						... 
						
						
						
						mantle: update to include some recent kola fixes 
						
						
					 
					
						2015-02-25 17:16:04 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							3bb55b71d3 
							
						 
					 
					
						
						
							
							sdk-depends: include mantle in SDK by default  
						
						
						
						
					 
					
						2015-02-25 17:02:41 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							36c2bceb9c 
							
						 
					 
					
						
						
							
							mantle: update for kola fixes, depend on dnsmasq  
						
						
						
						
					 
					
						2015-02-25 17:02:41 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							b92fb02ba9 
							
						 
					 
					
						
						
							
							coreos-init: remove domain name from issue  
						
						
						
						
					 
					
						2015-02-24 14:46:40 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							3d92963cd1 
							
						 
					 
					
						
						
							
							coreos-base/coreos-cloudinit: bump to v1.3.3  
						
						
						
						
					 
					
						2015-02-24 12:29:05 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							cabf2debd3 
							
						 
					 
					
						
						
							
							sys-apps/iproute2: add CoreOS specific changes  
						
						
						
						
					 
					
						2015-02-23 12:32:05 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							ce5c29aefb 
							
						 
					 
					
						
						
							
							sys-apps/iproute2: sync with upstream and prune  
						
						
						
						
					 
					
						2015-02-23 11:44:37 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							f30371423b 
							
						 
					 
					
						
						
							
							Merge pull request  #1110  from marineam/glibc  
						
						... 
						
						
						
						Glibc 2.19, take 2 
						
						
					 
					
						2015-02-22 18:11:48 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							abfe9fe1f5 
							
						 
					 
					
						
						
							
							sys-apps/systemd: bump to v219  
						
						
						
						
					 
					
						2015-02-21 08:41:44 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							45b76348dc 
							
						 
					 
					
						
						
							
							profiles: enable gcrypt for systemd  
						
						
						
						
					 
					
						2015-02-20 16:23:09 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							541bdd8a75 
							
						 
					 
					
						
						
							
							profiles: enable lzma on systemd  
						
						
						
						
					 
					
						2015-02-19 20:42:53 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							2771158a36 
							
						 
					 
					
						
						
							
							profiles: unmask glibc 2.19  
						
						... 
						
						
						
						Upgrading libc should be safe now that coreos-postinst is fixed. 
						
						
					 
					
						2015-02-19 14:50:52 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							62b22e7d64 
							
						 
					 
					
						
						
							
							update_engine: fix cgpt call in postinst script  
						
						
						
						
					 
					
						2015-02-19 14:50:52 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							e2af50d710 
							
						 
					 
					
						
						
							
							Merge pull request  #1109  from crawford/cloudinit  
						
						... 
						
						
						
						coreos-base/coreos-cloudinit: bump to v1.3.2 
						
						
					 
					
						2015-02-18 12:53:57 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							f8c8cf5906 
							
						 
					 
					
						
						
							
							coreos-base/coreos-cloudinit: bump to v1.3.2  
						
						
						
						
					 
					
						2015-02-18 11:17:48 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							074f533f93 
							
						 
					 
					
						
						
							
							mantle: build kola  
						
						... 
						
						
						
						Add support for cgo to the go eclass and start building kola! 
						
						
					 
					
						2015-02-18 10:21:19 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							af1b4784fc 
							
						 
					 
					
						
						
							
							app-emulation/waagent: correct ebuild  
						
						... 
						
						
						
						The SSH patch wasn't actually being applied because the ebuild silently
failed with "epatch: command not found". 
						
						
					 
					
						2015-02-17 16:37:08 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							04b02cbfcc 
							
						 
					 
					
						
						
							
							app-admin/locksmith: bump to 0.2.3  
						
						
						
						
					 
					
						2015-02-17 10:35:54 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Polvi 
							
						 
					 
					
						
						
						
						
							
						
						
							291f019142 
							
						 
					 
					
						
						
							
							Merge pull request  #1104  from polvi/rkt-bump  
						
						... 
						
						
						
						rkt: bump 0.3.2 
						
						
					 
					
						2015-02-16 14:23:59 -08:00 
						 
				 
			
				
					
						
							
							
								Eugene Yakubovich 
							
						 
					 
					
						
						
						
						
							
						
						
							eff524ba96 
							
						 
					 
					
						
						
							
							flannel: load iptables kmod prior to start  
						
						... 
						
						
						
						flannel execs iptables which will try to load the
proper kernel mod if needed but that doesn't work
from container.
Fixes https://github.com/coreos/bugs/issues/270  
						
						
					 
					
						2015-02-16 12:58:18 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Polvi 
							
						 
					 
					
						
						
						
						
							
						
						
							be286bab7e 
							
						 
					 
					
						
						
							
							rkt: bump 0.3.2  
						
						
						
						
					 
					
						2015-02-15 15:03:09 -05:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							e3b6a70eac 
							
						 
					 
					
						
						
							
							Revert "Merge pull request  #1098  from crawford/cloudinit"  
						
						... 
						
						
						
						This reverts commit 7fac1e1120a58865fbcca92de278fcc19b345714, reversing
changes made to b2f74acf76bef7f00bf88cbabeae2f66e24fa4ef. 
						
						
					 
					
						2015-02-13 19:16:19 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							b76da2278c 
							
						 
					 
					
						
						
							
							Revert "Merge pull request  #1102  from crawford/cloudinit"  
						
						... 
						
						
						
						This reverts commit 16d22e022ebaf1238d20287efc6f9aee7d363d50, reversing
changes made to 7948a0d0e2fc22724cfa13c1098806a7e8e9e750. 
						
						
					 
					
						2015-02-13 19:16:04 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							c6fec8ca13 
							
						 
					 
					
						
						
							
							coreos-base/coreos-cloudinit: bump to v1.3.1  
						
						
						
						
					 
					
						2015-02-13 11:36:50 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Crawford 
							
						 
					 
					
						
						
						
						
							
						
						
							be7810e828 
							
						 
					 
					
						
						
							
							app-admin/flannel: bump to 0.3.0  
						
						
						
						
					 
					
						2015-02-11 17:55:57 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Marineau 
							
						 
					 
					
						
						
						
						
							
						
						
							12734f36b9 
							
						 
					 
					
						
						
							
							Merge pull request  #1096  from marineam/coreutils  
						
						... 
						
						
						
						Update coreutils to 8.23 
						
						
					 
					
						2015-02-11 17:34:42 -08:00