Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: Optionally hide rendered environment variables #798

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

patriknw
Copy link
Contributor

  • 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
Copy link
Contributor

@johanandren johanandren left a comment

Choose a reason for hiding this comment

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

LGTM

@patriknw patriknw merged commit 3a4ebbf into main Oct 17, 2023
5 checks passed
@patriknw patriknw deleted the wip-render-env-var-patriknw branch October 17, 2023 06:59
@patriknw patriknw added this to the 1.4.3 milestone Oct 17, 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]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.typesafe:config](https://github.com/lightbend/config) | `1.4.2` -> `1.4.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.typesafe:config/1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.typesafe:config/1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.typesafe:config/1.4.2/1.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.typesafe:config/1.4.2/1.4.3?slim=true)](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://github.com/lightbend/config/releases/tag/v1.4.3): 1.4.3

[Compare Source](https://github.com/lightbend/config/compare/v1.4.2...v1.4.3)

#### What's Changed

-   Release 1.4.2 by [`@&#8203;raboof](https://github.com/raboof)` in [https://github.com/lightbend/config/pull/759](https://github.com/lightbend/config/pull/759)
-   add note with clarification how to pass -Dconfig properly; taken from… by [`@&#8203;iamtodor](https://github.com/iamtodor)` in [https://github.com/lightbend/config/pull/763](https://github.com/lightbend/config/pull/763)
-   readme: change playground url by [`@&#8203;av-elier](https://github.com/av-elier)` in [https://github.com/lightbend/config/pull/775](https://github.com/lightbend/config/pull/775)
-   Update maintenance note by [`@&#8203;ennru](https://github.com/ennru)` in [https://github.com/lightbend/config/pull/788](https://github.com/lightbend/config/pull/788)
-   Make the issue template work by [`@&#8203;ennru](https://github.com/ennru)` in [https://github.com/lightbend/config/pull/791](https://github.com/lightbend/config/pull/791)
-   fix: Optionally hide rendered environment variables by [`@&#8203;patriknw](https://github.com/patriknw)` in [https://github.com/lightbend/config/pull/798](https://github.com/lightbend/config/pull/798)
-   chore: update NEWS and release 1.4.3 by [`@&#8203;patriknw](https://github.com/patriknw)` in [https://github.com/lightbend/config/pull/799](https://github.com/lightbend/config/pull/799)

#### New Contributors

-   [`@&#8203;iamtodor](https://github.com/iamtodor)` made their first contribution in [https://github.com/lightbend/config/pull/763](https://github.com/lightbend/config/pull/763)
-   [`@&#8203;patriknw](https://github.com/patriknw)` made their first contribution in [https://github.com/lightbend/config/pull/798](https://github.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>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants