#geodesic (2022-04)

geodesic https://github.com/cloudposse/geodesic

Discussions related to https://github.com/cloudposse/geodesic

Archive: https://archive.sweetops.com/geodesic/

2022-04-02

Release notes from geodesic avatar
Release notes from geodesic
05:00:27 AM

v0.152.5 Included Tools Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1190459518” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/779” data-hovercard-type=”pull_request”…

Release v0.152.5 · cloudposse/geodesicattachment image

Included Tools Update AWS CLI packages @renovate (#779) This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.82 -> ==…

renovate - Overview

renovate has one repository available. Follow their code on GitHub.

Update AWS CLI packages by renovate[bot] · Pull Request #779 · cloudposse/geodesicattachment image

This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.82 -> ==1.22.87 boto3 ==1.21.27 -> ==1.21.32 Release No…

2022-04-04

2022-04-16

Release notes from geodesic avatar
Release notes from geodesic
06:10:18 PM

v1.0.0 Initial release with production Semantic Versioning Initial release with production Semantic Versioning, part of Cloud Posse’s general policy to convert to production versioning as we make updates to relatively mature code. Changes since v0.152.5: Included Tools Update AWS CLI packages <a class=”user-mention notranslate” data-hovercard-type=”user” data-hovercard-url=”/users/renovate/hovercard” data-octo-click=”hovercard-link-click” data-octo-dimensions=”link_type:self”…

Release v1.0.0 Initial release with production Semantic Versioning · cloudposse/geodesicattachment image

Initial release with production Semantic Versioning, part of Cloud Posse’s general policy to convert to production versioning as we make updates to relatively mature code. Changes since v0.152.5:

Semantic Versioning 2.0.0

Semantic Versioning spec and website

2022-04-23

Release notes from geodesic avatar
Release notes from geodesic
08:20:19 PM

v1.0.1 Included Tools Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1213008833” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/781“…

Release v1.0.1 · cloudposse/geodesicattachment image

Included Tools Update AWS CLI packages @renovate (#781) This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.97 -> ==…

renovate - Overview

renovate has one repository available. Follow their code on GitHub.

Update AWS CLI packages by renovate[bot] · Pull Request #781 · cloudposse/geodesicattachment image

This PR contains the following updates: Package Change Age Adoption Passing Confidence awscli (source, changelog) ==1.22.97 -> ==1.22.101 boto3 ==1.21.42 -> ==1.21.46 Release N…

2022-04-25

Michael Dizon avatar
Michael Dizon

what’s the recommended way of running geodesic/atmos in github actions? i can’t figure out how to pass in the aws credentials into the container

Michael Dizon avatar
Michael Dizon

update: just saw this issue in the leapp repo. https://github.com/Noovolari/leapp/issues/259 hopefully this gets merged soon!

Is your feature request related to a problem? Please describe.
We have a lot of profiles to setup and it would be nice to set them all up to Leapp, however, setting this all up in the GUI is painful so I was very happy when the 0.11.0 version announced the CLI. I played with the CLI today and noticed that many commands such as leapp sessions add require a prompt and I cannot set configurations using switches like --session-name, --profile-name, etc.

This means that I cannot use the Leapp CLI to automate the GUI and so the Leapp CLI is more or less the same as the GUI.

Describe the solution you’d like
Add switches to each command so we can automate adding profiles

Describe alternatives you’ve considered
Use leapp to authenticate to our main identity user and use an extension or AWS SSO to switch roles instead of leapp

Additional context
N/A

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)


what’s the recommended way of running geodesic/atmos in github actions? i can’t figure out how to pass in the aws credentials into the container
I wouldn’t look at this as a “geodesic” or “atmos” issue. However you would use creds in a container in GHA, is the answer.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

I wouldn’t look to use leapp in a GHA workflow

    keyboard_arrow_up