-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: add go config #155
feat: add go config #155
Conversation
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.
Looks great, just minor comments.
ae7214e
to
4c8b350
Compare
efe40b7
to
1f2da11
Compare
CHANGELOG.md
Outdated
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
### Added | |||
|
|||
- Added Go config. |
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.
If I remember correctly, the consensus was that we don't add modifications to the changelog if the change is not relevant/visible to our users, so I guess we'll add a single entry for the whole go binary, when it becomes ready for production. You can remove this and just add the no-changelog
tag 😉
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.
We could also add a more relevant comment regarding the configuration part of the single container.
Something like: "Added unified configuration for the Node with a new set of environment variables".
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.
@gligneul now you got me confused. Should or shouldn't we add single container updates to the changelog? 🤔
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.
We should add the updates that are relevant for external users. The config part is relevant. We could add all of them in the end or start adding them as we go.
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.
If it is in the unreleased section, I see no harm in adding them now.
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.
Looks good! Just fix the minor comments left.
1f2da11
to
21d67bb
Compare
Please rebase on top of next. |
21d67bb
to
a23ca0a
Compare
No description provided.