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

chore: update notifications-engine to f4856710 #17971

Merged

Conversation

lukaspj
Copy link
Contributor

@lukaspj lukaspj commented Apr 25, 2024

Updates to argoproj/notifications-engine@f485671, changes since current version:

In order to achieve this I had to align the telegram reference by adding:
https://github.com/argoproj/argo-cd/pull/17971/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R300

And permanently replace whilp/git-urls with chainguard-dev/git-urls to avoid a conflict between notifications-engine and the dependencies in ArgoCD:
https://github.com/argoproj/argo-cd/pull/17971/files#diff-9bf515f23994401fc8c2f43c5f95b5dcb70a5df95fe7f6ba106d87b809cc9568R16

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • The title of the PR conforms to the Toolchain Guide
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).
  • My new feature complies with the feature status guidelines.
  • I have added a brief description of why this PR is necessary and/or what this PR solves.
  • Optional. My organization is added to USERS.md.
  • Optional. For bug fixes, I've indicated what older releases this fix should be cherry-picked into (this may or may not happen depending on risk/complexity).

I think this might be more a request than an actual PR since I'm not sure exactly what to test for here to validate the changes.
notifications-engine hasn't been updated since February, and we'd really like some of the changes made, especially the one from the 7th of February. We can also see that there have been at least one CVE fixed.
I don't know if there's a reason that notifications-engine hasn't been updated but I wanted to at least highlight it. Feel free to close this PR if I'm missing some obvious reason that updates of notifications-engine has been stalled.

@lukaspj lukaspj requested a review from a team as a code owner April 25, 2024 19:32
@lukaspj lukaspj force-pushed the chore/update-notifications-engine branch from 1eed7f3 to 42e384b Compare April 25, 2024 19:33
@lukaspj lukaspj changed the title update notifications-engine chore: update notifications-engine Apr 25, 2024
@lukaspj lukaspj marked this pull request as draft April 25, 2024 19:55
Signed-off-by: Lukas Peter Aldershaab <[email protected]>
Signed-off-by: Lukas Peter Aldershaab <[email protected]>
@lukaspj lukaspj force-pushed the chore/update-notifications-engine branch from 010938e to 14faf7c Compare April 25, 2024 20:57
@lukaspj lukaspj marked this pull request as ready for review April 25, 2024 21:15
@lukaspj
Copy link
Contributor Author

lukaspj commented Apr 26, 2024

I’m struggling with getting the codegen to work on my laptop, various permission errors,I will try and dig around and see if I can get it to run.

@gazidizdaroglu
Copy link
Contributor

hey @lukaspj, maybe you can take this pr as reference.

@pasha-codefresh
Copy link
Member

@lukaspj , you can add me as collaborator to your fork, so i can help you with codegen

@lukaspj
Copy link
Contributor Author

lukaspj commented Apr 26, 2024

hey @lukaspj, maybe you can take this pr as reference.

I will update this PR to have a similar layout, thanks!

@lukaspj
Copy link
Contributor Author

lukaspj commented Apr 26, 2024

@lukaspj , you can add me as collaborator to your fork, so i can help you with codegen

Thanks! I suspect I’m having issues because my container runtime is not running with root access

@lukaspj lukaspj changed the title chore: update notifications-engine chore: update notifications-engine to f4856710 Apr 26, 2024
Signed-off-by: pashakostohrys <[email protected]>
@lukaspj lukaspj requested a review from a team as a code owner April 28, 2024 08:26
@pasha-codefresh pasha-codefresh enabled auto-merge (squash) April 28, 2024 08:43
@pasha-codefresh pasha-codefresh merged commit 5baba93 into argoproj:master Apr 28, 2024
27 checks passed
@mubarak-j
Copy link
Contributor

Is it too late to cherry pick this PR into 2.11 release?

@pasha-codefresh
Copy link
Member

/cherry-pick release-2.11

Copy link

Cherry-pick failed with Merge error 5baba937216bfdce45e9671d67e4aff9c64b595c into temp-cherry-pick-90ea78-release-2.11

mkieweg pushed a commit to mkieweg/argo-cd that referenced this pull request Jun 11, 2024
* update notifications-engine

Signed-off-by: Lukas Peter Aldershaab <[email protected]>

* Fix build of conflicting git-urls libraries

Signed-off-by: Lukas Peter Aldershaab <[email protected]>

* align telegrom dependency with notifications-engine

Signed-off-by: Lukas Peter Aldershaab <[email protected]>

* fix: codegen

Signed-off-by: pashakostohrys <[email protected]>

---------

Signed-off-by: Lukas Peter Aldershaab <[email protected]>
Signed-off-by: pashakostohrys <[email protected]>
Co-authored-by: pashakostohrys <[email protected]>
Hariharasuthan99 pushed a commit to AmadeusITGroup/argo-cd that referenced this pull request Jun 16, 2024
* update notifications-engine

Signed-off-by: Lukas Peter Aldershaab <[email protected]>

* Fix build of conflicting git-urls libraries

Signed-off-by: Lukas Peter Aldershaab <[email protected]>

* align telegrom dependency with notifications-engine

Signed-off-by: Lukas Peter Aldershaab <[email protected]>

* fix: codegen

Signed-off-by: pashakostohrys <[email protected]>

---------

Signed-off-by: Lukas Peter Aldershaab <[email protected]>
Signed-off-by: pashakostohrys <[email protected]>
Co-authored-by: pashakostohrys <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants