Skip to content

Commit

Permalink
build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to…
Browse files Browse the repository at this point in the history
… 1.15.4 (#972)

* build(deps): bump github.com/cert-manager/cert-manager

Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.13.6 to 1.15.4.
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.13.6...v1.15.4)

---
updated-dependencies:
- dependency-name: github.com/cert-manager/cert-manager
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix build failure, sync deps

* Update README

* Update cert-manager in Makefile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elliott Baron <[email protected]>
(cherry picked from commit ae41d03)

# Conflicts:
#	README.md
#	bundle/manifests/cryostat-operator.clusterserviceversion.yaml
#	bundle/manifests/operator.cryostat.io_cryostats.yaml
#	bundle/tests/scorecard/config.yaml
#	config/crd/bases/operator.cryostat.io_cryostats.yaml
#	config/scorecard/patches/custom.config.yaml
#	go.mod
#	go.sum
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Dec 20, 2024
1 parent 67a03d8 commit 338db33
Show file tree
Hide file tree
Showing 11 changed files with 2,874 additions and 335 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ STORAGE_NAME ?= cryostat-storage
STORAGE_VERSION ?= 3.0.1
export STORAGE_IMG ?= $(STORAGE_NAMESPACE)/$(STORAGE_NAME):$(STORAGE_VERSION)

CERT_MANAGER_VERSION ?= 1.11.5
CERT_MANAGER_VERSION ?= 1.12.14
CERT_MANAGER_MANIFEST ?= \
https://github.com/cert-manager/cert-manager/releases/download/v$(CERT_MANAGER_VERSION)/cert-manager.yaml

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,20 @@ eyJhbGciOiJSUzI1NiIsImtpZCI6IkhYZC13eDdGVGwyQzdGNVpZVndScEZ2VmRxWTlzbnBUUG9HRkJp

## Manual Deployment

<<<<<<< HEAD
`make install` will create CustomResourceDefinitions and do other setup
required to prepare the cluster for deploying the operator, using `oc` or
`kubectl` on whichever OpenShift cluster is configured with the local client.
`make uninstall` destroys the CRDs and undoes the setup.
=======
### Requirements
- `go` v1.22+
- [`operator-sdk`](https://github.com/operator-framework/operator-sdk) v1.31.0
- `podman` or `docker`
- [`jq`](https://stedolan.github.io/jq/) v1.6+
- [`yq`](https://github.com/mikefarah/yq/) v4.35+
- `ginkgo` (Optional)
>>>>>>> ae41d03 (build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to 1.15.4 (#972))
`make deploy` will deploy the operator in the default namespace
(`cryostat-operator-system`). `make DEPLOY_NAMESPACE=foo-namespace deploy`
Expand Down
5 changes: 5 additions & 0 deletions bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
<<<<<<< HEAD
containerImage: quay.io/cryostat/cryostat-operator:3.0.1
createdAt: "2024-09-20T18:43:56Z"
=======
containerImage: quay.io/cryostat/cryostat-operator:4.0.0-dev
createdAt: "2024-12-20T16:25:35Z"
>>>>>>> ae41d03 (build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to 1.15.4 (#972))
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down
1,428 changes: 1,337 additions & 91 deletions bundle/manifests/operator.cryostat.io_cryostats.yaml

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions bundle/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- operator-install
<<<<<<< HEAD
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.1-20240911181749
=======
image: quay.io/cryostat/cryostat-operator-scorecard:4.0.0-20241220000429
>>>>>>> ae41d03 (build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to 1.15.4 (#972))
labels:
suite: cryostat
test: operator-install
Expand All @@ -80,7 +84,11 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-cr
<<<<<<< HEAD
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.1-20240911181749
=======
image: quay.io/cryostat/cryostat-operator-scorecard:4.0.0-20241220000429
>>>>>>> ae41d03 (build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to 1.15.4 (#972))
labels:
suite: cryostat
test: cryostat-cr
Expand All @@ -90,7 +98,11 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-multi-namespace
<<<<<<< HEAD
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.1-20240911181749
=======
image: quay.io/cryostat/cryostat-operator-scorecard:4.0.0-20241220000429
>>>>>>> ae41d03 (build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to 1.15.4 (#972))
labels:
suite: cryostat
test: cryostat-multi-namespace
Expand All @@ -100,7 +112,11 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-recording
<<<<<<< HEAD
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.1-20240911181749
=======
image: quay.io/cryostat/cryostat-operator-scorecard:4.0.0-20241220000429
>>>>>>> ae41d03 (build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to 1.15.4 (#972))
labels:
suite: cryostat
test: cryostat-recording
Expand All @@ -110,7 +126,11 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-config-change
<<<<<<< HEAD
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.1-20240911181749
=======
image: quay.io/cryostat/cryostat-operator-scorecard:4.0.0-20241220000429
>>>>>>> ae41d03 (build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to 1.15.4 (#972))
labels:
suite: cryostat
test: cryostat-config-change
Expand All @@ -120,7 +140,11 @@ stages:
- entrypoint:
- cryostat-scorecard-tests
- cryostat-report
<<<<<<< HEAD
image: quay.io/cryostat/cryostat-operator-scorecard:3.0.1-20240911181749
=======
image: quay.io/cryostat/cryostat-operator-scorecard:4.0.0-20241220000429
>>>>>>> ae41d03 (build(deps): bump github.com/cert-manager/cert-manager from 1.13.6 to 1.15.4 (#972))
labels:
suite: cryostat
test: cryostat-report
Expand Down
Loading

0 comments on commit 338db33

Please sign in to comment.