78 messages
Discuss atmos core development (golang). If you want to help out, reach out to @Erik Osterman (Cloud Posse)
erik20 days ago
@Andriy Knysh (Cloud Posse) kubernetes components are ready for review. github.com/cloudposse/atmos/pull/2607
after this, the last PR is github.com/cloudposse/atmos/pull/2667 which needs to be rebased on main after merging 2607
after this, the last PR is github.com/cloudposse/atmos/pull/2667 which needs to be rebased on main after merging 2607
erik20 days ago
@Andriy Knysh (Cloud Posse) Improve the mobile responsiveness of the new site theme
github.com/cloudposse/atmos/pull/2673
github.com/cloudposse/atmos/pull/2673
erik19 days ago
@Andriy Knysh (Cloud Posse) native support for atmos emulators + terraform test.
github.com/cloudposse/atmos/pull/2663
github.com/cloudposse/atmos/pull/2663
erik18 days ago
erik18 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2678 this makes it easier to separate or to read the help because we separate custom commands from the built-in ones. Also cleans up our output of errors for displaying hints and explanations. Hints were frequently used in place of explanations.
erik17 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/github-action-setup-atmos/pull/111 cc @Igor Rodionov
erik17 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2429
improves algolia search results by showing the
improves algolia search results by showing the
<Intro> subtext when available.erik17 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2687 a slight redesign of the Atmos CI badge.
erik17 days ago
@Andriy Knysh (Cloud Posse) support dot-notion in stack config.
github.com/cloudposse/atmos/pull/2139
github.com/cloudposse/atmos/pull/2139
components:
terraform:
vpc:
metadata.component: vpc-base
metadata.owner: platform
vars:
tags:
environment: prod
team: networkerik16 days ago
@Andriy Knysh (Cloud Posse) This adds support for CEL expressions on when conditions
github.com/cloudposse/atmos/pull/2689
github.com/cloudposse/atmos/pull/2689
workflows:
deploy:
steps:
- name: plan-prod
type: shell
command: terraform plan
when: !cel 'ci && stack == "prod" && status == "success"'erik16 days ago
@Andriy Knysh (Cloud Posse) this replaces all
github.com/cloudposse/atmos/pull/2677
e.g. instead of
make with atmos custom commands.github.com/cloudposse/atmos/pull/2677
e.g. instead of
make build, now we run:atmos build --target linux
# or just this for the default.
atmos builderik16 days ago
@Andriy Knysh (Cloud Posse) this ensures
github.com/cloudposse/atmos/pull/2190
--profile works with custom commandsgithub.com/cloudposse/atmos/pull/2190
erik14 days ago(edited)
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2696
this reduces the amount of output when running
this reduces the amount of output when running
atmos --help ; we now support atmos --help=full or atmos --help=usageBrian14 days ago
Can you confirm if this is a bug with interactive workflows and custom commands? Should the new interactive step types (eg,
Example:
choose, input, etc support non-tty? I think it should. It would mean a single workflow could work for local and ci usage.Example:
workflows:
build-manifests:
dependencies:
tools:
kustomize: v5.0.3
steps:
- name: account
type: choose
prompt: "Account"
options: [dev, prod]
default: !env STACK_ACCOUNT dev
- name: region
type: choose
prompt: "Region"
options: [use1, euc1]
default: !env STACK_REGION use1
- name: tag
type: input
prompt: "Release tag"
default: !env RELEASE_TAG latest
- command: atmos kube build "{{ .steps.account.value }}-{{ .steps.region.value }}/tao" --tag "{{ .steps.tag.value }}" --env "{{ .steps.account.value }}" --output ".argocd/manifests/common-tao/kustomized.yaml"
type: shell
- command: atmos kube build "{{ .steps.account.value }}-{{ .steps.region.value }}/zen" --tag "{{ .steps.tag.value }}" --env "{{ .steps.account.value }}" --output ".argocd/manifests/common-zen/kustomized.yaml"
type: shellerik14 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2692 this is the foundational work that will be used to record ascii casts (videos) of every feature. The work was actually part of another branch, but I refactored it out into it's PR.
erik13 days ago(edited)
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2664 includes github.com/cloudposse/atmos/pull/2688
• after merging these going to focus on recording the demo casts and polishing off the documentation. Then we'll be ready for the next release.
• after merging these going to focus on recording the demo casts and polishing off the documentation. Then we'll be ready for the next release.
erik13 days ago
@Andriy Knysh (Cloud Posse) this adds demos for almost every example: (PR is too big to review, but it's all
github.com/cloudposse/atmos/pull/2672
Instead, what makes more sense to review is the output: view the demos.
pr-2672.atmos-docs.ue2.dev.plat.cloudposse.org/examples
.cast files and YAML workflows to generate the demos).github.com/cloudposse/atmos/pull/2672
Instead, what makes more sense to review is the output: view the demos.
pr-2672.atmos-docs.ue2.dev.plat.cloudposse.org/examples
erik13 days ago
@Andriy Knysh (Cloud Posse) this is confirmed https://sweetops.slack.com/archives/C031919U8A0/p1783459820583729?thread_ts=1783439890.778739&cid=C031919U8A0
erik13 days ago
@Andriy Knysh (Cloud Posse) Optimize the custom golangci linter (
github.com/cloudposse/atmos/pull/2701
custom-gcl) for concurrency across work treesgithub.com/cloudposse/atmos/pull/2701
Brian13 days ago
Heads up: the "Native CI/CD integration" link at top of https://atmos.tools is broken.
erik12 days ago
@Andriy Knysh (Cloud Posse) updated skills for new features and documented deprecations.
https://github.com/cloudposse/atmos/pull/2493
https://github.com/cloudposse/atmos/pull/2493
Brian11 days ago
I see that
pkg/auth/integrations/github/sts.go is locked to Atmos Pro. I have been using (self-hosted) version of ChainGuard's octo-sts for the past year. Is this something want to keep locked Atmos Pro?erik10 days ago
@Andriy Knysh (Cloud Posse) https://sweetops.slack.com/archives/C031919U8A0/p1783714142285509?thread_ts=1783701772.986259&cid=C031919U8A0
erik10 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2707 This fixes the rest of the casts and adds the casts to each changelog.
erik8 days ago(edited)
@Andriy Knysh (Cloud Posse) this introduces a loop skill that is activated by
/pr-maintenance-loop And when activated we'll periodically wake up, rebase, address the Code Rabbit review comments, ensure test coverage is over 85%, fix ci failures, and keep the PR title and description up to date, and then announce the PR is ready for final review.github.com/cloudposse/atmos/pull/2718erik8 days ago
@Andriy Knysh (Cloud Posse) I gave atmos AI and atmos MCP a facelift. Improved the DX, cleaned up the UX, introduced more tools into the MCP so it can manage toolchains, vendor configs, set/get operations, as well has HCL editing. The docs also got a makeover.
We can now just run
github.com/cloudposse/atmos/pull/2720
We can now just run
atmos mcp install and it will install by default the atmos MCP, as well as specifying presets defined in atmos.yaml. Added uninstall command too, support for http transports, and more.github.com/cloudposse/atmos/pull/2720
Zack7 days ago
@Erik Osterman (Cloud Posse) ptal github.com/cloudposse/atmos/pull/2747 - addressed the rabbit. Confirmed working on my machine
erik7 days ago
@Andriy Knysh (Cloud Posse) finally support for tags & labels github.com/cloudposse/atmos/pull/2738
erik7 days ago
Bug fixes for the not-yet released version tracker.
github.com/cloudposse/atmos/pull/2698
github.com/cloudposse/atmos/pull/2698
erik7 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2736 Hooks were not firing on bulk operations
erik7 days ago
@Andriy Knysh (Cloud Posse) MCP / AI refresh is ready github.com/cloudposse/atmos/pull/2720
erik6 days ago
@Andriy Knysh (Cloud Posse) if the tests pass, good to merge and cut release
github.com/cloudposse/atmos/pull/2508
github.com/cloudposse/atmos/pull/2508
Brian5 days ago
github.com/cloudposse/atmos/pull/2754 - Fixes an edge case for the PR toolchain that was merge.
erik5 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2749 this consolidates the stack schemas
Brian5 days ago(edited)
QQs. If tools are defined at the project root level (eg,
.tool-version), should custom commands have access to those tools defined at the project? Should it behave differently if a custom command defines dependencies.tools or does not define any?erik5 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2758 This speeds up tool chain installation, by parallelizing install
erik4 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/2760 (this is semi urgent; causes GHA issues with
cloudposse/atmos/actions/*Download action repository 'actions/checkout@v6' (SHA:df4cb1c069e1874edd31b4311f1884172cec0e10)
Download action repository 'cloudposse/atmos@v1' (SHA:1c00575b4be0393764fd202c4f0fb8efaf2411a0)
Error: Could not find file '/home/runner/_work/_actions/_temp_abab9a8a-faa8-41be-b57a-2d057d929d26/_staging/atmos-1c00575b4be0393764fd202c4f0fb8efaf2411a0/.claude/skills/atmos-gitops'.erik4 days ago
@Andriy Knysh (Cloud Posse) github.com/cloudposse/atmos/pull/1834 Overhauls are grammar for parsing YAML functions and implements a first-class parser instead of relying on CSV. No more
""" Syntax for escaping quotes is required (although supported for backward compatibility).erik2 days ago
@Andriy Knysh (Cloud Posse) this introduces the long awaited
github.com/cloudposse/atmos/pull/1687
atmos init and atmos scaffold commands;github.com/cloudposse/atmos/pull/1687
erikabout 10 hours ago
@Andriy Knysh (Cloud Posse) small bug fix github.com/cloudposse/atmos/pull/2769
erikabout 8 hours ago
@Andriy Knysh (Cloud Posse) documentation clean up for dependencies
github.com/cloudposse/atmos/pull/2773
github.com/cloudposse/atmos/pull/2773
erikabout 7 hours ago
@Andriy Knysh (Cloud Posse) bug fixes for
github.com/cloudposse/atmos/pull/2774
--help cast output (it was getting recorded twice)github.com/cloudposse/atmos/pull/2774
erikabout 7 hours ago
@Andriy Knysh (Cloud Posse) this adds missing options to use build caches and mirrors
github.com/cloudposse/atmos/pull/2771
github.com/cloudposse/atmos/pull/2771
erikabout 3 hours ago
@Andriy Knysh (Cloud Posse) this just adds test coverage; tried to reproduce the issue @Zack was having, but turns out it was already fixed. This just confirms that it's also already fixed 😃
erikabout 3 hours ago
@Andriy Knysh (Cloud Posse) this provides an escape hatch, where if users specify
github.com/cloudposse/atmos/pull/2770
--mask=false, atmos will not attempt to pass sensitive values via ENV vars.github.com/cloudposse/atmos/pull/2770
erikabout 3 hours ago
@Andriy Knysh (Cloud Posse) this just improves the hint when using
--use-version incorrectly github.com/cloudposse/atmos/pull/2775