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: app-sre/deployment-validation-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.8
Choose a base ref
...
head repository: app-sre/deployment-validation-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing with 3,084 additions and 4,467 deletions.
  1. +2 −2 .ci-operator.yaml
  2. +0 −13 .gitattributes
  3. +0 −2 .github/dependabot.yml
  4. +512 −0 .tekton/deployment-validation-operator-bundle-pull-request.yaml
  5. +508 −0 .tekton/deployment-validation-operator-bundle-push.yaml
  6. +402 −0 .tekton/deployment-validation-operator-fbc-pull-request.yaml
  7. +398 −0 .tekton/deployment-validation-operator-fbc-push.yaml
  8. +203 −117 .tekton/deployment-validation-operator-pull-request.yaml
  9. +202 −117 .tekton/deployment-validation-operator-push.yaml
  10. +10 −0 .tekton/images-mirror-set.yaml
  11. +110 −19 Makefile
  12. +5 −3 OWNERS
  13. +1 −3 README.md
  14. +0 −1 boilerplate/_data/backing-image-tag
  15. +0 −1 boilerplate/_data/last-boilerplate-commit
  16. +0 −186 boilerplate/_lib/boilerplate-commit
  17. +0 −7 boilerplate/_lib/boilerplate.mk
  18. +0 −200 boilerplate/_lib/common.sh
  19. +0 −51 boilerplate/_lib/container-make
  20. +0 −80 boilerplate/_lib/freeze-check
  21. +0 −129 boilerplate/_lib/release.sh
  22. +0 −12 boilerplate/_lib/subscriber
  23. +0 −14 boilerplate/_lib/subscriber-propose
  24. +0 −102 boilerplate/_lib/subscriber-propose-update
  25. +0 −13 boilerplate/_lib/subscriber-report
  26. +0 −38 boilerplate/_lib/subscriber-report-onboarding
  27. +0 −38 boilerplate/_lib/subscriber-report-pr
  28. +0 −135 boilerplate/_lib/subscriber-report-release
  29. +0 −155 boilerplate/_lib/subscriber.sh
  30. +0 −7 boilerplate/generated-includes.mk
  31. +0 −4 boilerplate/openshift/golang-osd-operator/.ci-operator.yaml
  32. +0 −30 boilerplate/openshift/golang-osd-operator/.codecov.yml
  33. +0 −25 boilerplate/openshift/golang-osd-operator/Dockerfile.olm-registry
  34. +0 −85 boilerplate/openshift/golang-osd-operator/OWNERS_ALIASES
  35. +0 −167 boilerplate/openshift/golang-osd-operator/README.md
  36. +0 −81 boilerplate/openshift/golang-osd-operator/app-sre-build-deploy.sh
  37. +0 −81 boilerplate/openshift/golang-osd-operator/app-sre.md
  38. +0 −403 boilerplate/openshift/golang-osd-operator/build-opm-catalog.sh
  39. +0 −18 boilerplate/openshift/golang-osd-operator/configure-fips.sh
  40. +0 −76 boilerplate/openshift/golang-osd-operator/csv-generate/catalog-build.sh
  41. +0 −133 boilerplate/openshift/golang-osd-operator/csv-generate/catalog-publish.sh
  42. +0 −413 boilerplate/openshift/golang-osd-operator/csv-generate/common-generate-operator-bundle.py
  43. +0 −41 boilerplate/openshift/golang-osd-operator/csv-generate/common.sh
  44. +0 −69 boilerplate/openshift/golang-osd-operator/csv-generate/csv-generate.mk
  45. +0 −223 boilerplate/openshift/golang-osd-operator/csv-generate/csv-generate.sh
  46. +0 −14 boilerplate/openshift/golang-osd-operator/dependabot.yml
  47. +0 −88 boilerplate/openshift/golang-osd-operator/ensure.sh
  48. +0 −16 boilerplate/openshift/golang-osd-operator/fips.go.tmplt
  49. +0 −33 boilerplate/openshift/golang-osd-operator/golangci.yml
  50. +0 −53 boilerplate/openshift/golang-osd-operator/project.mk
  51. +0 −106 boilerplate/openshift/golang-osd-operator/prow-config
  52. +0 −1 boilerplate/openshift/golang-osd-operator/py-requirements.txt
  53. +0 −17 boilerplate/openshift/golang-osd-operator/rvmo-bundle.sh
  54. +0 −394 boilerplate/openshift/golang-osd-operator/standard.mk
  55. +0 −81 boilerplate/openshift/golang-osd-operator/update
  56. +0 −44 boilerplate/openshift/golang-osd-operator/validate-yaml.py
  57. +0 −248 boilerplate/update
  58. +0 −2 boilerplate/update.cfg
  59. +16 −3 build/Dockerfile
  60. +1 −1 build/Dockerfile.olm-registry
  61. +0 −9 build/Dockerfile.test
  62. +229 −0 build/build_opm_catalog.sh
  63. +3 −1 build_tag.sh
  64. +23 −0 bundle/Dockerfile.bundle
  65. +1 −1 {boilerplate/openshift/golang-osd-operator → ci}/codecov.sh
  66. +12 −0 ci/golangci-lint.sh
  67. +1 −3 deploy/bundle/template/deployment-validation-operator.clusterserviceversion.yaml
  68. +21 −20 go.mod
  69. +42 −37 go.sum
  70. +2 −0 hack/olm-registry/hypershift-template.yaml
  71. +1 −1 hack/olm-registry/olm-artifacts-template.yaml
  72. +28 −0 konflux-ci/bundle/bundle.Dockerfile
  73. +24 −0 konflux-ci/bundle/manifests/deployment-validation-operator-config_v1_configmap.yaml
  74. +17 −0 konflux-ci/bundle/manifests/deployment-validation-operator-metrics_v1_service.yaml
  75. +187 −0 konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml
  76. +10 −0 konflux-ci/bundle/metadata/annotations.yaml
  77. +22 −0 konflux-ci/fbc/catalog.Dockerfile
  78. +35 −0 konflux-ci/fbc/catalog/catalog.yml
  79. +19 −0 konflux-ci/staging-release.yaml
  80. +33 −0 konflux-ci/staging-snapshot.yaml
  81. +4 −0 renovate.json
4 changes: 2 additions & 2 deletions .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: boilerplate
namespace: openshift
tag: image-v5.0.1
name: release
tag: rhel-8-release-golang-1.23-openshift-4.19
13 changes: 0 additions & 13 deletions .gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,5 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-name: "app-sre/boilerplate"
# don't upgrade boilerplate via these means
- dependency-name: "openshift4/ose-operator-registry"
# don't upgrade ose-operator-registry via these means
Loading