This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Release v0.34.0#242
Merged
SimonBarendse merged 45 commits intomasterfrom Jan 27, 2020
Merged
Conversation
Add exec alias for run command
…ases Add aliases for repo, org and org list-users
Rename service init --file to --out-file
Print service ID when creating AWS service
When a secret path is supplied on acl check, return the effective permissions of the directory that contains the secret. As permissions reside only on directories, this is also the effective permission of the secret itself.
Update error comparison
…r constructor types
CheckStrictEnv checks that every environment variable that starts with the app name is recognized by the application.
Add CheckStrictEnv func to cli.App
Accept secret paths on acl check
Rephrase template processing error
…e-vars Prompt missing template variables
Update secrethub-go to v0.26.0
florisvdg
approved these changes
Jan 27, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
runandinject(Prompt missing template variables #235)--out-fileflag toservice init(Rename service init --file to --out-file #230)CheckStrictEnvfunction to check that only recognized app environment variables are set (Add CheckStrictEnv func to cli.App #237)Deprecated
service init --fileflag; use--out-fileinstead (Rename service init --file to --out-file #230)Fixed