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: removed dependency on argocd-autopilot #757

Merged
merged 5 commits into from
Apr 6, 2025
Merged

chore: removed dependency on argocd-autopilot #757

merged 5 commits into from
Apr 6, 2025

Conversation

ATGardner
Copy link
Contributor

@ATGardner ATGardner commented Jul 31, 2024

What

removed dependencies:

  • github.com/argoproj-labs/argocd-autopilot
  • github.com/argoproj/argo-events
  • github.com/argoproj/argo-workflows/v3
  • github.com/briandowns/spinner
  • github.com/go-git/go-billy/v5
  • github.com/go-git/go-git/v5
  • github.com/kubewarden/k8s-objects
  • github.com/openshift/api
  • github.com/projectcontour/contour
  • github.com/rkrmr33/checklist
  • golang.org/x/text

updated dependencies:

  • github.com/codefresh-io/go-sdk v1.3.1 => v1.4.0
  • github.com/fatih/color v1.16.0 => v1.18.0
  • helm.sh/helm/v3 v3.14.2 => v3.16.4
  • k8s.io/* v0.31.0 => 0.31.3

replaced github.com/ghodss/yaml with sigs.k8s.io/yaml

Why

no need to commit any files to any git repository anymore, all operations are actually done in app-proxy.

Notes

@ATGardner ATGardner self-assigned this Jul 31, 2024
@ATGardner ATGardner changed the title Remove-ap chore: removed dependency on argocd-autopilot Jan 2, 2025
* update version to `v0.2.0`
* upgraded github.com/codefresh-io/go-sdk v1.3.1 => v1.3.4
* replaced github.com/ghodss/yaml with sigs.k8s.io/yaml
* updated helm.sh/helm/v3 v3.8.0-rc.1.0.20220506100945-5c256a5e7d55 => v3.15.3
* k8s.io/* v0.26.11 => 0.29.6
* upgraded sigs.k8s.io/kustomize/api v0.12.1 => v0.17.3
* upgraded sigs.k8s.io/kustomize/kyaml v0.13.9 => v0.17.3
* upgraded github.com/fatih/color v1.16.0 => v1.17.0
* upgraded github.com/argoproj/argo-cd/v2 v2.12.3 => v2.13.0
* upgraded github.com/codefresh-io/go-sdk v1.3.4 => v1.4.0
* upgrade github.com/fatih/color v1.17.0 => v1.18.0
* upgrade sigs.k8s.io/kustomize/api v0.17.3 => v0.18.0
* use single runtime, instead of showing a 1-line selection to the user
…function

Updated the Wait function to use PollUntilContextTimeout for better context handling. This change improves the function's ability to respect context cancellation and timeout settings.
@ATGardner ATGardner merged commit f3eebb2 into main Apr 6, 2025
1 of 2 checks passed
@ATGardner ATGardner deleted the remove-ap branch April 6, 2025 12:30
ATGardner added a commit that referenced this pull request Apr 7, 2025
## What
* Updated the getAppProxyClient function to accept a pointer for the
runtime parameter.
* Removed unused app proxy version retrieval logic from the
newVersionCommand function to clean up the code and improve
maintainability.

## Why
using the pointer ensures the appproxy Client connects to the runtime
supplied in the `--runtime` flag

## Notes
the original issue originated from #757
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.

2 participants