Skip to content

v0.0.1

@cgwalters cgwalters tagged this 20 Sep 12:29
This is the first release tag.  Picking an arbitrary starting
point of:

```
$ git rev-parse 'master@{2 weeks ago}'
c24bad0df0cf66eea988805bd7dfba236fa6a3b0
```

The biggest change in this release is that we
removed Docker (after a few false starts).  One
consequence of this is that we lost the systemd
units for docker-storage-setup (confusingly they
live in the `docker` RPM), and we decided to press
forward and drop LVM for the rootfs `/` (though
the packages are still there and usable for other
partitions users may create).  We ended up taking
the partitioning layout being developed
for Fedora CoreOS.

Using non-LVM for `/` tripped a bug in dracut, and it
took quite a while for us to debug that - thanks
Dusty!

The AMI is now public, which should solve a lot
of issues various Red Hat teams had with
particpating in OpenShift 4 development.  However,
the AMI identifiers are still internal.  For more
information, see the document:
https://url.corp.redhat.com/redhat-coreos

We have switched our source for cri-o to be
a repository maintained by the containers runtime team.

Some minor fixes were made to the pipeline;
however the focus of a lot of development for
a "V2" of the pipeline is happening in
https://github.com/coreos/coreos-assembler/

There are some other minor changes; for example,
we dropped /usr/bin/lua that nothing was using, in
the interest of having fewer interpreters on the host.

Here's the output of `git shortlog 'master@{2 weeks ago}'..`:

```
Colin Walters (13):
      Makefile: Drop RPM-GPG bits here too
      manifest/maipo: Drop tuned
      ootpa: Add coreos-metadata repo
      Add an OWNERS file
      Rename maipo repos to use that name
      maipo: Delete lua interpreters
      maipo: Update repos to use latest compose
      oopta: Add cri-o-tested repo here too
      jenkins: Create a prepare_configuration() helper
      Drop LVM, use custom growpart wrapper
      cloud: Switch to use sda2 for root
      jenkins/cloud: Drop qcow2-to-vagrant
      maipo: Add some comments around repo origins

Dusty Mabe (1):
      cloud: Specify eth0 for now for ip= line to ensure networking

Jonathan Lebon (2):
      ci: Also syntax check YAML files
      ci: Adapt for coreos-assembler

Kirsten G (2):
      make RHCOS AMI public after kola tests run successfully
      remove outdated aws modify image attribute command

Micah Abbott (1):
      cloud: fix archive of qcow2 image

OpenShift Merge Robot (22):
      Merge pull request #276 from cgwalters/ootpa-metadata
      Merge pull request #277 from cgwalters/owners
      Merge pull request #267 from cgwalters/drop-tuned
      Merge pull request #278 from cgwalters/maipo-repo-naming
      Merge pull request #279 from cgwalters/drop-lua-interp
      Merge pull request #280 from jlebon/pr/yaml-check
      Merge pull request #282 from jlebon/pr/prow
      Merge pull request #283 from ashcrow/drop-docker
      Merge pull request #286 from cgwalters/maipo-repos
      Merge pull request #287 from ashcrow/revert-docker-removal
      Merge pull request #288 from yuqi-zhang/switch-crio
      Merge pull request #290 from ashcrow/revert-revert
      Merge pull request #291 from cgwalters/ootpa-crio
      Merge pull request #292 from cgwalters/ootpa-crio
      Merge pull request #294 from cgwalters/no-lvm-custom-growpart
      Merge pull request #295 from cgwalters/pipeline-label
      Merge pull request #297 from cgwalters/drop-vagrant
      Merge pull request #300 from dustymabe/dusty
      Merge pull request #302 from cgwalters/force-recompose
      Merge pull request #303 from miabbott/fix_qcow2_archive
      Merge pull request #305 from ashcrow/move-pivot
      Merge pull request #304 from kikisdeliveryservice/public-rhcos-ami

Steve Milner (7):
      host-maipo.yaml: Drop docker from compose
      rdgo/overlay.yml: No longer build docker
      Revert "host-maipo.yaml: Drop docker from compose"
      Revert "rdgo/overlay.yml: No longer build docker"
      Revert "Revert "rdgo/overlay.yml: No longer build docker""
      Revert "Revert "host-maipo.yaml: Drop docker from compose""
      rdgo: Move pivot to openshift namespace

Yu Qi Zhang (1):
      Switch to faster moving cri-o rpms
```

Git-EVTag-v0-SHA512: d4e27089a3f6bd9c92eb368223867c7ca19ad770f636b0dd40f11636ab1d512d781d822b0db81e1817465417cc479b3d42ab001f917c8ecbb2326de85649a65b
Assets 2
Loading