- 
                Notifications
    You must be signed in to change notification settings 
- Fork 978
fix: Optionally hide rendered environment variables #798
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
          
     Merged
      
      
    Conversation
  
    
      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
    
  
  
    
    
      
  
    Contributor
      
  
  
         patriknw
  
      
      
      commented
      
            patriknw
  
      
      
      commented
        Oct 16, 2023 
      
    
  
- new OriginType.ENV_VARIABLE
- deserialization of unknown originType ordinal, but this doesn't really help for compatibility if serialized with new version and deserialized with old version
* new OriginType.ENV_VARIABLE * deserialization of unknown originType ordinal, but this doesn't really help for compatibility if serialized with new version and deserialized with old version
              
                    johanandren
  
              
              approved these changes
              
                  
                    Oct 16, 2023 
                  
              
              
            
            
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
              
                    pvlugter
  
              
              approved these changes
              
                  
                    Oct 16, 2023 
                  
              
              
            
            
  This was referenced Oct 31, 2023 
      
    
  ghost
      referenced
      this pull request
        in camunda/camunda
    
      Nov 3, 2023 
    
    
      
  
    
      
    
  
14989: deps(deps): update dependency com.typesafe:config to v1.4.3 (stable/8.0) r=github-actions[bot] a=renovate[bot] [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.typesafe:config](https://togithub.com/lightbend/config) | `1.4.2` -> `1.4.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>lightbend/config (com.typesafe:config)</summary> ### [`v1.4.3`](https://togithub.com/lightbend/config/releases/tag/v1.4.3): 1.4.3 [Compare Source](https://togithub.com/lightbend/config/compare/v1.4.2...v1.4.3) #### What's Changed - Release 1.4.2 by [`@​raboof](https://togithub.com/raboof)` in [https://github.com/lightbend/config/pull/759](https://togithub.com/lightbend/config/pull/759) - add note with clarification how to pass -Dconfig properly; taken from… by [`@​iamtodor](https://togithub.com/iamtodor)` in [https://github.com/lightbend/config/pull/763](https://togithub.com/lightbend/config/pull/763) - readme: change playground url by [`@​av-elier](https://togithub.com/av-elier)` in [https://github.com/lightbend/config/pull/775](https://togithub.com/lightbend/config/pull/775) - Update maintenance note by [`@​ennru](https://togithub.com/ennru)` in [https://github.com/lightbend/config/pull/788](https://togithub.com/lightbend/config/pull/788) - Make the issue template work by [`@​ennru](https://togithub.com/ennru)` in [https://github.com/lightbend/config/pull/791](https://togithub.com/lightbend/config/pull/791) - fix: Optionally hide rendered environment variables by [`@​patriknw](https://togithub.com/patriknw)` in [https://github.com/lightbend/config/pull/798](https://togithub.com/lightbend/config/pull/798) - chore: update NEWS and release 1.4.3 by [`@​patriknw](https://togithub.com/patriknw)` in [https://github.com/lightbend/config/pull/799](https://togithub.com/lightbend/config/pull/799) #### New Contributors - [`@​iamtodor](https://togithub.com/iamtodor)` made their first contribution in [https://github.com/lightbend/config/pull/763](https://togithub.com/lightbend/config/pull/763) - [`@​patriknw](https://togithub.com/patriknw)` made their first contribution in [https://github.com/lightbend/config/pull/798](https://togithub.com/lightbend/config/pull/798) **Full Changelog**: lightbend/config@v1.4.2...v1.4.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6InN0YWJsZS84LjAifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  This was referenced Jun 25, 2025 
      
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  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.