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: jetstack/jetstack-secure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: jetstack/jetstack-secure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 11 commits
  • 19 files changed
  • 4 contributors

Commits on Nov 14, 2024

  1. Fix the invalid API group rule for clusterrole venafi-kubernetes-agen…

    …t-openshift-reader
    
    Signed-off-by: Richard Wall <richard.wall@venafi.com>
    wallrj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    11b22ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #620 from jetstack/VC-33564/fix-openshift-routes-rbac

    [VC-33564] Fix the invalid API group rule for clusterrole venafi-kubernetes-agent-openshift-reader
    wallrj authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1a567ef View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Remove the extra whitespace around the supplied (or ommitted) exclude…

    … regexes
    
    Signed-off-by: Richard Wall <richard.wall@venafi.com>
    wallrj committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f644b84 View commit details
    Browse the repository at this point in the history
  2. Run 'make upgrade-klone' and 'make generate'

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    63e1489 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Merge pull request #623 from jetstack/self-upgrade-master

    [CI] Self-upgrade merging self-upgrade-master into master
    inteon authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ab786eb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configure controller-runtime to log with klog (#626)

    Signed-off-by: Richard Wall <richard.wall@venafi.com>
    wallrj authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    eb3c30a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. remove logic behind --disable-compression but keep it to avoid breakage

    We decided to entirely remove the logic behind --disable-compression
    because the validation logic was looking super weird; we don't think
    folks should be using --disable-compression=false anyways.
    
    If we want to re-introduce a similar flag later on, we can create a new,
    for example --no-compression.
    maelvls committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    20d9b6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695b95c View commit details
    Browse the repository at this point in the history
  3. rm-disable-compression: use pflag's MarkDeprecated

    One small downside of using MarkDeprecated is that pflag doesn't use our
    logr.Logger, so it is printed as pain text rather than the format
    specified in --logging-format.
    maelvls committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    537c1e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8bccd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #628 from jetstack/VC-37264-disable-compression

    VC-37264: Disable compression to give us time to work on a fix
    maelvls authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6a5e097 View commit details
    Browse the repository at this point in the history
Loading