#geodesic (2023-03)
Discussions related to https://github.com/cloudposse/geodesic
Archive: https://archive.sweetops.com/geodesic/
2023-03-09
v1.8.1 includes security patches Included Tools Update dependency cryptography to v39.0.1 [SECURITY] @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1575679947” data-permission-text=”Title is private”…
Included Tools
Update dependency cryptography to v39.0.1 [SECURITY] @renovate (#832) This PR contains the following updates:
Package Change Age Adoption Passing Confidence
cryptography …
v1.9.0 Update alpine Docker tag to v3.17.2 @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1580375453” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/833“…
Update alpine Docker tag to v3.17.2 @renovate (#833) This PR contains the following updates:
Package Type Update Change
alpine final patch 3.17.1 -> 3.17.2
alpine stage patch 3.17.1 -> 3.17.2
This PR contains the following updates:
Package Type Update Change
alpine final patch 3.17.1 -> 3.17.2
alpine stage patch 3.17.1 -> 3.17.2
Configuration Schedule: Branch creation - A…
v1.9.0 Update Alpine v3.17.1 -> v3.17.2 Update Alpine v3.17.1 -> v3.17.2 @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1580375453” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/833“…
2023-03-16
v1.9.1 Included Tools Update dependency cryptography to v39.0.2 @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1618079728” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/835“…
Included Tools
Update dependency cryptography to v39.0.2 @renovate (#835) This PR contains the following updates:
Package Change Age Adoption Passing Confidence
cryptography (changelog)…
This PR contains the following updates:
Package Change Age Adoption Passing Confidence
cryptography (changelog) ==39.0.1 -> ==39.0.2
Release Notes
pyca/cryptography v39.0.2 Compare …
v2.0.0 Breaking changes, Apple M1 support Enhancements Initial support for ARM @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1626510186” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/837” data-hovercard-type=”pull_request”…
Enhancements Initial support for ARM @Nuru (#837) Breaking changes In addition to the changes listed below, this release may bring unexpected breaking changes, ironically due to support for ARM. …
Nuru has 21 repositories available. Follow their code on GitHub.
Breaking changes In addition to the changes listed below, this release may bring unexpected breaking changes, ironically due to support for ARM. Previously, if you built a Docker image based on Geo…
2023-03-21
v2.0.0 Breaking changes, Apple M1 support Enhancements Initial support for ARM @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1626510186” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/837” data-hovercard-type=”pull_request”…
Enhancements Initial support for ARM @Nuru (#837) Breaking changes (building) In addition to the changes listed below, this release may bring unexpected breaking changes, ironically due to suppor…
Nuru has 21 repositories available. Follow their code on GitHub.
Breaking changes In addition to the changes listed below, this release may bring unexpected breaking changes, ironically due to support for ARM. Previously, if you built a Docker image based on Geo…
2023-03-27
v2.0.0 Breaking changes, Apple M1 support Enhancements Initial support for ARM @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1626510186” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/837” data-hovercard-type=”pull_request”…
Enhancements Initial support for ARM @Nuru (#837) Breaking changes (building) In addition to the changes listed below, this release may bring unexpected breaking changes, ironically due to suppor…
Nuru has 21 repositories available. Follow their code on GitHub.
Breaking changes In addition to the changes listed below, this release may bring unexpected breaking changes, ironically due to support for ARM. Previously, if you built a Docker image based on Geo…
2023-03-28
@Matt Gowie are you still using Podman? https://github.com/cloudposse/geodesic/pull/795/files
On and off, yes. I will say, once we got rid of docker desktop internally, docker itself isn’t a big deal. It was more the bloatware of the docker desktop VM that we were trying to move away from.
@Jeremy G (Cloud Posse) this is a small PR that makes it easier to use Podman and other docker alternatives. Any concerns?
@Matt Gowie I’m a little worried about the slippery slope, here. Lots more than the wrapper to update. Can you achieve satisfactory results with a simple
ln -s /usr/local/bin/podman /usr/local/bin/docker
on your host?
I remember trying that and it not being that simple for some reason. It has been a while. I personally would close that PR as I agree with you Jeremy. If we were more driven to get Podman support into geodesic I’d be pushing for it, but it just hasn’t come up as too big of a problem recently and I have team members (myself included) running both.
@Erik Osterman (Cloud Posse) if the simple substitution of podman
for docker
does not work without a hitch, I do not want to try to support podman
this way. It’s extra work for us that we won’t dogfood and don’t have tests for.