Skip to content

Commit 0aaffce

Browse files
authored
docs: remove gitops-engine in dependencies developer guide (#24888)
Signed-off-by: Robin Lieb <[email protected]>
1 parent 290aab9 commit 0aaffce

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

docs/developer-guide/dependencies.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,5 @@
11
# Managing Dependencies
22

3-
## GitOps Engine (`github.com/argoproj/gitops-engine`)
4-
5-
### Repository
6-
7-
https://github.com/argoproj/gitops-engine
8-
9-
### Pulling changes from `gitops-engine`
10-
11-
After your GitOps Engine PR has been merged, ArgoCD needs to be updated to pull in the version of the GitOps engine that contains your change. Here are the steps:
12-
13-
- Retrieve the SHA hash for your commit. You will use this in the next step.
14-
- From the `argo-cd` folder, run the following command
15-
16-
`go get github.com/argoproj/gitops-engine@<git-commit-sha>`
17-
18-
If you get an error message `invalid version: unknown revision` then you got the wrong SHA hash
19-
20-
- Run:
21-
22-
`go mod tidy`
23-
24-
- The following files are changed:
25-
26-
- `go.mod`
27-
- `go.sum`
28-
29-
- Create an ArgoCD PR with a `refactor:` type in its title for the two file changes.
30-
31-
### Tips:
32-
33-
- See https://github.com/argoproj/argo-cd/pull/4434 as an example
34-
- The PR might require additional, dependent changes in ArgoCD that are directly impacted by the changes made in the engine.
35-
363
## Notifications Engine (`github.com/argoproj/notifications-engine`)
374

385
### Repository

0 commit comments

Comments
 (0)