Skip to content

v1.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 20:51
14472eb

Installation

curl -L -s https://github.com/operator-framework/operator-controller/releases/download/v1.11.0/install.sh | bash -s

What's Changed

  • 🌱 Bump github.com/prometheus/common from 0.67.5 to 0.68.0 by @dependabot[bot] in #2766
  • 🐛 Fix api-lint-diff to work from a git worktree by @pedjak in #2765
  • 📖 Add API conventions and deprecation guidance to AGENTS.md by @pedjak in #2763
  • 🌱 Apply cluster TLS profile to outgoing HTTP client by @tmshort in #2767
  • 🌱 Bump idna from 3.17 to 3.18 by @dependabot[bot] in #2769
  • 🌱 Bump github.com/prometheus/common from 0.68.0 to 0.68.1 by @dependabot[bot] in #2773
  • 🌱 Bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #2768
  • 🌱 Replace hand-written test mocks with gomock-generated mocks by @pedjak in #2775
  • 🌱 Bump github.com/containerd/containerd from 1.7.32 to 1.7.33 by @dependabot[bot] in #2776
  • 🌱 Bump codecov/codecov-action from 6.0.1 to 7.0.0 by @dependabot[bot] in #2777
  • 🌱 Bump beautifulsoup4 from 4.14.3 to 4.15.0 by @dependabot[bot] in #2778
  • 🐛 fix catalogd panic, paste error on mac by @grokspawn in #2779
  • 🌱 Bump actions/setup-python from 6 to 6.2.0 by @dependabot[bot] in #2780
  • 🌱 move BuildHTTPClient from shared httputil to catalogmetadata/client by @joelanford in #2782
  • 🌱 Remove asciinema upload from update-demos target by @perdasilva in #2786
  • 🐛 OCPBUGS-92037: increase catalog HTTP client timeout from 10s to 5m by @joelanford in #2787
  • 🌱 Bump golang.org/x/tools from 0.45.0 to 0.46.0 by @dependabot[bot] in #2788
  • 🌱 Bump helm.sh/helm/v3 from 3.21.0 to 3.21.1 by @dependabot[bot] in #2789
  • 🌱 Upgrade boxcutter to v0.14.0 and adapt sibling owners API by @perdasilva in #2764
  • 🌱 Bump actions/setup-go from 6 to 6.4.0 by @dependabot[bot] in #2781
  • 🌱 Enable parallel e2e test execution for faster local dev feedback by @pedjak in #2785
  • 🌱 consolidate Release types with operator-registry by @rashmigottipati in #2771
  • 🌱 Consolidate kind-* Makefile targets into pattern rules by @pedjak in #2792
  • 🌱 Add make targets for running single e2e scenarios by @pedjak in #2790
  • 🌱 Add e2e regression test for cross-CE collision protection by @perdasilva in #2783
  • 🌱 Bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #2794
  • 🌱 Bump certifi from 2026.5.20 to 2026.6.17 by @dependabot[bot] in #2796
  • 🌱 Bump github.com/prometheus/common from 0.68.1 to 0.69.0 by @dependabot[bot] in #2795
  • 🌱 fix: align OTel versions to v1.44.0 and use explicit e2e timeout fallback by @tmshort in #2791
  • 🌱 Bump github.com/google/go-containerregistry from 0.21.6 to 0.21.7 by @dependabot[bot] in #2800
  • ✨ Replace asciinema with godog-based demo recording by @pedjak in #2801
  • 🌱 chore(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 in /hack/tools/test-profiling by @dependabot[bot] in #2804
  • 🌱 Bump github.com/sigstore/fulcio from 1.8.5 to 1.8.6 by @dependabot[bot] in #2793
  • 🐛 fix: missing olm.operatorNamespace annotation by @Kajot-dev in #2803
  • 🐛 fix: use static permissions in update-demos workflow by @pedjak in #2805
  • 🌱 Bump actions/setup-go from 6.4.0 to 6.5.0 by @dependabot[bot] in #2807
  • 🌱 Bump pymdown-extensions from 10.21.3 to 11.0 by @dependabot[bot] in #2808
  • 🌱 Bump helm.sh/helm/v3 from 3.21.1 to 3.21.2 by @dependabot[bot] in #2806
  • 🌱 Bump actions/setup-python from 6.2.0 to 6.3.0 by @dependabot[bot] in #2809
  • 🌱 Align ClusterObjectSet e2e cleanup with addedResources pattern by @perdasilva in #2799
  • ⚠ remove HelmChartSupport feature gate and native Helm chart code by @pedjak in #2798
  • 🌱 Bump click from 8.4.1 to 8.4.2 by @dependabot[bot] in #2811
  • 🌱 Bump github.com/cert-manager/cert-manager from 1.20.2 to 1.20.3 by @dependabot[bot] in #2812
  • 🌱 Bump golang.org/x/tools from 0.46.0 to 0.47.0 by @dependabot[bot] in #2813
  • 🌱 Bump regex from 2026.5.9 to 2026.6.28 by @dependabot[bot] in #2814
  • 🌱 Bump github.com/klauspost/compress from 1.18.6 to 1.19.0 by @dependabot[bot] in #2815
  • 🌱 Bump docker/login-action from 4.2.0 to 4.3.0 by @dependabot[bot] in #2816
  • 🌱 Bump dorny/paths-filter from 4.0.1 to 4.0.2 by @dependabot[bot] in #2817
  • 🌱 Bump golang.org/x/sync from 0.21.0 to 0.22.0 by @dependabot[bot] in #2818
  • ✨ catalogd graphql shift to file-based cache by @grokspawn in #2732
  • 🌱 Bump docker/login-action from 4.3.0 to 4.4.0 by @dependabot[bot] in #2820
  • 🌱 Bump pymdown-extensions from 11.0 to 11.0.1 by @dependabot[bot] in #2821
  • ✨ Deprecate ClusterExtension spec.serviceAccount by @pedjak in #2770
  • 🌱 Bump marocchino/sticky-pull-request-comment from 3.0.4 to 3.0.5 by @dependabot[bot] in #2822
  • 🌱 Bump sigs.k8s.io/structured-merge-diff/v6 from 6.4.0 to 6.4.1 in the k8s-dependencies group by @dependabot[bot] in #2823
  • 🌱 Bump actions/stale from 10.3.0 to 10.4.0 by @dependabot[bot] in #2827
  • 🌱 Bump golang.org/x/tools from 0.47.0 to 0.48.0 by @dependabot[bot] in #2829
  • 🌱 Bump github.com/cert-manager/cert-manager from 1.20.3 to 1.21.0 by @dependabot[bot] in #2830
  • 🌱 Bump sigs.k8s.io/structured-merge-diff/v6 from 6.4.1 to 6.4.2 in the k8s-dependencies group by @dependabot[bot] in #2828
  • 🌱 Bump charset-normalizer from 3.4.7 to 3.4.9 by @dependabot[bot] in #2824
  • 🌱 Bump google.golang.org/grpc from 1.81.1 to 1.82.1 by @dependabot[bot] in #2826
  • ✨ chore: bump o-f deps by @grokspawn in #2831

New Contributors

Full Changelog: v1.10.0...v1.11.0