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

Latest Master changes synced 2.11.0 #22

Merged
merged 1,418 commits into from
Apr 2, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 6, 2024

  1. docs: Update signed-release-assets.md (#16755)

    Missing \ in example
    
    Signed-off-by: mfreeman451 <[email protected]>
    mfreeman451 authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ecbd24d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Document restarting argocd after modifying argocd-cm (#12405)

    Signed-off-by: Lie Ryan <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    lieryan and blakepettersson authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    40760eb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix: support specifying username/password for redis holding manifests…

    … in argocd-server (#16786)
    
    Signed-off-by: Alexander Matyushentsev <[email protected]>
    alexmt authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c5b9c67 View commit details
    Browse the repository at this point in the history
  2. fix: add list permission deployments (#16785)

    * add list permissions for deployments to application controller
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * revert redis-ha chart changes
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * revert redis-ha chart changes
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    ---------
    
    Signed-off-by: ishitasequeira <[email protected]>
    ishitasequeira authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8ebe1cd View commit details
    Browse the repository at this point in the history
  3. chore(manifests): add ClsuterRole/ClusterRoleBinding for applications…

    …et controller. (#16699)
    
    Closes #16698.
    
    Signed-off-by: mugioka <[email protected]>
    mugioka authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2024659 View commit details
    Browse the repository at this point in the history
  4. Added socks5 proxy support for ssh based git URL, upgraded go-git to …

    …5.10.1 (#15864)
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    anandf authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9b27aeb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Added Openkruise workload integration health check scripts (#16238)

    Signed-off-by: Mahesh <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    maheshkasabe and ishitasequeira authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d6da9f2 View commit details
    Browse the repository at this point in the history
  2. fix: allow to run codegen outside GOPATH (#16511)

    * fix: allow to run codegen outside GOPATH
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * clientgen
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * openapigen
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * remove ensure-gopath
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    agaudreault authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    54f1572 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. fix: Use the cache for sharding (#15237)

    * feat(sharding): use a cache
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * cluster cmd
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * - Assign shard 0 to in-cluster cluster and nil check updates
    - Caching clusters while sharding: Fixing unit tests
    - Update generated docs
    - Debug e2e tests
    - Default the shardNumber to the number of replicas if it is calculated to a higher value
    - defered Unlock only when a lock is set
    - Disabling temporarly other versions of k3s to check if e2e passes
    - Do not fail if hostname format is not abc-n
    - Fix unit test and skip some e2e
    - Skip TestGitSubmoduleHTTPSSupport test
    - Remove breaking defer c.lock.Unlock()
    - Reverting testing all k3s version
    - Default sharding fix
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    * fixes related to code review: renaming structure param, moving db initialisation
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    * Code review
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    * Set default shard to 0
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    * Set different default value for Sts and Deployment mode
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    * Expose ClusterShardingCache
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    * Removing use of argoDB.db for DistributionFunction
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    * Update generated documentation
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    * Fix comment about NoShardingDistributionFunction and NoShardingAlgorithm
    
    Signed-off-by: Akram Ben Aissi <[email protected]>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    Signed-off-by: Akram Ben Aissi <[email protected]>
    Co-authored-by: Alexandre Gaudreault <[email protected]>
    akram and agaudreault authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    cd4fc97 View commit details
    Browse the repository at this point in the history
  2. fix(manifests): applicationset-controller dir is not added to cluster…

    …-rbac/kustomization.yaml. (#16810)
    
    * fix(manifests): applicationset-controller dir is not added to cluster-rbac/kustomization.yaml.
    
    Related PR: #16699.
    
    I missed adding a new folder(applicationset-controller) to kustomization.yaml.
    
    So, i addressed it.
    
    Signed-off-by: mugioka <[email protected]>
    
    * chore: exec `make manifests`.
    
    Signed-off-by: mugioka <[email protected]>
    
    * chore: exec `make manifests`.
    
    Signed-off-by: mugioka <[email protected]>
    
    ---------
    
    Signed-off-by: mugioka <[email protected]>
    mugioka authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    54de532 View commit details
    Browse the repository at this point in the history
  3. typo in comment (#16834)

    Signed-off-by: eddimull <[email protected]>
    eddimull authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b12630c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. feat: adding option to specify an aws profile to use by the argocd-se…

    …rver when adding a EKS cluster (#16767)
    
    useful for argocd-servers which are not running in AWS and want to add multiple EKS clusters using
    separate keys instead of assuming roles
    
    #16766
    
    Signed-off-by: Isaac Gaskin <[email protected]>
    Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
    igaskin and gdsoumya authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d9df252 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. fix: enforce content type header for API requests (#16860)

    Signed-off-by: Alexander Matyushentsev <[email protected]>
    alexmt authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7ec9999 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. adding tests for githandlers (#16678)

    Signed-off-by: zhaque44 <[email protected]>
    zhaque44 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    15060e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180b990 View commit details
    Browse the repository at this point in the history
  3. fix(cli): add support for Application in any namespace for app wait (#…

    …16812) (#16816)
    
    Use fully qualified application names in ApplicationWaitCommand
    
    Closes: #16812
    
    Signed-off-by: Sergiy Kulanov <[email protected]>
    SergK authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    256c2ae View commit details
    Browse the repository at this point in the history
  4. docs: Add LinkedIn badge to README.md (#16889)

    Signed-off-by: Yuan Tang <[email protected]>
    terrytangyuan authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c7bf064 View commit details
    Browse the repository at this point in the history
  5. update follow-redirects to 1.15.5 (#16899)

    Signed-off-by: Regina Scott <[email protected]>
    reginapizza authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3997dbe View commit details
    Browse the repository at this point in the history
  6. chore: allow @approvers-docs to approve readme.md (#16897)

    Signed-off-by: Blake Pettersson <[email protected]>
    blakepettersson authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d367b72 View commit details
    Browse the repository at this point in the history
  7. Adding CNCF blog to readme file (#16893)

    Signed-off-by: Chetan Deshmukh <[email protected]>
    chetanpdeshmukh authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d5e119c View commit details
    Browse the repository at this point in the history
  8. docs: Update Azure AD to Entra ID (#16869)

    * Update Azure AD to Entra ID
    
    https://learn.microsoft.com/en-us/entra/fundamentals/new-name
    
    Signed-off-by: Ryan Flynn <[email protected]>
    
    * Add formerly known as azuread
    
    Signed-off-by: Ryan Flynn <[email protected]>
    
    ---------
    
    Signed-off-by: Ryan Flynn <[email protected]>
    ryanpflynn authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2b95bc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. chore: Preventing runnings jobs when updating documentation (#16706)

    * Preventing runnings jobs when updating documentation
    
    Signed-off-by: Aymen Ben Tanfous <[email protected]>
    
    * Empty line added to .md file
    
    Signed-off-by: Aymen Ben Tanfous <[email protected]>
    
    ---------
    
    Signed-off-by: Aymen Ben Tanfous <[email protected]>
    Co-authored-by: Aymen Ben Tanfous <[email protected]>
    Aym3nTN and Aymen Ben Tanfous authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    65869a3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 (#…

    …16711)
    
    Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.8.1 to 5.11.0.
    - [Release notes](https://github.com/go-git/go-git/releases)
    - [Commits](go-git/go-git@v5.8.1...v5.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-git/v5
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f0cbf51 View commit details
    Browse the repository at this point in the history
  3. fix(cli): add support for Application in any namespace for `app delet…

    …e` cmd (#16898)
    
    Use fully qualified application names when operate with Applications
    
    Closes: #16896
    
    Signed-off-by: Sergiy Kulanov <[email protected]>
    SergK authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8a0bf41 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. docs: Fixed Slugify doc in GoTemplate.md (#16685)

    * docs: Fixed Slugify doc in  GoTemplate.md
    
    Signed-off-by: Aymen Ben Tanfous <[email protected]>
    
    * Update docs/operator-manual/applicationset/GoTemplate.md
    
    Co-authored-by: Blake Pettersson <[email protected]>
    Signed-off-by: Aymen Ben Tanfous <[email protected]>
    
    * Update docs/operator-manual/applicationset/GoTemplate.md
    
    Co-authored-by: Blake Pettersson <[email protected]>
    Signed-off-by: Aymen Ben Tanfous <[email protected]>
    
    ---------
    
    Signed-off-by: Aymen Ben Tanfous <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    Aym3nTN and blakepettersson authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    80683ac View commit details
    Browse the repository at this point in the history
  2. Initialize & send forceHttpBasicAuth & enableOCI params correctly dur…

    …ing repo update from UI (#16794)
    svghadi authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    32e3738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21c384f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ecc5ae View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. feat(controller): add sync jitter(#14241) (#16820)

    * feat(controller): add sync jitter
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * convert to duration for simplicity
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * docs
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * add config to manifests
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * fix tests
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    agaudreault authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7302a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397063f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Revert "chore: Preventing runnings jobs when updating documentation (#…

    …16706)" (#16943)
    
    This reverts commit 65869a3.
    
    Signed-off-by: Blake Pettersson <[email protected]>
    blakepettersson authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9042f41 View commit details
    Browse the repository at this point in the history
  2. feat: Add PITS Globale Datenrettungsdienste to user list (#16765)

    * Add PITS Globale Datenrettungsdienste to user list
    
    Signed-off-by: Arnold <[email protected]>
    
    * Update USERS.md
    
    Signed-off-by: Arnold <[email protected]>
    
    ---------
    
    Signed-off-by: Arnold <[email protected]>
    Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
    arnoldberlin and gdsoumya authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f7236d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c29f6da View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    b234264 View commit details
    Browse the repository at this point in the history
  2. fix(appcontroller): Uptake fix in gitops engine which fixes applicati…

    …on sync with auto create ns and server side apply (#16942)
    
    * Uptake fix in gitops engine to fix auto create ns with server side apply
    
    Signed-off-by: anandf <[email protected]>
    
    * Moved the new e2e test to different location
    
    Signed-off-by: anandf <[email protected]>
    
    * Fix test name to be less than 63 char for creating ns
    
    Signed-off-by: anandf <[email protected]>
    
    * update gitops-engine with latest master
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    ---------
    
    Signed-off-by: anandf <[email protected]>
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    Co-authored-by: Leonardo Luz Almeida <[email protected]>
    anandf and leoluz authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    97727cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fec5708 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. docs: Added an example of downloading the latest stable version (#16968)

    * added an example of downloading the latest stable version
    
    Signed-off-by: Christian Hernandez <[email protected]>
    
    * Update docs/cli_installation.md
    
    Co-authored-by: Ishita Sequeira <[email protected]>
    Signed-off-by: Christian Hernandez <[email protected]>
    
    ---------
    
    Signed-off-by: Christian Hernandez <[email protected]>
    Signed-off-by: Christian Hernandez <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    christianh814 and ishitasequeira authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0012e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    666499f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d08507 View commit details
    Browse the repository at this point in the history
  4. fix(server): allow disabling content-type check (#16959)

    * fix(server): allow disabling content-type check
    
    Signed-off-by: Michael Crenshaw <[email protected]>
    
    * fix spacing
    
    Signed-off-by: Michael Crenshaw <[email protected]>
    
    ---------
    
    Signed-off-by: Michael Crenshaw <[email protected]>
    crenshaw-dev authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8932036 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Clean up repeated package import (#16987)

    Signed-off-by: Zechun Chen <[email protected]>
    Fish-pro authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    85009d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. docs(helm): add example of public oci chart (#17000)

    There doesn't appear to be an example of using an OCI helm chart repository, so this adds a simple declarative example. This is a common question from the community.
    
    Signed-off-by: Nicholas Morey <[email protected]>
    morey-tech authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    344f23b View commit details
    Browse the repository at this point in the history
  2. Badge for apps in any namespace (#16739)

    Signed-off-by: sshenoy6 <[email protected]>
    Co-authored-by: sshenoy6 <[email protected]>
    sonamkshenoy and sshenoy6 authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8c9abb2 View commit details
    Browse the repository at this point in the history
  3. docs(helm): fix yaml formatting on code block (#17001)

    Signed-off-by: Nicholas Morey <[email protected]>
    morey-tech authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4e084ac View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fix(redis): go-redis v9 regression missing metrics and reconnect hook (

    …#13415) (#15275)
    
    * fix(redis): go-redis v9 regression missing metrics and reconnect hook
    
    Signed-off-by: phanama <[email protected]>
    
    * fix: golangci lint return values not checked in tests
    
    Signed-off-by: phanama <[email protected]>
    
    * chore: move dnsError var locally into func
    
    Signed-off-by: phanama <[email protected]>
    
    ---------
    
    Signed-off-by: phanama <[email protected]>
    phanama authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    be1f0ea View commit details
    Browse the repository at this point in the history
  2. Fix typo in documentation (#17022)

    Signed-off-by: saeedhosseini <[email protected]>
    saeedhosseini21 authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3c21242 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. feat: Prune resources in reverse order of syncwave during sync (#15074)…

    … (#16748)
    
    * Add e2e & doc for prune order during sync
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Point gitops-engine to fork with reverse prune changes
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Fix ci linting failures
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Update gitops-engine commit ref
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    ---------
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    svghadi authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e5c88c9 View commit details
    Browse the repository at this point in the history
  2. docs(applicationset): explain impact of empty spec in templatePatch (#…

    …17042)
    
    * docs: explain impact of empty spec in templatePatch
    
    Signed-off-by: Nicholas Morey <[email protected]>
    
    * fix: not conditional helm values
    
    Signed-off-by: Nicholas Morey <[email protected]>
    
    ---------
    
    Signed-off-by: Nicholas Morey <[email protected]>
    morey-tech authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    981bcee View commit details
    Browse the repository at this point in the history
  3. docs(kustomize): add components yaml example (#17043)

    Signed-off-by: Nicholas Morey <[email protected]>
    morey-tech authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4d53d36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55918ab View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. docs(hooks): add postdelete to table (#17048)

    Add `PostDelete` to the hooks table, and clean up wording and old availability statement (all the way back to v1, probably irrelevant).
    
    Signed-off-by: Nicholas Morey <[email protected]>
    morey-tech authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7f749c6 View commit details
    Browse the repository at this point in the history
  2. Corrected certificate managment for OCI helm charts (#16656)

    Signed-off-by: Andrew Block <[email protected]>
    Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
    sabre1041 and gdsoumya authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c691d36 View commit details
    Browse the repository at this point in the history
  3. chore: use kubernetes 1.29.0 in CI (#17050)

    Keeping 1.25 for now.
    
    Signed-off-by: Shyukri Shyukriev <[email protected]>
    shyukri authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    291445f View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump Helm to 3.14.0 (#17031) (#17032)

    * bump helm to 3.14.0
    
    Signed-off-by: Simon HEGE <[email protected]>
    
    * Add a note about helm bump in upgrade instructions
    
    Signed-off-by: Simon HEGE <[email protected]>
    
    ---------
    
    Signed-off-by: Simon HEGE <[email protected]>
    simonhege authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f4019b7 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/evanphx/json-patch (#17021)

    Bumps [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) from 5.6.0+incompatible to 5.9.0+incompatible.
    - [Release notes](https://github.com/evanphx/json-patch/releases)
    - [Commits](evanphx/json-patch@v5.6.0...v5.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/evanphx/json-patch
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    28f362b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. chore(deps): Upgrade aws-sdk-go to support eks pod identity (#17063)

    * chore: Upgrade aws-sdk-go to support eks pod identity
    
    ---------
    
    Signed-off-by: Carlos Santana <[email protected]>
    Co-authored-by: Mathieu Bruneau <[email protected]>
    
    * add cogen for notifications
    
    Signed-off-by: Carlos Santana <[email protected]>
    
    ---------
    
    Signed-off-by: Carlos Santana <[email protected]>
    Co-authored-by: Mathieu Bruneau <[email protected]>
    csantanapr and ROunofF authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0c8bc1d View commit details
    Browse the repository at this point in the history
  2. fix: removed pkce code challange check for WebUI (#16730)

    Signed-off-by: Patrick Kerwood <[email protected]>
    Kerwood authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b8aeb78 View commit details
    Browse the repository at this point in the history
  3. chore(ci): bump k3s versions to latest patches (#17060)

    Signed-off-by: Michael Crenshaw <[email protected]>
    crenshaw-dev authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fa31c23 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat: add prometheus metrics around proxy extension requests (#17012)

    * feat: add prometheus metrics around proxy extension requests
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    * update go.mod
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    * fix metrics bugs
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    * fix unit-test
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    * Add unit suffix in the duration metric
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    * update doc
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    ---------
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    leoluz authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    dc1ccea View commit details
    Browse the repository at this point in the history
  2. fix(ci): correct helm checksum path (#17081)

    Signed-off-by: Michael Crenshaw <[email protected]>
    crenshaw-dev authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    55713b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fix(controller): fix application controller deployment crashing (#16984)

    * fix application controller deployment crashing and update manifests
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * remove environment variable ARGOCD_ENABLE_DYNAMIC_CLUSTER_DISTRIBUTION
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * fix auto-generated docs
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    ---------
    
    Signed-off-by: ishitasequeira <[email protected]>
    ishitasequeira authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3fda27e View commit details
    Browse the repository at this point in the history
  2. chore: improve error logs (#10592) (#17089)

    Signed-off-by: Bardia Heydari <[email protected]>
    k3rn3l-p4n1c authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5246429 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. DOC: add Fly Security and Telavita in USERS.md (#17076)

    Signed-off-by: Gustavo Esser <[email protected]>
    GustavoEsser authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b1c6dc5 View commit details
    Browse the repository at this point in the history
  2. fix(ui): prevent app name too long hide open icon (#16983)

    * fix(ui): prevent app name too long hide open icon
    
    Signed-off-by: linghaoSu <[email protected]>
    
    * fix(ui): fix app resource list lint
    
    Signed-off-by: linghaoSu <[email protected]>
    
    ---------
    
    Signed-off-by: linghaoSu <[email protected]>
    linghaoSu authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2082a21 View commit details
    Browse the repository at this point in the history
  3. fix: log all token verification failures (#16625)

    * fix: log all token verification failures
    
    Signed-off-by: Michael Crenshaw <[email protected]>
    
    * better
    
    Signed-off-by: Michael Crenshaw <[email protected]>
    
    ---------
    
    Signed-off-by: Michael Crenshaw <[email protected]>
    crenshaw-dev authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    769836e View commit details
    Browse the repository at this point in the history
  4. feat: add health-checks for eck elastic beat (#16563)

    * feat: add health-checks for eck elastic beat
    
    Signed-off-by: ebuildy <[email protected]>
    
    * fix tests
    
    Signed-off-by: ebuildy <[email protected]>
    
    ---------
    
    Signed-off-by: ebuildy <[email protected]>
    ebuildy authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5100726 View commit details
    Browse the repository at this point in the history
  5. docs(proposal): decoupling app sync from control plane user w/ impers…

    …onation (#14255)
    
    * Proposal for decoupling application sync from control plane user using impersonation
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Moved the proposal document to the right directory
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Update docs/decouple-application-sync-user-using-impersonation
    
    Co-authored-by: Blake Pettersson <[email protected]>
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Update docs/decouple-application-sync-user-using-impersonation
    
    Co-authored-by: Blake Pettersson <[email protected]>
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Update docs/decouple-application-sync-user-using-impersonation
    
    Co-authored-by: Blake Pettersson <[email protected]>
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Modified the proposal to have control in AppProjects alone instead of Application and AppProject
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Removed proposal placed in wrong directory and corrected examples
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Update docs/proposals/decouple-application-sync-user-using-impersonation
    
    Co-authored-by: Michael Crenshaw <[email protected]>
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Update docs/proposals/decouple-application-sync-user-using-impersonation
    
    Co-authored-by: Michael Crenshaw <[email protected]>
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Addressed review comments
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Additional corrections
    
    Signed-off-by: anandf <[email protected]>
    
    * Fixed alternative proposals section to include only AppProject based approach
    
    Signed-off-by: anandf <[email protected]>
    
    * Added information on impersonation and added related links
    
    Signed-off-by: anandf <[email protected]>
    
    * Added examples for remote cluster destination with the required RBAC access
    
    Signed-off-by: anandf <[email protected]>
    
    * Fixed clusterrole and clusterrolebinding creation commands
    
    Signed-off-by: anandf <[email protected]>
    
    * Addressed review comments from Akram
    
    Signed-off-by: anandf <[email protected]>
    
    * Corrected RBAC to include serviceaccounts that can be impersonated as swell
    
    Signed-off-by: anandf <[email protected]>
    
    * Address few more review comments from Ishita, Akram
    
    Signed-off-by: anandf <[email protected]>
    
    * Fixed a typo and updated the last updated date field
    
    Signed-off-by: anandf <[email protected]>
    
    * Added information of the sync hook behaviour and also corrected the namespace to match that of destination
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Changed proposal to meet the latest api design using destinationServiceAccounts
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Fixed proposal document to use destinationServiceAccounts struct
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    
    * Renamed proposal file to have .md extension
    
    Signed-off-by: anandf <[email protected]>
    
    * Using glob pattern instead of regex, and corrected the order of precedence when multiple matches are available
    
    Signed-off-by: anandf <[email protected]>
    
    ---------
    
    Signed-off-by: Anand Francis Joseph <[email protected]>
    Signed-off-by: Anand Francis Joseph <[email protected]>
    Signed-off-by: anandf <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    Co-authored-by: Michael Crenshaw <[email protected]>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    555f6f4 View commit details
    Browse the repository at this point in the history
  6. chore(ci): run ci checks conditionally (#16982)

    * chore(ci): run ci checks conditionally
    
    This should prevent docs changes from having the need to run e2e tests
    etc, and prevent backend changes from needing to run ui tests, and vice
    versa.
    
    This is similar to previous attempts (see #16706 and #13507), with the
    difference here that we add the if checks on each _step_ rather than
    each _job_ - the reason being that most of these jobs are required, and
    if we skip whole jobs any PR which does this will be left hanging
    indefinitely, so Github forces us to do this on a step level instead.
    
    Signed-off-by: Blake Pettersson <[email protected]>
    
    * chore(ci): run ci checks conditionally
    
    Try conditional jobs, according to https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
    
    Signed-off-by: Blake Pettersson <[email protected]>
    
    * chore(ci): add composite test-e2e action
    
    This is a workaround for the e2e tests which do not run yet report `pending` when they are actually skipped.
    
    Signed-off-by: Blake Pettersson <[email protected]>
    
    ---------
    
    Signed-off-by: Blake Pettersson <[email protected]>
    Co-authored-by: Remington Breeze <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    228eda5 View commit details
    Browse the repository at this point in the history
  7. fix(ui): Change path to "root" when path is root directory (#14949)

    * change path to display root
    
    Signed-off-by: Eshwar Hebbur Shivakumar <[email protected]>
    
    * Fix inequality typo
    
    Signed-off-by: Eshwar Hebbur Shivakumar <[email protected]>
    
    * Fix lint issues
    
    Signed-off-by: Eshwar Hebbur Shivakumar <[email protected]>
    
    ---------
    
    Signed-off-by: Eshwar Hebbur Shivakumar <[email protected]>
    eshwarhs authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0b22a11 View commit details
    Browse the repository at this point in the history
  8. typo registires -> registries (#17099)

    Signed-off-by: Adam Huganir <[email protected]>
    adam-huganir authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ca27c41 View commit details
    Browse the repository at this point in the history
  9. Updated otelgrpc to remediate CVE found by JFrog Xray (#17084)

    Signed-off-by: Tal Yitzhak <[email protected]>
    Co-authored-by: Tal Yitzhak <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c4a9df6 View commit details
    Browse the repository at this point in the history
  10. docs(webhook): use real cm name instead of placeholder (#17002)

    The document says I should registed configMap named argocd-notifications-cm but then uses placeholder in examples.
    
    Signed-off-by: Petr Studeny <[email protected]>
    dosmanak authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4bf4629 View commit details
    Browse the repository at this point in the history
  11. docs: Update Okta OIDC SSO docs (#13811)

    * Update the Okta SSO docs
    
    * fill out the OIDC section with step-by-step instructions on using Okta
      with custom authorization servers
    * adjust outdated docs about updating the docs
    
    Signed-off-by: Jonas Courteau <[email protected]>
    
    * Add the Okta version that these docs are written against
    
    Signed-off-by: Jonas Courteau <[email protected]>
    
    ---------
    
    Signed-off-by: Jonas Courteau <[email protected]>
    Signed-off-by: Dan Garfield <[email protected]>
    Co-authored-by: Dan Garfield <[email protected]>
    jcourteau and todaywasawesome authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    af20dae View commit details
    Browse the repository at this point in the history
  12. Add a description for using contour httpproxy CRD (#14614)

    Which allows you to reuse the same hostname.
    
    Co-authored-by: Boris Smidt <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b93874e View commit details
    Browse the repository at this point in the history
  13. fix: ci failures (#17107)

    Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
    gdsoumya authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d494d3a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. chore(deps): bump library/golang from 1.21.3 to 1.22.0 in /test/remote (

    #17111)
    
    Bumps library/golang from 1.21.3 to 1.22.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8ac7b6d View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump yarn from 1.22.10 to 1.22.13 in /ui-test (#17092)

    Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.22.10 to 1.22.13.
    - [Release notes](https://github.com/yarnpkg/yarn/releases)
    - [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md)
    - [Commits](yarnpkg/yarn@1.22.10...v1.22.13)
    
    ---
    updated-dependencies:
    - dependency-name: yarn
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b23e71f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/redis from 7.0.11 to 7.2.4 in /test/contain…

    …er (#16806)
    
    Bumps library/redis from 7.0.11 to 7.2.4.
    
    ---
    updated-dependencies:
    - dependency-name: library/redis
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7ce342f View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump yarn from 1.22.10 to 1.22.21 in /ui (#17096)

    Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.22.10 to 1.22.21.
    - [Release notes](https://github.com/yarnpkg/yarn/releases)
    - [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md)
    - [Commits](yarnpkg/yarn@1.22.10...v1.22.21)
    
    ---
    updated-dependencies:
    - dependency-name: yarn
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Blake Pettersson <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    3 people authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    98d5a2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93a668a View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump library/node from 20.6.1 to 21.6.1 (#17053)

    Bumps library/node from 20.6.1 to 21.6.1.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3c9a2fb View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump library/node from 20.7.0 to 21.6.1 (#17065)

    Signed-off-by: fengshunli <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    fengshunli and pasha-codefresh authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    52ffd7d View commit details
    Browse the repository at this point in the history
  8. fix(kustomize): set build dir (#15057) #16229 #16652 (#16653)

    * use repo root, not app path
    
    Signed-off-by: Prune <[email protected]>
    
    correct patch
    
    Signed-off-by: Prune <[email protected]>
    
    * use Getwd to find the root path for diff commands
    
    Signed-off-by: Prune <[email protected]>
    
    * set dot a default for argo app commands
    
    Signed-off-by: Prune <[email protected]>
    
    * revert default values
    
    Signed-off-by: Prune <[email protected]>
    
    * patch diff in TestNamespacedResourceDiffing
    
    Signed-off-by: Prune <[email protected]>
    
    * patching some diff and sync
    
    Signed-off-by: Prune <[email protected]>
    
    * patch remaining diff in error
    
    Signed-off-by: Prune <[email protected]>
    
    ---------
    
    Signed-off-by: Prune <[email protected]>
    prune998 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f77cf94 View commit details
    Browse the repository at this point in the history
  9. chore(ci): tweak backend filters (#17134)

    The existing backend filters get triggered even on frontend-only or
    docs-only changes, which should not be the case. The reason for this
    seems to be the fact that each filter line is ORed rather than ANDed.
    To remedy this, we put all the filters on the same line.
    
    I tried the filter out in a REPL
    (https://runkit.com/blakepettersson/65c3daba99653f0008c74eda). This is
    a filter using picomatch (the same library `dorny/paths-filter` uses).
    
    Signed-off-by: Blake Pettersson <[email protected]>
    blakepettersson authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7e80f1e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. docs: fix error in toolchain setup (#17154)

    Signed-off-by: Alexandre Gaudreault <[email protected]>
    agaudreault authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d7da05f View commit details
    Browse the repository at this point in the history
  2. chore(dex): 2.37.0 to 2.38.0 (#17157)

    Signed-off-by: asingh51 <[email protected]>
    Co-authored-by: asingh51 <[email protected]>
    ashutosh16 and asingh51 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bb1c1ed View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. feat: Add support for passing Redis Sentinel username(ACL) and passwo…

    …rd (#17168)
    
    * Add support for passing Sentinel username and password
    
    Signed-off-by: ShlomiTubul <[email protected]>
    
    * fix align with var naming
    
    Signed-off-by: ShlomiTubul <[email protected]>
    
    * fix align with var naming
    
    Signed-off-by: ShlomiTubul <[email protected]>
    
    ---------
    
    Signed-off-by: ShlomiTubul <[email protected]>
    Co-authored-by: ShlomiTubul <[email protected]>
    shlomitubul and shlomitubul authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    adceae9 View commit details
    Browse the repository at this point in the history
  2. fix: stop initializing deployment informer if dynamic sharding is dis…

    …abled (#17097)
    
    * fix: stop initializing deployment informer if dynamic sharding is disabled
    
    Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
    
    * feat: updated sharding cache getter func
    
    Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
    
    ---------
    
    Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
    gdsoumya authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    4458d5f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. feat: query escape function for notifications (#16343)

    Signed-off-by: Jan Schumann <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    janschumann and pasha-codefresh authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    82433ff View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update triggers doc to fix typo (#17185)

    Signed-off-by: David Grizzanti <[email protected]>
    dgrizzanti authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c082a0c View commit details
    Browse the repository at this point in the history
  2. docs: fixes Template.md targetRevision typo (#17190)

    * Template.md targetRevision typo fixed
    
    Signed-off-by: Ajay Chidambaram <[email protected]>
    
    * retrigger checks
    
    Signed-off-by: Ajay Chidambaram <[email protected]>
    
    * sign off
    
    Signed-off-by: chidambaram27 <[email protected]>
    Signed-off-by: Ajay Chidambaram <[email protected]>
    
    * sign off
    
    Signed-off-by: Ajay Chidambaram <[email protected]>
    
    ---------
    
    Signed-off-by: Ajay Chidambaram <[email protected]>
    Signed-off-by: chidambaram27 <[email protected]>
    chidambaram27 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5406a1a View commit details
    Browse the repository at this point in the history
  3. docs: Private-helm-repo section target added to helm.md (#16697)

    * helm-repo
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * Update docs/user-guide/helm.md
    
    Co-authored-by: Blake Pettersson <[email protected]>
    Signed-off-by: Suraj yadav <[email protected]>
    
    ---------
    
    Signed-off-by: Surajyadav <[email protected]>
    Signed-off-by: Suraj yadav <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    surajyadav1108 and blakepettersson authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    db34f98 View commit details
    Browse the repository at this point in the history
  4. fix: infer correct shard in statefulset setup (#17124, #17016) (#17167)

    * fix: infer correct shard in statefulset setup
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix the case if only a single replica
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: resolving pointer on shard compare
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: add readlock for cluster accessor
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: use defer to protect access of 'shard'
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: revert locking in getclusteraccessor
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: handle nil shard case
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: handle any nil shard value as false
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: handle nil case and fix another missing pointer dereference 
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * revert
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: added tests and fixed some behaviour bugs
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * test: add test to validate that Shard value is not overriden
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * fix: added tests and fixe the case when server is changed inside a secret
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    * tests: add test cases for infering the shard logic
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    
    ---------
    
    Signed-off-by: Lukas Wöhrl <[email protected]>
    woehrl01 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5d6111b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. feat: wait until resources are deleted #6085 (#16733)

    * feat: wait until resources are deleted
    
    Signed-off-by: MichaelMorris <[email protected]>
    
    * Added unit and e2e test
    
    Signed-off-by: MichaelMorris <[email protected]>
    
    ---------
    
    Signed-off-by: MichaelMorris <[email protected]>
    MichaelMorrisEst authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6d0ba1f View commit details
    Browse the repository at this point in the history
  2. fix(controller): add missing workqueue metrics (#16315) (#17013)

    * fix(controller): add missing kubernetes metrics
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * validate workqueue metrics are present
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * use newer metrics registry
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * fix duplicated
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * init runtime controller in test to have correct metrics
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * fix lint error
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * update controller-runtime to remove metrics with high cardinality
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    agaudreault authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ff7192b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. chore(deps): upgrade helm to 3.14.1 (#17213)

    * chore(deps): upgrade helm to 3.14.1
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * move files to folder......
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    agaudreault authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    79e94b8 View commit details
    Browse the repository at this point in the history
  2. docs: Add PayIt to USERS.md (#17215)

    * docs: Add PayIt to USERS.md
    
    Signed-off-by: Matt Menzenski <[email protected]>
    
    * docs: Add PayIt to USERS.md
    
    Signed-off-by: Matt Menzenski <[email protected]>
    
    ---------
    
    Signed-off-by: Matt Menzenski <[email protected]>
    menzenski authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d5b0a4f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. docs: Add Nextbasket to USERS.md (#17228)

    Signed-off-by: NextBasket-Petyo <[email protected]>
    NextBasket-Petyo authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d5a4f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e679a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Count git checkout failures (#15657)

    Signed-off-by: Mikołaj Przybysz <[email protected]>
    Co-authored-by: Mikołaj Przybysz <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    3 people authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    50284f7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/node from 21.6.1 to 21.6.2 in /ui-test (#17226

    )
    
    Bumps library/node from 21.6.1 to 21.6.2.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4e224ee View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/node from 21.6.1 to 21.6.2 (#17223)

    Bumps library/node from 21.6.1 to 21.6.2.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    47eddf1 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump library/golang in /test/remote (#17138)

    Bumps library/golang from `094e47e` to `ef61a20`.
    
    ---
    updated-dependencies:
    - dependency-name: library/golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d9e0666 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    078eb6c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore(deps): bump library/node from 6fb1883 to 65998e3 in /ui-test (

    #17245)
    
    Bumps library/node from `6fb1883` to `65998e3`.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8a86649 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/golang in /test/remote (#17244)

    Bumps library/golang from `ef61a20` to `7b297d9`.
    
    ---
    updated-dependencies:
    - dependency-name: library/golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b80015e View commit details
    Browse the repository at this point in the history
  3. Add AppName to the RepoServerAppDetailsQuery for notification-contr…

    …oller (#17233)
    
    Signed-off-by: Dong Wang <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    wd and pasha-codefresh authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    fa1ad0c View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump library/node from 50703e6 to 65998e3 (#17243)

    Bumps library/node from `50703e6` to `65998e3`.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3cc0277 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. docs: Update USERS.md (#17248)

    * Update USERS.md
    
    Signed-off-by: itayvolo <[email protected]>
    
    * Update USERS.md
    
    Signed-off-by: itayvolo <[email protected]>
    
    * Update USERS.md
    
    Signed-off-by: itayvolo <[email protected]>
    
    ---------
    
    Signed-off-by: itayvolo <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    itayvolo and pasha-codefresh authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d55e926 View commit details
    Browse the repository at this point in the history
  2. docs(metrics): add release label to haproxy (#17264)

    Add missing `release` label to `argocd-redis-haproxy-metrics`
    ServiceMonitor example.
    
    Signed-off-by: Gaston Festari <[email protected]>
    cilindrox authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4761255 View commit details
    Browse the repository at this point in the history
  3. docs: Fix typo in notifications example (#17250)

    * Fix typo in notifications example
    
    I'm not too sure what the example should look like, so I'm taking a guess here.
    
    Signed-off-by: Adrian Moisey <[email protected]>
    
    * Update docs/operator-manual/notifications/troubleshooting.md
    
    Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
    Signed-off-by: Adrian Moisey <[email protected]>
    
    ---------
    
    Signed-off-by: Adrian Moisey <[email protected]>
    Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
    adrianmoisey and gdsoumya authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    17ef8b9 View commit details
    Browse the repository at this point in the history
  4. Update contributors-quickstart.md (#17266)

    Signed-off-by: Dan Garfield <[email protected]>
    todaywasawesome authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6aa79f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. reduce unnecessary unmarshal (#17187)

    Signed-off-by: Wilson Wang <[email protected]>
    wilsonwang371 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5d4c0ec View commit details
    Browse the repository at this point in the history
  2. fix typo (#17272)

    Signed-off-by: Oscar Wieman <[email protected]>
    oscrx authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    df2b0e2 View commit details
    Browse the repository at this point in the history
  3. docs: Added examples for alternate EKS cluster authentication methods (

    …#17270)
    
    * Added examples for alternate EKS cluster authentication methods
    Signed-off-by: Damon Edstrom <[email protected]>
    
    * Update docs/operator-manual/declarative-setup.md
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    ---------
    
    Signed-off-by: Dan Garfield <[email protected]>
    Co-authored-by: Dan Garfield <[email protected]>
    dcedstrom and todaywasawesome authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    262d287 View commit details
    Browse the repository at this point in the history
  4. docs for PR #9791 (#16021)

    Signed-off-by: mzain <[email protected]>
    mzain authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4dc91dc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. chore(ci): use changed files action (#17180)

    `dorny/paths-filter` doesn't seem to handle (multiple) negations well.
    Therefore, this PR switches to `tj-actions/changed-files`, since it is
    already successfully used in argo-workflows.
    
    Signed-off-by: Blake Pettersson <[email protected]>
    blakepettersson authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5bc1850 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. fix(ui): Include application name in status badge (#17126)

    * Added application name to badge
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * Rever svg change
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * Doc for disabling application name
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * Flag to not display application name
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * Added tests
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * Make no app name the default
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * Have enable app name as a query parameter
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * Have enable app name as a query parameter
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * argocd to original
    
    Signed-off-by: sshenoy6 <[email protected]>
    
    * Update docs/user-guide/status-badge.md
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    ---------
    
    Signed-off-by: sshenoy6 <[email protected]>
    Signed-off-by: Dan Garfield <[email protected]>
    Co-authored-by: sshenoy6 <[email protected]>
    Co-authored-by: Dan Garfield <[email protected]>
    3 people authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    7fe1263 View commit details
    Browse the repository at this point in the history
  2. fix: Update test image ssl/crypto libs (#17303)

    Signed-off-by: Carlos Santana <[email protected]>
    csantanapr authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8bb41ed View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump postcss from 8.2.13 to 8.4.35 in /ui (#17140)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.4.35.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.2.13...8.4.35)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c435260 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump library/redis in /test/container (#17137)

    Bumps library/redis from `cc8b0b8` to `11c3e41`.
    
    ---
    updated-dependencies:
    - dependency-name: library/redis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e4c8568 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump react-helmet and @types/react-helmet in /ui (#11556)

    Bumps [react-helmet](https://github.com/nfl/react-helmet) and [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet). These dependencies needed to be updated together.
    
    Updates `react-helmet` from 5.2.1 to 6.1.0
    - [Release notes](https://github.com/nfl/react-helmet/releases)
    - [Changelog](https://github.com/nfl/react-helmet/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/nfl/react-helmet/commits/6.1.0)
    
    Updates `@types/react-helmet` from 5.0.19 to 6.1.6
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet)
    
    ---
    updated-dependencies:
    - dependency-name: react-helmet
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: "@types/react-helmet"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6de1037 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump bitnami/kubectl in /test/container (#14220)

    Bumps bitnami/kubectl from `670fe3f` to `14ab746`.
    
    ---
    updated-dependencies:
    - dependency-name: bitnami/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9972314 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. chore: add Rocket.Chat to users (#17306)

    Signed-off-by: Debdut Chakraborty <[email protected]>
    debdutdeb authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8712d03 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/ubuntu in /test/container (#13409)

    Bumps library/ubuntu from `9a0bdde` to `67211c1`.
    
    ---
    updated-dependencies:
    - dependency-name: library/ubuntu
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    37eacec View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. chore(deps): bump library/redis in /test/container (#17309)

    Bumps library/redis from `11c3e41` to `e647cfe`.
    
    ---
    updated-dependencies:
    - dependency-name: library/redis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4d1eb55 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/registry in /test/container (#13050)

    Bumps library/registry from `41f413c` to `b209a41`.
    
    ---
    updated-dependencies:
    - dependency-name: library/registry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    09798b5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/busybox in /test/e2e/multiarch-container (#…

    …14592)
    
    Bumps library/busybox from `2376a0c` to `3fbc632`.
    
    ---
    updated-dependencies:
    - dependency-name: library/busybox
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2ac96a5 View commit details
    Browse the repository at this point in the history
  4. fix: use simple python image to build mkdocs (#17313)

    * fix: use simple python image to build mkdocs
    
    Signed-off-by: Carlos Santana <[email protected]>
    
    * use python 3.7
    
    Signed-off-by: Carlos Santana <[email protected]>
    
    ---------
    
    Signed-off-by: Carlos Santana <[email protected]>
    csantanapr authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    891d089 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. chore(deps): bump library/registry in /test/container (#17317)

    Bumps library/registry from `b209a41` to `f4e1b87`.
    
    ---
    updated-dependencies:
    - dependency-name: library/registry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d42004f View commit details
    Browse the repository at this point in the history
  2. docs: fixed name of environment variable and config map property enab…

    …ling scm providers for applicationsets (#17326)
    
    Signed-off-by: Juliusz <[email protected]>
    Co-authored-by: Juliusz <[email protected]>
    juliuszjaksa and Juliusz authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5ffbca4 View commit details
    Browse the repository at this point in the history
  3. fix(ui): Added dashed line between collapsed sections in Compact-diff (

    …#17173)
    
    * dashed-line-breaker
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * dark-mode
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * dark-mode-text-fix
    
    Signed-off-by: Surajyadav <[email protected]>
    
    ---------
    
    Signed-off-by: Surajyadav <[email protected]>
    surajyadav1108 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8b89722 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    48f4392 View commit details
    Browse the repository at this point in the history
  2. chore(deps): upgrade helm to 3.14.2 (#17330)

    * chore(deps): upgrade helm to 3.14.2
    
    Signed-off-by: David Bunn <[email protected]>
    
    * Signing commit
    
    Signed-off-by: David Bunn <[email protected]>
    
    ---------
    
    Signed-off-by: David Bunn <[email protected]>
    debunn authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e492e14 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/node from 21.6.1 to 21.6.2 in /test/contain…

    …er (#17316)
    
    Bumps library/node from 21.6.1 to 21.6.2.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c973f70 View commit details
    Browse the repository at this point in the history
  4. fix: The argocd server api-content-type flag does not allow empty con…

    …tent-type header (#17331)
    
    Signed-off-by: Alexander Matyushentsev <[email protected]>
    alexmt authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bb4e47a View commit details
    Browse the repository at this point in the history
  5. fix(ui): The tiles in Applications List are too wide #17220 (#17340)

    * fix(ui): The tiles in Applications List are too wide
    
    Signed-off-by: Rafal Pelczar <[email protected]>
    
    * change min width of app tiles
    
    Signed-off-by: Rafal Pelczar <[email protected]>
    
    ---------
    
    Signed-off-by: Rafal Pelczar <[email protected]>
    rpelczar authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a4b5051 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. chore(notifications): remove unneeded operations from templates (#17307)

    * chore(deps): bump library/ubuntu in /test/container (#13409)
    
    Bumps library/ubuntu from `9a0bdde` to `67211c1`.
    
    ---
    updated-dependencies:
    - dependency-name: library/ubuntu
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Michael Firestone <[email protected]>
    
    * rm unneeded operations from templates
    
    Signed-off-by: Michael Firestone <[email protected]>
    Signed-off-by: Michael Firestone <[email protected]>
    
    * rm more unneeded ops
    
    Signed-off-by: Michael Firestone <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Michael Firestone <[email protected]>
    Signed-off-by: Michael Firestone <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michael Firestone <[email protected]>
    3 people authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d4251ef View commit details
    Browse the repository at this point in the history
  2. feat: allow webhook settings to be referenced by external secret (#16262

    )
    
    Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
    MrFreezeex authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    62003f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. feat: Add app data to sharding cache to allow sharding by apps (#17014)

    * Adding app list to sharding cache
    
    Signed-off-by: Andrew Lee <[email protected]>
    
    * Add shard by apps test
    
    Signed-off-by: Andrew Lee <[email protected]>
    
    * Fix lint
    
    Signed-off-by: Andrew Lee <[email protected]>
    
    * Add coverage to test
    
    Signed-off-by: Andrew Lee <[email protected]>
    
    * Fix lint
    
    Signed-off-by: Andrew Lee <[email protected]>
    
    * Converted cluster/app accesors to private, add apps-in-any-namespace suport in shardingcache init, added read lock to GetAppDistribution
    
    Signed-off-by: Andrew Lee <[email protected]>
    
    * Fix tests
    
    Signed-off-by: Andrew Lee <[email protected]>
    
    ---------
    
    Signed-off-by: Andrew Lee <[email protected]>
    Enclavet authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d73304e View commit details
    Browse the repository at this point in the history
  2. docs: Update USERS.md (#17371)

    Hi, I added IABAI as using officially ArgoCD
    
    Signed-off-by: Andrea Sannuto <[email protected]>
    AnsenIO authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f132628 View commit details
    Browse the repository at this point in the history
  3. feat: add cli commands to add/delete sourceNamespaces from AppProject (

    …#17337)
    
    * Add cli to add/delete sourceNamespaces
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    * update command/comments
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    * update command/comments(1)
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    * update user-guide docs
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    * Retrigger CI pipeline
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    * add check for '*' & rename command to remove-source-namespace
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    * update command/comments(2)
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    * update command/comments(3)
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    * Retrigger CI pipeline
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    
    ---------
    
    Signed-off-by: Raghavi Shirur <[email protected]>
    raghavi101 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e9b1af5 View commit details
    Browse the repository at this point in the history
  4. feat: add ability to auto label clusters from k8s clusterinfo (#17289)

    * feat: add ability to auto label clusters
    
    This gives the ability to automatically label cluster secrets on a cluster-by-cluster basis. If `enableClusterInfoLabels` is set on a cluster secret, the controller will (eventually) label the cluster secret with the current k8s version detected by the cluster info.
    
    This needs documentation, e2e tests, as well as CLI/UI additions.
    
    Signed-off-by: Blake Pettersson <[email protected]>
    
    * refactor: use labels instead of secret data
    
    This is easier to work with, especially in the context where we need
    this feature.
    
    Signed-off-by: Blake Pettersson <[email protected]>
    
    * docs: add description on how to use dynamic labeling
    
    Signed-off-by: Blake Pettersson <[email protected]>
    
    ---------
    
    Signed-off-by: Blake Pettersson <[email protected]>
    blakepettersson authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    99128c2 View commit details
    Browse the repository at this point in the history
  5. chore(ci): free up disk space for goreleaser (#17373)

    Signed-off-by: Michael Crenshaw <[email protected]>
    crenshaw-dev authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    28112c6 View commit details
    Browse the repository at this point in the history
  6. fix(ui): Dark-mode-enhancements (#17241)

    * dark-mode-enhancements
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * monaco
    
    Signed-off-by: Surajyadav <[email protected]>
    
    ---------
    
    Signed-off-by: Surajyadav <[email protected]>
    Signed-off-by: Suraj yadav <[email protected]>
    surajyadav1108 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e3ee9ee View commit details
    Browse the repository at this point in the history
  7. feat: add cli commands to add/remove sources for multi-source applica…

    …tions (#17310)
    
    * Initial commit
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * add cli commands to add/remove sources for multi-source app
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * add checks
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * add docs
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * refactor code and update tests
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * add removed additional switch case
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * fix suggested nits
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    ---------
    
    Signed-off-by: ishitasequeira <[email protected]>
    ishitasequeira authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3cf54af View commit details
    Browse the repository at this point in the history
  8. feat: enable users to run commands related to Argo Applications in an…

    …y namespace (#17360)
    
    * enable --app-namespace falg for application get command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * enable --app-namespace falg for application diff command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * enable --app-namespace falg for application wait command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * enable --app-namespace falg for application rollback command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * enable --app-namespace falg for application patch command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * enable --app-namespace falg for application edit command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * enable --app-namespace falg for application history command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * enable --app-namespace falg for application sync  command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * enable --app-namespace falg for application delete  command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * cli doc generated
    
    Signed-off-by: Mangaal <[email protected]>
    
    ---------
    
    Signed-off-by: Mangaal <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    Mangaal and ishitasequeira authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    82e20a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    e2f8794 View commit details
    Browse the repository at this point in the history
  2. fix: disable rate limiting sompletely by default (#17355)

    Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
    gdsoumya authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    88e4da6 View commit details
    Browse the repository at this point in the history
  3. docs: use service-name instead of service-id (#17389)

    * use service-name instead of service-id
    
    Signed-off-by: DongHo Jung <[email protected]>
    
    * trigger CICD
    
    Signed-off-by: DongHo Jung <[email protected]>
    
    ---------
    
    Signed-off-by: DongHo Jung <[email protected]>
    dongho-jung authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7eda6e0 View commit details
    Browse the repository at this point in the history
  4. feat: Allow Kustomize common labels to not apply to selectors (#17329)

    * modify crds
    
    Signed-off-by: Collin <[email protected]>
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * cmd opts and test
    
    Signed-off-by: Collin <[email protected]>
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * kustomize build and test
    
    Signed-off-by: Collin <[email protected]>
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * fix option order and add ancestry to users
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * fix users format
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * generated files
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * set flag value
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * modify crds
    
    Signed-off-by: Collin <[email protected]>
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * chore(deps): bump library/registry in /test/container (#17317)
    
    Bumps library/registry from `b209a41` to `f4e1b87`.
    
    ---
    updated-dependencies:
    - dependency-name: library/registry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Collin <[email protected]>
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * generated files
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * add docs
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * fix doc
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * remove debug prints
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * fix autogen docs
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    ---------
    
    Signed-off-by: Collin <[email protected]>
    Signed-off-by: lets-call-n-walk <[email protected]>
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Collin Walker <[email protected]>
    Co-authored-by: Collin <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    839526e View commit details
    Browse the repository at this point in the history
  5. fix(ui): Highlight failing containers in the UI (#17143)

    * failing container icon added
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * lint-fix
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * ..
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * tried yarn lint-fix
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * margin
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * running
    
    Signed-off-by: Surajyadav <[email protected]>
    
    ---------
    
    Signed-off-by: Surajyadav <[email protected]>
    surajyadav1108 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    24ac326 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix(ui): application-summary-help-icon fix (#17385)

    * Update application-summary.tsx
    
    revision-history icon fix
    
    Signed-off-by: Suraj yadav <[email protected]>
    
    * icons
    
    Signed-off-by: Surajyadav <[email protected]>
    
    ---------
    
    Signed-off-by: Suraj yadav <[email protected]>
    Signed-off-by: Surajyadav <[email protected]>
    surajyadav1108 authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ee78d02 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. chore: add more unit tests around useDiffCache function (#17404)

    * chore: add more unit tests around useDiffCache function
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    * fix doc
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    
    ---------
    
    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    leoluz authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8786ec2 View commit details
    Browse the repository at this point in the history
  2. fix(grpcproxy): parse headers contain colon (#13274) (#14294)

    * fix(grpcproxy): parse headers contain colon
    
    Signed-off-by: bogay <[email protected]>
    
    * test(apiclient): headers in wrong format
    
    Signed-off-by: bogay <[email protected]>
    
    ---------
    
    Signed-off-by: bogay <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    Bogay and blakepettersson authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4db8942 View commit details
    Browse the repository at this point in the history
  3. docs: Fix some awkward phrasing in core.md (#17412)

    Signed-off-by: Nate Douglas <[email protected]>
    ndouglas authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    58993b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b91987 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. docs: remove repetitive words (#17430)

    Signed-off-by: hishope <[email protected]>
    hishope authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d0331ee View commit details
    Browse the repository at this point in the history
  2. feat(cli): enable --app-namespace flag for argocd app subcommand (#17437

    )
    
    * add --app-namespace flag for set/unset command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * add --app-namespace flag for add-source/remove-source command
    
    Signed-off-by: Mangaal <[email protected]>
    
    * fix bug, handle array out of-bound when --source-index=len(source)
    
    Signed-off-by: Mangaal <[email protected]>
    
    * add documentation
    
    Signed-off-by: Mangaal <[email protected]>
    
    ---------
    
    Signed-off-by: Mangaal <[email protected]>
    Mangaal authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0d020f0 View commit details
    Browse the repository at this point in the history
  3. docs: Clarify for valueFiles behaviour with path field (#17431)

    This commit adds clarification by explaining that `valueFiles` must be a relative path to the root of sources, even if the `path` field is set.
    
    Signed-off-by: Takahiro Suzuki <[email protected]>
    Signed-off-by: tkasuz <[email protected]>
    tkasuz authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0c2934a View commit details
    Browse the repository at this point in the history
  4. docs: Small edits to docs/user-guide/application-set.md (#17434)

    * Update application-set.md
    
    Signed-off-by: Nate Douglas <[email protected]>
    
    * Make example code consistent with examples elsewhere.
    
    Signed-off-by: Nathan Douglas <[email protected]>
    
    ---------
    
    Signed-off-by: Nate Douglas <[email protected]>
    Signed-off-by: Nathan Douglas <[email protected]>
    ndouglas authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8aa9625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d76976f View commit details
    Browse the repository at this point in the history
  6. fix(ui): align resource nodegroup (#17427)

    Signed-off-by: Caio Paiva <[email protected]>
    cclp94 authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fda25d0 View commit details
    Browse the repository at this point in the history
  7. docs: proposal to implement sync timeout and termination settings (#1…

    …6630)
    
    Signed-off-by: Alexander Matyushentsev <[email protected]>
    alexmt authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    138a112 View commit details
    Browse the repository at this point in the history
  8. feat: Allow mkdocs to livereload when using docker (#17383)

    * feat: Allow mkdocs to livereload when using docker
    
    Signed-off-by: Carlos Santana <[email protected]>
    
    * update the docs
    
    Signed-off-by: Carlos Santana <[email protected]>
    
    ---------
    
    Signed-off-by: Carlos Santana <[email protected]>
    csantanapr authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    edc6f5f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#…

    …17442)
    
    Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3.
    - [Release notes](https://github.com/go-jose/go-jose/releases)
    - [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md)
    - [Commits](go-jose/go-jose@v3.0.1...v3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-jose/go-jose/v3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2ad06a6 View commit details
    Browse the repository at this point in the history
  2. chore: Fix Helm Installation Breaking on Mac (#17426)

    * fix helm installation to work with mac
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * fix checksums
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * change install filename and makefile
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    * change name to just helm - fix dockerfile
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    
    ---------
    
    Signed-off-by: lets-call-n-walk <[email protected]>
    lets-call-n-walk authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2b6b9bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bb92d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98a888e View commit details
    Browse the repository at this point in the history
  5. chore: update cosign and version (#17441)

    * chore: update cosign and version
    
    Signed-off-by: Justin Marquis <[email protected]>
    
    * fix typo
    
    Signed-off-by: Justin Marquis <[email protected]>
    
    ---------
    
    Signed-off-by: Justin Marquis <[email protected]>
    34fathombelow authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3fee8cb View commit details
    Browse the repository at this point in the history
  6. chore: update slsa3 generate (#17451)

    Signed-off-by: Justin Marquis <[email protected]>
    34fathombelow authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1901cb5 View commit details
    Browse the repository at this point in the history
  7. docs: dex google oidc: add note on dex connector type (#17453)

    Signed-off-by: Aiman Ismail <[email protected]>
    pokgak authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fd3462e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. docs: Update site.md (#17454)

    erros -> errors
    
    Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
    eltociear authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    542890f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. add Oncourse Home (#17457)

    sudowing authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    da49d3e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/busybox in /test/e2e/multiarch-container (#…

    …17445)
    
    Bumps library/busybox from `3fbc632` to `650fd57`.
    
    ---
    updated-dependencies:
    - dependency-name: library/busybox
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0fe1acb View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/node from 21.6.2 to 21.7.0 in /ui-test (#17444

    )
    
    Bumps library/node from 21.6.2 to 21.7.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    de4cac4 View commit details
    Browse the repository at this point in the history
  4. make CGO_ENABLED configurable (#17462)

    Signed-off-by: Mark McCormick <[email protected]>
    mamccorm authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    31776d4 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump library/ubuntu in /test/container (#17414)

    Bumps library/ubuntu from `f9d633f` to `77906da`.
    
    ---
    updated-dependencies:
    - dependency-name: library/ubuntu
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9b96570 View commit details
    Browse the repository at this point in the history
  6. chore: remove repetitive words (#17464)

    Signed-off-by: avoidalone <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    avoidalone and pasha-codefresh authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    085ed0f View commit details
    Browse the repository at this point in the history
  7. feat: add option manual to the --sync-policy flag of the `app cre…

    …ate` command (#17459)
    
    * feat: add sync policy option 'manual' for app create command
    
    Signed-off-by: Anirudh Sudhir <[email protected]>
    
    * chore: Update tests to reflect sync policy option changes
    
    Signed-off-by: Anirudh Sudhir <[email protected]>
    
    ---------
    
    Signed-off-by: Anirudh Sudhir <[email protected]>
    anirudhsudhir authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    05eea87 View commit details
    Browse the repository at this point in the history
  8. [Bot] docs: Update Snyk reports (#17458)

    Signed-off-by: CI <[email protected]>
    Co-authored-by: CI <[email protected]>
    github-actions[bot] and CI authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cc235e4 View commit details
    Browse the repository at this point in the history
  9. docs: fix kustomize example resources url (#17468)

    Signed-off-by: Jonas Bakken <[email protected]>
    JonasBak authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6ca29a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. chore(deps): bump library/node from 21.6.2 to 21.7.1 in /test/contain…

    …er (#17475)
    
    Bumps library/node from 21.6.2 to 21.7.1.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    76c6479 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/golang in /test/container (#17415)

    Bumps library/golang from 1.21.3 to 1.22.1.
    
    ---
    updated-dependencies:
    - dependency-name: library/golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    dc242da View commit details
    Browse the repository at this point in the history
  3. fix(notifications): Helm.GetParameterValueByName should take helm.par…

    …ametes first (#17472)
    
    * fix: Helm.GetParameterValueByName should take helm.parametes first
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    * fix linters
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    ---------
    
    Signed-off-by: pashakostohrys <[email protected]>
    pasha-codefresh authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    dd29300 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57d6e65 View commit details
    Browse the repository at this point in the history
  5. chore: Fix containerized toolchain (#17480)

    Signed-off-by: jannfis <[email protected]>
    jannfis authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e609968 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 (#17463)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@4a13e50...af5a7ed)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    de44e14 View commit details
    Browse the repository at this point in the history
  7. docs: remove configManagementPlugins from argocd-cm.yaml (#17486)

    That field is no longer supported.
    
    Signed-off-by: Michael Crenshaw <[email protected]>
    crenshaw-dev authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ff05530 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. chore: Support running and testing locally using podman instead of do…

    …cker (#17481)
    
    * chore: Support rootless podman for run/test
    
    Signed-off-by: jannfis <[email protected]>
    
    * Note DOCKER env in docs
    
    Signed-off-by: jannfis <[email protected]>
    
    ---------
    
    Signed-off-by: jannfis <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    jannfis and ishitasequeira authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7cfb9d6 View commit details
    Browse the repository at this point in the history
  2. fix(appset): keep reconciling even when params error occurred (#17062)

    * fix(appset): keep reconcile even when params error occurred
    
    Signed-off-by: Or Koren <[email protected]>
    
    * requeue on generator rendering error
    
    Signed-off-by: Or Koren <[email protected]>
    
    * test ignoring partial rendering errors
    
    Signed-off-by: Or Koren <[email protected]>
    
    * e2e test create app with param error
    
    Signed-off-by: Or Koren <[email protected]>
    
    ---------
    
    Signed-off-by: Or Koren <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    similark and blakepettersson authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    86369ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b77e8d View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump library/node from 21.7.0 to 21.7.1 in /ui-test (#17498

    )
    
    Bumps library/node from 21.7.0 to 21.7.1.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2a747c6 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump library/golang in /test/container (#17495)

    Bumps library/golang from `34ce21a` to `0b55ab8`.
    
    ---
    updated-dependencies:
    - dependency-name: library/golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0b5d9af View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump library/redis in /test/container (#17496)

    Bumps library/redis from `e647cfe` to `7dd7070`.
    
    ---
    updated-dependencies:
    - dependency-name: library/redis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e4885db View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump library/node in /test/container (#17494)

    Bumps library/node from `f358dfc` to `b9ccc4a`.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    565aa8e View commit details
    Browse the repository at this point in the history
  8. Make evergreen (#17507)

    This example uses an old revision `v1.0.1` instead it should just use stable.
    
    Signed-off-by: Dan Garfield <[email protected]>
    todaywasawesome authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f4bb860 View commit details
    Browse the repository at this point in the history
  9. docs: added all available fields for applicationset.yaml #16095 (#16104)

    * adding all available filds for generators
    
    Signed-off-by: Harshvir Potpose <[email protected]>
    
    * add remaining fields in applicationset.yml
    
    Signed-off-by: Harshvir Potpose <[email protected]>
    
    * Update docs/operator-manual/applicationset.yaml
    
    Co-authored-by: Michael Crenshaw <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    
    * Update docs/operator-manual/applicationset.yaml
    
    Co-authored-by: Michael Crenshaw <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    
    * Update docs/operator-manual/applicationset.yaml
    
    Co-authored-by: Michael Crenshaw <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    
    * Update docs/operator-manual/applicationset.yaml
    
    Co-authored-by: Michael Crenshaw <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    
    * fix
    
    Signed-off-by: Harshvir Potpose <[email protected]>
    
    ---------
    
    Signed-off-by: Harshvir Potpose <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    Co-authored-by: Michael Crenshaw <[email protected]>
    akagami-harsh and crenshaw-dev authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    be69bcc View commit details
    Browse the repository at this point in the history
  10. docs: Add note in installation step 1 with argocd cli (#8030)

    * Add note in installation stesps
    
    Added notes in installation step 1: 
    kubectl config set-context --current --namespace=argocd
    
    * Updated doc
    
    * Update docs/getting_started.md
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    ---------
    
    Signed-off-by: Dan Garfield <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    Co-authored-by: Dan Garfield <[email protected]>
    3 people authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    27c1743 View commit details
    Browse the repository at this point in the history
  11. Add documentation for google transitive groups (#9487)

    Signed-off-by: Trung <[email protected]>
    Co-authored-by: Michael Crenshaw <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    3 people authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    85a2145 View commit details
    Browse the repository at this point in the history
  12. fix: elements should be optional (#17424)

    A bug was reported, where an applicationset with an empty elements
    array, when created with `argocd appset create <filename>.yaml` gets a
    `...list.elements: Required value` error.
    
    My hypothesis is that when calling the K8s API, golang JSON marshalling
    mangles the empty `elements` array to `nil`, rather than creating an
    empty array when submitting the `POST`.
    
    Still need to figure out why the same setup seemingly works fine when
    the same appset is in an app-of-apps.
    
    Signed-off-by: Blake Pettersson <[email protected]>
    blakepettersson authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    51cfd50 View commit details
    Browse the repository at this point in the history
  13. Merge pull request from GHSA-jwv5-8mqv-g387

    * fix: Validate external URLs for applicatins
    
    Signed-off-by: Ry0taK <[email protected]>
    
    * fix(ui): remove invalid external-link
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * linting
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    ---------
    
    Signed-off-by: Ry0taK <[email protected]>
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    Co-authored-by: Alexandre Gaudreault <[email protected]>
    Ry0taK and agaudreault authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    479b554 View commit details
    Browse the repository at this point in the history
  14. Merge pull request from GHSA-g623-jcgg-mhmm

    Signed-off-by: Michael Crenshaw <[email protected]>
    crenshaw-dev authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3b8f673 View commit details
    Browse the repository at this point in the history
  15. feat: Add support to enable FullTimeStamp in logging (#15127)

    * Add support to enable FullTimeStamp in logging
    Signed-off-by: skalinov <[email protected]>
    
    * fix: Fix go linter file exist issue
    Signed-off-by: skalinov <[email protected]>
    
    * fix: Remove --skip-pkg-cache
    Signed-off-by: skalinov <[email protected]>
    
    * Update util/log/logrus_test.go
    
    Use custom set env for prevent linter to be failed
    
    Signed-off-by: pasha-codefresh <[email protected]>
    
    * Update common/common.go
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    * Update util/log/logrus_test.go
    
    Signed-off-by: pasha-codefresh <[email protected]>
    
    * Update util/log/logrus_test.go
    
    remove os import
    
    Signed-off-by: pasha-codefresh <[email protected]>
    
    * Update util/log/logrus_test.go
    
    sort dependencies
    
    Signed-off-by: pasha-codefresh <[email protected]>
    
    * fix formatting
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    ---------
    
    Signed-off-by: pasha-codefresh <[email protected]>
    Signed-off-by: Dan Garfield <[email protected]>
    Signed-off-by: pashakostohrys <[email protected]>
    Co-authored-by: skalinov <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    Co-authored-by: Dan Garfield <[email protected]>
    4 people authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f0b0307 View commit details
    Browse the repository at this point in the history
  16. docs: add attestation of SBOM to release assets in signed-release-ass…

    …ets.md (#17520)
    
    Closes #17200.
    
    Signed-off-by: Andreas Hunkeler <[email protected]>
    Karneades authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    77899cb View commit details
    Browse the repository at this point in the history
  17. fix: Argo CD unnecessary enforce sequential helm manifest generation …

    …for one chart (#17518)
    
    * fix: Argo CD unnecessary enforce sequential helm manifest generation for one chart
    
    Signed-off-by: Alexander Matyushentsev <[email protected]>
    
    * Update docs/operator-manual/high_availability.md
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    ---------
    
    Signed-off-by: Alexander Matyushentsev <[email protected]>
    Signed-off-by: Dan Garfield <[email protected]>
    Co-authored-by: Dan Garfield <[email protected]>
    alexmt and todaywasawesome authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    138b37b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. chore(deps): bump actions/checkout (#17493)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to 8410ad0602e1e429cee44a835ae9f77f654a6694.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@3df4ab1...8410ad0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    739fa0c View commit details
    Browse the repository at this point in the history
  2. chore: Add error messages to return statements in BlockingDial functi…

    …on (#17521)
    
    * Add error messages to return statements in BlockingDial function
    
    Signed-off-by: danqixu <[email protected]>
    
    * amend error wrapping from %s to %w
    
    Signed-off-by: danqixu <[email protected]>
    
    ---------
    
    Signed-off-by: danqixu <[email protected]>
    danqixu authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4a92ab7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): upgrade helm to 3.14.3 (#17531)

    * chore(deps): upgrade helm to 3.14.3
    
    Signed-off-by: David Bunn <[email protected]>
    
    * chore(deps): upgrade helm to 3.14.3
    
    Signed-off-by: David Bunn <[email protected]>
    
    ---------
    
    Signed-off-by: David Bunn <[email protected]>
    debunn authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aaabb05 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. chore(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 (#17537)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@af5a7ed...2cdde99)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2b75efd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f58d73 View commit details
    Browse the repository at this point in the history
  3. docs: Update the status of the feature, app in any namespace, from be…

    …ta to stable (#17529)
    
    * Update the status of the feature, app in any namespace, from beta to stable
    
    Signed-off-by: Mangaal <[email protected]>
    
    * adding warning and removing **Current feature state**
    
    Signed-off-by: Mangaal <[email protected]>
    
    ---------
    
    Signed-off-by: Mangaal <[email protected]>
    Mangaal authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    63a72ee View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request from GHSA-2vgg-9h6w-m454

    * feat: pick random user and exclude admin user and current user from deletion candidates
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    * feat: increase default max cache size
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    * add nil protection
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    * Update util/session/sessionmanager.go
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    Signed-off-by: Dan Garfield <[email protected]>
    
    * chore: fix linter issues
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    ---------
    
    Signed-off-by: pashakostohrys <[email protected]>
    Signed-off-by: Dan Garfield <[email protected]>
    Co-authored-by: Dan Garfield <[email protected]>
    pasha-codefresh and todaywasawesome authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6596e08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-6v85-wr92-q4p7

    * fix: Fix concurrency issue in session manager
    
    Signed-off-by: jannfis <[email protected]>
    
    * Add note that modification to the map must be done in a thread safe manner
    
    * chore: fix linter issues
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    ---------
    
    Signed-off-by: jannfis <[email protected]>
    Signed-off-by: pashakostohrys <[email protected]>
    Co-authored-by: Dan Garfield <[email protected]>
    Co-authored-by: pashakostohrys <[email protected]>
    3 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d69c61a View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump postcss from 8.4.35 to 8.4.36 in /ui (#17555)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.35 to 8.4.36.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.35...8.4.36)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    16fc008 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump library/registry in /test/container (#17554)

    Bumps library/registry from `f4e1b87` to `fb9c9ae`.
    
    ---
    updated-dependencies:
    - dependency-name: library/registry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    09407a2 View commit details
    Browse the repository at this point in the history
  5. docs: mention that the argocd diff command does not include secrets (#…

    …15950)
    
    * doc(cli): update argocd_app_diff
    
    Adding the fact that secrets are ignored by the diff (not really stated in the doc so far)
    
    Signed-off-by: ario0 <[email protected]>
    
    * doc: remove whitespace
    
    Signed-off-by: ario0 <[email protected]>
    
    ---------
    
    Signed-off-by: ario0 <[email protected]>
    Signed-off-by: Alexis Renard <[email protected]>
    Co-authored-by: pasha-codefresh <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    3 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    997688e View commit details
    Browse the repository at this point in the history
  6. feat: add cli commands to create/set/unset/edit sources for multi-sou…

    …rce application (#17425)
    
    * "feat:add cli commands to create/set/unset/edit sources for multi-source app"
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * fixed the ci failure
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * update commands
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * error out if source-index not specified for multi-source applications
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * fixed the ci failure
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * fix tests
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * set 0 as default source index for app create
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * add index to ParameterOverrides function
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * do not allow overrides for applications with multiple sources
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * update tests
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * remove create with override example
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * address comments
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * update tests
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * update examples in docs
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * update logs
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    * Add test and update docs
    
    Signed-off-by: ishitasequeira <[email protected]>
    
    ---------
    
    Signed-off-by: ishitasequeira <[email protected]>
    ishitasequeira authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ed0218f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat(UI): Added link for docs to add clusters (#17395)

    * cluster-add-link
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * docs
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * docs-panel
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * added
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * fixed
    
    Signed-off-by: Surajyadav <[email protected]>
    
    ---------
    
    Signed-off-by: Surajyadav <[email protected]>
    surajyadav1108 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5ada5c2 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump postcss from 8.4.36 to 8.4.37 in /ui (#17573)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.36 to 8.4.37.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.36...8.4.37)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1c938e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. chore: Fix linter issue with session manager (#17597)

    Signed-off-by: jannfis <[email protected]>
    jannfis authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d11e146 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump slsa-framework/slsa-github-generator (#17593)

    Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
    - [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
    - [Commits](slsa-framework/slsa-github-generator@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: slsa-framework/slsa-github-generator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3ec63b2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /ui (#…

    …17598)
    
    Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.1 to 5.3.4.
    - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-middleware@v5.3.1...v5.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-middleware
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7350a55 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump postcss from 8.4.37 to 8.4.38 in /ui (#17582)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.37 to 8.4.38.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.37...8.4.38)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    427965c View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /ui (#17542)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f049009 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump docker/login-action from 2.2.0 to 3.1.0 (#17524)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.1.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@465a078...e92390c)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ec7b49d View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump ip from 1.1.5 to 1.1.9 in /ui (#17256)

    Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9.
    - [Commits](indutny/node-ip@v1.1.5...v1.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <[email protected]>
    dependabot[bot] and pasha-codefresh authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2b28683 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. fix: invalid badge validation (#15507) (#17580)

    * fix: invalid badge validation
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * use util methods
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * rfc accept both lower and upper
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    * fix unit test affecting each other with var modification
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <[email protected]>
    Co-authored-by: Jann Fischer <[email protected]>
    agaudreault and jannfis authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a49880e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Adds count of resource on resource tile (#14904)

    Signed-off-by: Vipin M S <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    vipinachar and ishitasequeira authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    37c5f4d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fix(repo-server): excess git requests, add shared cache lock on revis…

    …ions (Issue #14725) (#17109)
    
    * fix(repo-server): excess git requests, cache lock on revisions
    
    Signed-off-by: nromriell <[email protected]>
    
    * fix: pr feedback, simplify, add configurable variable
    
    Signed-off-by: nromriell <[email protected]>
    
    * fix: codegen, lint
    
    Signed-off-by: nromriell <[email protected]>
    
    * fix: test print, no opts set, var type nit
    
    Signed-off-by: nromriell <[email protected]>
    
    * chore: add additional logging for unexpected cache error
    
    Signed-off-by: nromriell <[email protected]>
    
    ---------
    
    Signed-off-by: nromriell <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    nromriell and ishitasequeira authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c4fdc54 View commit details
    Browse the repository at this point in the history
  2. feat: Update command argocd app history to support multiple sources (#…

    …17530)
    
    * update argocd app history command to print app history group by thier sources along with all the REVISIONS
    
    Signed-off-by: Mangaal <[email protected]>
    
    * upadte unit test to ahve both Source and Sources and update function to overlooked source if sources is persent
    
    Signed-off-by: Mangaal <[email protected]>
    
    * remove magic no 7 and introduc a variable MAX_ALLOWED_REVISIONS
    
    Signed-off-by: Mangaal <[email protected]>
    
    * remove extra unit test
    
    Signed-off-by: Mangaal <[email protected]>
    
    * remove extra unit test TestPrintApplicationHistoryTableForWhenBothSourcesAndSourceFiledsExist()
    
    Signed-off-by: Mangaal <[email protected]>
    
    ---------
    
    Signed-off-by: Mangaal <[email protected]>
    Co-authored-by: Ishita Sequeira <[email protected]>
    Mangaal and ishitasequeira authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    38d86a9 View commit details
    Browse the repository at this point in the history
  3. fix: flaky test - app history command not printing source in consiste…

    …nt order (#17615)
    
    * instead if ranging over the map varHistory to print the history, inroduced a string array varHistoryKeys
    
    Signed-off-by: Mangaal <[email protected]>
    
    * update unit test expectation, remove new line in the beginning
    
    Signed-off-by: Mangaal <[email protected]>
    
    ---------
    
    Signed-off-by: Mangaal <[email protected]>
    Mangaal authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8cf0381 View commit details
    Browse the repository at this point in the history
  4. chore: Bump Golang to 1.21.8 (#17616)

    Signed-off-by: jannfis <[email protected]>
    jannfis authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f87897c View commit details
    Browse the repository at this point in the history
  5. chore: update and fix scorecard (#17617)

    Signed-off-by: Justin Marquis <[email protected]>
    34fathombelow authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a5a499a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix: Appcontroller respects sync windows (#16492)

    * fix: Appcontroller keeps op running when denied by sync window
    
    Signed-off-by: Charles Coupal-Jetté <[email protected]>
    
    * fix: Update test name
    
    Signed-off-by: Charles Coupal-Jetté <[email protected]>
    
    ---------
    
    Signed-off-by: Charles Coupal-Jetté <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    ccjette-logmein and blakepettersson authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    295dff6 View commit details
    Browse the repository at this point in the history
  2. docs(goTemplate): Fix bullet list (#17611)

    Signed-off-by: Wout Scheepers <[email protected]>
    wscheep authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    12ccb52 View commit details
    Browse the repository at this point in the history
  3. fix(cmp): pass env to plugin discovery (#13947)

    Signed-off-by: Michael Crenshaw <[email protected]>
    Co-authored-by: Blake Pettersson <[email protected]>
    Co-authored-by: Jann Fischer <[email protected]>
    3 people authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1bddee2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. wrap error for SyncKeyRingFromDirectory (#17633)

    Signed-off-by: danqixu <[email protected]>
    danqixu authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ad372cf View commit details
    Browse the repository at this point in the history
  2. docs(user-guide): fix a typo (#17642)

    Signed-off-by: treble-snake <[email protected]>
    treble-snake authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    442dac1 View commit details
    Browse the repository at this point in the history
  3. [Bot] docs: Update Snyk reports (#17601)

    Signed-off-by: CI <[email protected]>
    Co-authored-by: CI <[email protected]>
    github-actions[bot] and CI authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e9547bc View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /ui-test (#…

    …17541)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    31aa4d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update USERS.md (#17651)

    Add arturia as users
    
    Signed-off-by: olivier beyler <[email protected]>
    obeyler authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4b80393 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump express from 4.17.3 to 4.19.2 in /ui (#17648)

    Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.3...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    53b0842 View commit details
    Browse the repository at this point in the history
  3. Merge pull request from GHSA-jhwx-mhww-rgc3

    * sec: limit helm index max size
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    * sec: limit helm index max size
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    * feat: fix tests and linter
    
    Signed-off-by: pashakostohrys <[email protected]>
    
    ---------
    
    Signed-off-by: pashakostohrys <[email protected]>
    pasha-codefresh authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ae29279 View commit details
    Browse the repository at this point in the history
  4. docs: fix contrib meeting time description (#17655)

    Signed-off-by: Leonardo Luz Almeida <[email protected]>
    leoluz authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8631e7e View commit details
    Browse the repository at this point in the history
  5. docs: 2 link fixes + hint (#17657)

    * Update security.md
    
    fix RBAC link
    
    Signed-off-by: Deniz Erdogan <[email protected]>
    
    * Update security.md
    
    Signed-off-by: Deniz Erdogan <[email protected]>
    
    * Update security.md
    
    fix link to application-controller role
    
    Signed-off-by: Deniz Erdogan <[email protected]>
    
    * Update security.md
    
    Signed-off-by: Deniz Erdogan <[email protected]>
    
    ---------
    
    Signed-off-by: Deniz Erdogan <[email protected]>
    deer-wmde authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e26f4fb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. docs: added warning for multiple sources (#17670)

    * docs: added warning for multiple sources
    
    Signed-off-by: Kostis (Codefresh) <[email protected]>
    
    * docs: minor spelling
    
    Signed-off-by: Kostis (Codefresh) <[email protected]>
    
    ---------
    
    Signed-off-by: Kostis (Codefresh) <[email protected]>
    kostis-codefresh authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b711c5b View commit details
    Browse the repository at this point in the history
  2. feat: Enhance ArgoCD CLI: Dynamic Repo Server Retrieval with --core a…

    …nd --refresh Flags (#17613)
    
    * add const key value for ComponentRepoServer
    
    Signed-off-by: Mangaal <[email protected]>
    
    * update NewRepoServerClient() to look for service with  ComponentRepoServer labels , if the label exist construct label selector PortForward
    
    Signed-off-by: Mangaal <[email protected]>
    
    * add comment for the new constants
    
    Signed-off-by: Mangaal <[email protected]>
    
    * instead of passing nil which leads to  nil ptr referance error, pass empty ClusterSharding{}
    
    Signed-off-by: Mangaal <[email protected]>
    
    * check for operator install repo server name
    
    Signed-off-by: Mangaal <[email protected]>
    
    * handle empty nil ptr dereference error
    
    Signed-off-by: Mangaal <[email protected]>
    
    * handle  nil prt dereference
    
    Signed-off-by: Mangaal <[email protected]>
    
    * typo correction
    
    Signed-off-by: Mangaal <[email protected]>
    
    * run clidocsgen
    
    Signed-off-by: Mangaal <[email protected]>
    
    ---------
    
    Signed-off-by: Mangaal <[email protected]>
    Mangaal authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    766a6da View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. feat(ui): metadata.annotations: too long message Improved (#17452)

    * metadata.annotations: too long
    
    Signed-off-by: Surajyadav <[email protected]>
    
    * added as a default case
    
    Signed-off-by: Surajyadav <[email protected]>
    
    ---------
    
    Signed-off-by: Surajyadav <[email protected]>
    surajyadav1108 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7deafc4 View commit details
    Browse the repository at this point in the history
  2. chore: Update USERS.md (#17683)

    Add Shield.com as one of the users in the USER.md file
    
    Signed-off-by: suhas-chikkanna <[email protected]>
    suhas-chikkanna authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f287dab View commit details
    Browse the repository at this point in the history