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: operator-framework/operator-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.27.0
Choose a base ref
...
head repository: operator-framework/operator-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.28.0
Choose a head ref
  • 16 commits
  • 157 files changed
  • 10 contributors

Commits on Feb 15, 2023

  1. updating PodSecurityContext and SecurityContext for scorecard pod/con…

    …tainers (#6294)
    
    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8f06eb8 View commit details
    Browse the repository at this point in the history
  2. fix broken links to molecule docs (#6313)

    Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
    jberkhahn authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    912231b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. fix ansible CI (#6325)

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5049e10 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. (ansible): update ansible base images to use multi-stage builds (#6333)

    * update ansible base images to multi-stage builds
    
    so that we can ensure all packages are always included in the images we deliver
    by installing/building all packages in a build stage and copying them over
    to the final build stage.
    
    fixes #6302
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    
    * update 2.11 preview image changes
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    
    ---------
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8e26d14 View commit details
    Browse the repository at this point in the history
  2. update kubernetes.core collection default to v2.4.0 (#6334)

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5edb430 View commit details
    Browse the repository at this point in the history
  3. Bump operator-manifest-tools dependency (#6316)

    - generate bundle now specifies default auth when pulling images
    
    Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
    jberkhahn authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d828db2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Update tutorial.md (#6311)

    * Update tutorial.md
    
    Signed-off-by: Dharmit Shah <shahdharmit@gmail.com>
    
    * Update website/content/en/docs/building-operators/golang/tutorial.md
    
    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    Signed-off-by: Dharmit Shah <shahdharmit@gmail.com>
    
    ---------
    
    Signed-off-by: Dharmit Shah <shahdharmit@gmail.com>
    Co-authored-by: Varsha <varshaprasad96@gmail.com>
    dharmit and varshaprasad96 authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f5c0a5c View commit details
    Browse the repository at this point in the history
  2. Fixes to golang tutorial (#6321)

    These fixes sync the examples with the code
    
    Signed-off-by: Dharmit Shah <shahdharmit@gmail.com>
    dharmit authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e3c5dd8 View commit details
    Browse the repository at this point in the history
  3. (scorecard): Add new images for default untar and storage options (#6335

    )
    
    * add images for scorecard untar and storage
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    
    * Add new images for scorecard
    
    and use them as the default untar and storage images to ensure
    that scorecard pods are fully compliant with restricted PSA. This
    is done by making the images run as non-root by default (sets the user
    to non-root in the Dockerfile)
    
    fixes #6295
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    
    * update images & docs;add changelog
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    
    * add missing newline
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    
    ---------
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c57ebf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Adds note about repo flag (#6312)

    * Adds note about repo flag
    
    Signed-off-by: Dharmit Shah <shahdharmit@gmail.com>
    
    * Update website/content/en/docs/building-operators/golang/tutorial.md
    
    Co-authored-by: Bryce Palmer <everettraven@gmail.com>
    Signed-off-by: Dharmit Shah <shahdharmit@gmail.com>
    
    ---------
    
    Signed-off-by: Dharmit Shah <shahdharmit@gmail.com>
    Co-authored-by: Bryce Palmer <everettraven@gmail.com>
    dharmit and everettraven authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    93ed65f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. (actions): Fix Ansible-Operator base image build problems due to `cry…

    …ptography` package (#6348)
    
    * revert recent ansible-operator changes
    
    including the base.Dockerfile and repinning cryptography to v3.3.2
    to fix image build issues that are blocking releases && CI
    
    * update changelog
    * update changelog
    * fix typo in pipfile
    * update Pipfile.lock
    * disregard a CVE for now
    * disregard a CVE for now
    * try this
    * disregard all cryptography CVEs for now
    * disregard all cryptography CVEs for now
    * missed one
    
    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    9d2f672 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Upgrade SDK to use Kubernetes 1.26.2 (#6352)

    * Upgrade Kubernetes dependencies from `1.25` to `1.26`.
    * Upgrade `sigs.k8s.io/controller-tools` from `v0.10.0` to `v0.11.3`. More info: https://github.com/kubernetes-sigs/controller-tools/releases
    * Upgrade `sigs.k8s.io/controller-runtime` dependency from `v0.13.0` to `v0.14.5`. More info: https://github.com/kubernetes-sigs/controller-runtime/releases
    * Upgrade `k8s.io/client-go` dependency from `v0.25.3` to `v0.26.2`.
    * Upgrade `controller-gen` dependency from `v0.10.0` to `v0.11.1`.
    * Upgrade `kube-rbac-proxy` from `v0.13.0` to `v0.13.1`
    * Modify gov4alpha plugin to use `go/v4-alpha` from Kubebuilder
    
    Signed-off-by: rashmigottipati <chowdary.grashmi@gmail.com>
    rashmigottipati authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e5a6930 View commit details
    Browse the repository at this point in the history
  2. (testing): Bump K8S_VERSION for testing to 1.26.0 (#6351)

    Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
    everettraven authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7183146 View commit details
    Browse the repository at this point in the history
  3. [master] image(ansible-operator): bump base to quay.io/operator-frame…

    …work/ansible-operator-base:master-7183146f4b2713be287ece17a3029f1fd0964c1e (#6357)
    
    * [master] image(ansible-operator): bump base to quay.io/operator-framework/ansible-operator-base:master-7183146f4b2713be287ece17a3029f1fd0964c1e
    
    Signed-off-by: oceanc80 <oceanc80@users.noreply.github.com>
    
    * [master] image(ansible-operator-2.11-preview): bump base to quay.io/operator-framework/ansible-operator-2.11-preview-base:master-7183146f4b2713be287ece17a3029f1fd0964c1e (#6358)
    
    Signed-off-by: oceanc80 <oceanc80@users.noreply.github.com>
    Co-authored-by: oceanc80 <oceanc80@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: oceanc80 <oceanc80@users.noreply.github.com>
    Co-authored-by: oceanc80 <oceanc80@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and oceanc80 authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    53c7705 View commit details
    Browse the repository at this point in the history
  4. Release v1.28.0 (#6359)

    Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
    oceanc80 authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    5e496a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update OLM bindata to add new version: OLM 0.24.0 (#6360)

    Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
    oceanc80 authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    484013d View commit details
    Browse the repository at this point in the history
Loading