commit 82e07533899319719ee62914f472be6f95df7b5f
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Aug 8 17:34:55 2022 -0500
Release v4.11.0 Initial
M README.md
commit 253e957c1438867d9f5ca8d8b4e7c97fd1757f69
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Aug 8 17:34:44 2022 -0500
build: update to v4.10.0
M go.mod
M go.sum
commit b199c5853d0152ef5923b552e3488914bc5a875f
Author: Tim Bosse <tim@rackn.com>
Date: Wed Jul 20 09:39:05 2022 -0400
feat(context): update context
Update to v1.2.6
Fixes rackn/provision-content#449
M cmds/docker-context/content/contexts/drpcli-runner.yaml
commit 488ed2541d9d71e0e12115b0a45785f540d07ce2
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jul 19 17:56:24 2022 -0500
doc: fix formating issue in doc
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
M cmds/docker-context/content/meta.yaml
commit a9638aaf78d7a72b0f05d490305aa2e9a5f842d0
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jul 19 14:10:17 2022 -0500
fix: Fallback on the bind mount to copying if container create fails.
This is a global option so if docker or podman is updated, the
plugin should be restart to take advantage of the new supported flags.
M cmds/docker-context/docker.go
commit 4df03133dae87fc6cbb4689a4d6234c1fdfd7f9f
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Jul 19 13:15:29 2022 -0500
fix(docker-context): Use `ro` for `readonly` when running Podman.
Podman has had support for read-only bind-mounts for a long time, assuming
the kernel supports it. It uses the `ro` flag for this, following ages-old
mount and fstab conventions. Docker chose to use the `readonly` flag for this
instead. Podman added suport for `readonly` only with the 2.0.0 release.
When we are using podman, use `ro` unconditionally for read-only bind mounts.
M cmds/docker-context/docker.go
commit 80213f381cc0df73c6f77038401a9f4ee052e606
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jul 18 13:35:37 2022 -0500
fix: update go mod refs so that billing doesn't crash on define
M cmds/billing/billing.go
M go.mod
M go.sum
commit 1e92f57ff68ee226818a04126cba2eab75571929
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Jul 14 20:08:55 2022 -0500
refactor(billing): expand billing plugin to capture clusters and resource broker activity. issue #4
M cmds/billing/billing-object.go
M cmds/billing/billing.go
M go.sum
commit 7ec4144692117fe295678d32dc89aa673dd72825
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jun 27 19:33:45 2022 -0500
feat(docker-context): allow machine to specify exposed ports
Fixes rackn/product-backlog#227
M cmds/docker-context/docker.go
commit 04f41a9b0d451280b0161e35e7e3acb84660bd87
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sun Jun 19 22:40:32 2022 -0500
feat(guac): Allow for container to publish ports
TODO: Allow Machine to also specify the ports to expose
Fixes rackn/product-backlog#217
M cmds/docker-context/docker.go
commit f538281da8cdc1f6eb5d75a94575332a5c24a37a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 8 14:43:29 2022 -0500
doc: update rel notes and don't publish doc unless tip
M tools/build_rel_notes.sh
M tools/publish.sh
commit c520712a1a96f9d3f70b9a274eb556681b7598ef
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sat Mar 5 13:49:31 2022 -0600
build(darwin): Add support for Apple Silicon.
Add support for building on and running on Apple Silicion based systems.
Also switch gitlab-ci.yml over to building on the updated containers.
M .gitlab-ci.yml
M go.mod
M go.sum
M tools/build.sh
End of Note