Skip to content

Latest commit

 

History

History
115 lines (75 loc) · 7.61 KB

File metadata and controls

115 lines (75 loc) · 7.61 KB

v2.0.0-rc2 -> v2.0.0

Maintenance

  • c3afeb8 README.md: remove beta status

v2.0.0-rc1 -> v2.0.0-rc2

v2.0.0-beta4 -> v2.0.0-rc1

Fixes

  • dcca9e0 glide: add alias for speter.net/go/exp/math/dec/inf

Maintenance

  • 15242fd Dockerfile: Refactor image to use ubuntu-slim
  • 7b288c0 rootfs,mc/Dockerfile: DEIS_RELEASE -> WORKFLOW_RELEASE

v2.0.0-beta3 -> v2.0.0-beta4

Features

  • a89d78e secret: use objectstorage secret for creds than minio user secret

Documentation

  • 5f2cab2 CHANGELOG.md: update for v2.0.0-beta3

v2.0.0-beta2 -> v2.0.0-beta3

Maintenance

  • ab4e628 .travis.yml: Deep six the travis -> jenkins webhooks

v2.0.0-beta1 -> v2.0.0-beta2

Features

  • 98c3647 _scripts: add CHANGELOG.md and generator script

Fixes

  • 0c71217 (all): resolve build and container start issues

Maintenance

  • e7f7ca1 Makefile: update to go-dev:0.9.1

2.0.0-alpha -> v2.0.0-beta1

Features

  • 3f3f0f1 mutable: add support for mutable image build
  • a378431 boot: allow minio host/port information to be configurable
  • ebe442d .travis.yml: have this job notify its sister job in Jenkins

Fixes

  • f931225 .travis.yml: run docker build on PRs as well
  • addf8e6 boot.go: check previously-unchecked error
  • 97e5f40 rootfs/bin: remove the miniostarter binary
  • 465ad45 manifests/deis-minio-rc.yaml: fix container port to match the health server port
  • 8a743ba boot.go,src/healthsrv: add readiness and liveness probes
  • 20633be Makefile: add a glideup build target
  • 7d4cd3f Makefile: remove docker-build dependency from docker-push
  • 26f2efa rootfs/Dockerfile: move from ubuntu-debootstrap to ubuntu
  • feb91e4 Makefile: upgrade to v0.4.0 of the dev image
  • 9cf830e mc/Dockerfile: make the mc image use alpine:3.3
  • b73960d Dockerfile: run the server without alpine support
  • 1bb5971 rootfs/Dockerfile,mc/Dockerfile: set DOCKERIMAGE environment variables

Maintenance

  • cafaace Makefile,glide.yaml,glide.lock: use quay.io/deis/go-dev:0.5.0
  • fbb0289 Dockerfile: remove top level dockerfile, as it's not used
  • dca27fe release: bump version to v2-beta

2.0.0-alpha

Features

  • b2a6281 (all): add to travis
  • d8eafd7 Makefile,install.sh: build the minio server outside of docker build
  • 8c03dc4 (all): configuring minio with SSL certs
  • 41a9e75 (all): build mc from master, push, make pod available for testing
  • 6a08d26 Makefile, genssl/gen.sh: add script and makefile target for generating SSL certs

Fixes

  • e45ea61 glide.lock,glide.yaml: revert to old version of pkg/aboutme
  • e65fcbf deploy.sh: build the binary before build/push container
  • 036b8f3 (all): run minio server without ssl
  • f9410bc (all): fix travis build
  • b43ff60 Makefile: replace only deis images in mc and mc-integration manifests
  • 239a694 Makefile: use git sha for VERSION
  • 66360fe Makefile: enumerate both the admin and user secrets
  • a8a4aba Makefile: adding image prefix
  • 29015fa boot.go: running with minio-user credentials for now
  • c5695c4 deis-mc-pod: fixing merge errors
  • 2476a69 (all): vendoring packages
  • ae1030c makefile: fix missing separator error
  • 435b2d8 Makefile: fixing left over merge conflict

Documentation

  • 8552483 README.md: add more docs to the readme, to match other repos
  • 8d18ede README.md,_docs/README.md: add install and usage instructions

Maintenance

  • 6ba2830 release: set version and lock to deis registry
  • e72fb05 glide: add lockfile, use glide 0.8
  • 1a7a9a2 Dockerfile: add DEIS_VERSION