Skip to content

Version 0.9.2#76

Merged
rsgalloway merged 14 commits intomasterfrom
v0.9.2
Aug 30, 2025
Merged

Version 0.9.2#76
rsgalloway merged 14 commits intomasterfrom
v0.9.2

Conversation

@rsgalloway
Copy link
Owner

@rsgalloway rsgalloway commented Aug 26, 2025

Version 0.9.2 RC

  • do not flatten when using --set (addresses issue using -set flattens the environment #75 )
  • the "hello" env now sources "dev" (was "default")
  • adds --out, --export and --encrypt options when using --resolve
  • bumps version to 0.9.2

@rsgalloway rsgalloway linked an issue Aug 26, 2025 that may be closed by this pull request
@rsgalloway rsgalloway self-assigned this Aug 26, 2025
@rsgalloway rsgalloway added the bug Something isn't working label Aug 26, 2025
@rsgalloway rsgalloway added this to the Version 0.9.2 milestone Aug 26, 2025
@rsgalloway rsgalloway marked this pull request as ready for review August 30, 2025 12:41
@rsgalloway rsgalloway requested a review from Copilot August 30, 2025 12:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates envstack to version 0.9.2 with significant changes to the default behavior and environment sourcing. The primary change is updating the default output depth from 0 (flatten) to 1, which affects how environment stacks are baked.

  • Changes default output depth to 1 (was 0 = flatten)
  • Updates the "hello" environment to source "dev" instead of "default"
  • Prevents flattening when using --set option

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
setup.py Updates version from 0.9.1 to 0.9.2
lib/envstack/init.py Updates version constant to 0.9.2
env/hello.env Changes include from "default" to "dev"
lib/envstack/env.py Adds type annotation and improves bake/write methods with depth handling
lib/envstack/cli.py Restructures argument parsing and adds depth validation logic
tests/test_env.py Updates tests to reflect new depth behavior and error messages
tests/test_cmds.py Updates expected outputs for new environment sourcing behavior

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rsgalloway rsgalloway added the enhancement New feature or request label Aug 30, 2025
@rsgalloway rsgalloway merged commit 4cb88bf into master Aug 30, 2025
@rsgalloway rsgalloway deleted the v0.9.2 branch August 30, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

using -set flattens the environment

2 participants