-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: operator-framework/operator-sdk
base: v1.27.0
head repository: operator-framework/operator-sdk
compare: v1.28.0
- 16 commits
- 157 files changed
- 10 contributors
Commits on Feb 15, 2023
-
updating PodSecurityContext and SecurityContext for scorecard pod/con…
…tainers (#6294) Signed-off-by: Adam D. Cornett <adc@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8f06eb8 - Browse repository at this point
Copy the full SHA 8f06eb8View commit details -
fix broken links to molecule docs (#6313)
Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 912231b - Browse repository at this point
Copy the full SHA 912231bView commit details
Commits on Feb 22, 2023
-
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5049e10 - Browse repository at this point
Copy the full SHA 5049e10View commit details
Commits on Feb 23, 2023
-
(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>
Configuration menu - View commit details
-
Copy full SHA for 8e26d14 - Browse repository at this point
Copy the full SHA 8e26d14View commit details -
update kubernetes.core collection default to v2.4.0 (#6334)
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5edb430 - Browse repository at this point
Copy the full SHA 5edb430View commit details -
Bump operator-manifest-tools dependency (#6316)
- generate bundle now specifies default auth when pulling images Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d828db2 - Browse repository at this point
Copy the full SHA d828db2View commit details
Commits on Feb 28, 2023
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for f5c0a5c - Browse repository at this point
Copy the full SHA f5c0a5cView commit details -
Fixes to golang tutorial (#6321)
These fixes sync the examples with the code Signed-off-by: Dharmit Shah <shahdharmit@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e3c5dd8 - Browse repository at this point
Copy the full SHA e3c5dd8View commit details -
(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>
Configuration menu - View commit details
-
Copy full SHA for c57ebf9 - Browse repository at this point
Copy the full SHA c57ebf9View commit details
Commits on Mar 2, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 93ed65f - Browse repository at this point
Copy the full SHA 93ed65fView commit details
Commits on Mar 6, 2023
-
(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>
Configuration menu - View commit details
-
Copy full SHA for 9d2f672 - Browse repository at this point
Copy the full SHA 9d2f672View commit details
Commits on Mar 14, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for e5a6930 - Browse repository at this point
Copy the full SHA e5a6930View commit details -
(testing): Bump K8S_VERSION for testing to 1.26.0 (#6351)
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7183146 - Browse repository at this point
Copy the full SHA 7183146View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 53c7705 - Browse repository at this point
Copy the full SHA 53c7705View commit details -
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5e496a6 - Browse repository at this point
Copy the full SHA 5e496a6View commit details
Commits on Mar 15, 2023
-
Update OLM bindata to add new version: OLM 0.24.0 (#6360)
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 484013d - Browse repository at this point
Copy the full SHA 484013dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.27.0...v1.28.0