Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluxcd/source-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.10
Choose a base ref
...
head repository: fluxcd/source-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.11
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 27, 2022

  1. don't fetch tags when exact version is used in HelmRepository

    Taking this shortcut has two benefits:
    
    1. It allows charts to be fetched from AWS's public container registry
       at public.ecr.aws
    2. It makes reconciling a HelmChart faster by skipping one or more
       potentially expensive API calls to the registry.
    
    I adapted the unit tests to the new behavior that the
    OCIChartRepository doesn't fail anymore for the case where a specific
    chart version has been requested that doesn't actually exist in the
    registry.
    
    refs #845
    
    Signed-off-by: Max Jonas Werner <max@e13.dev>
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    makkes authored and darkowlzz committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    84e2c95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #850 from fluxcd/846-cherry-pick

    cherry-pick #846
    darkowlzz authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    3c69f3a View commit details
    Browse the repository at this point in the history
  3. Release v0.25.11

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ba9dd40 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #851 from fluxcd/release/v0.25.11

    Release v0.25.11
    darkowlzz authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7d01ffb View commit details
    Browse the repository at this point in the history
Loading