8000 Comparing v0.0.3...v0.0.4 · coder/terraform-provider-envbuilder · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/terraform-provider-envbuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3
Choose a base ref
...
head repository: coder/terraform-provider-envbuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.4
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 14, 2024

  1. fix(internal/provider): correct escaping of strings in envbuilder_cac…

    …hed_image.env (#32)
    
    Fixes #31
    
    We had previously been doing the equivalent of value.String() when writing envbuilder_cached_image.env. This was incorrectly escaping newlines, potentially breaking ENVBUILDER_INIT_SCRIPT.
    
    This PR modifies the behaviour to correctly handle string values via ValueString() instead.
    johnstcn authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    68cc59d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix(provider): correctly handle devcontainer-only in cache probe mode (

    …#33)
    
    * chore(internal/provider): add test case for dockerfile-only operation
    
    * chore(deps): update envbuilder to include #315
    johnstcn authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9f45583 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update docker/docker to v26.1.5 (#36)

    * chore(deps): update docker/docker to v26.1.5
    
    * also update envbuilder
    johnstcn authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b55c378 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. feat(internal/provider): add env_map to cached_image_resource (#37)

    This PR adds `env_map` to `cached_image_resource.` This consists of the computed env in map format, which can be useful for other providers that do not expect `KEY=VALUE` format.
    johnstcn authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6cf3d93 View commit details
    Browse the repository at this point in the history
  2. fix(internal/provider): set all supported envbuilder options (#38)

    * fix(internal/provider): set all supported envbuilder options
    
    * do not allow overriding git_url and cache_repo
    johnstcn authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cd1599f View commit details
    Browse the repository at this point in the history
Loading
0