Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.0.28 notes #182

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Conversation

davidgamero
Copy link
Collaborator

[0.0.28] - 2023-02-13

BREAKING changes to IMAGE variable

Added

  • New, optional disablePrompt property on Builder Variables in draft config (no prompt support for buildervars #180):
    • Default Value: false
    • Variables with disablePrompt: true will not be prompted for when running draft interactive commands
    • Variables with disablePrompt: true can still be supplied via flags (draft create --var TAG=latest) or draft config files
    • Example Usage:
        # draft.yaml
        variables:
        - name: "TAG"
          description: "the tag of the image to be built"
          disablePrompt: true #  New optional field that is used to disable the prompt for this variable
        ...
      
  • For all draft substitutions, draft will now error if unsubstituted variables are found in the final output (error on unsubstituted vars #175)

Changed

@sabbour
Copy link
Collaborator

sabbour commented Feb 14, 2023

Looks good. We'll need to update the Visual Studio Code extension in the next release to align with the change in parameters.

@davidgamero davidgamero enabled auto-merge (squash) February 14, 2023 21:16
@davidgamero davidgamero merged commit 3a9a1b2 into Azure:main Feb 14, 2023
aamgayle pushed a commit to aamgayle/draft that referenced this pull request Mar 23, 2023
@davidgamero davidgamero deleted the davidgamero/release-0.0.28 branch April 18, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants