From d760c65556620db0d794ec75ad43dfa093193800 Mon Sep 17 00:00:00 2001
From: phantomjinx
Date: Wed, 20 Nov 2024 20:35:13 +0000
Subject: [PATCH] Release: 1.2.0
---
Makefile | 2 +-
bundle/manifests/hawt.io_hawtios.yaml | 50 +++++++++++++++++--
...hawtio-operator.clusterserviceversion.yaml | 2 +-
3 files changed, 49 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 2d676ea1a3..fcb07969ec 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ IMAGE ?= $(DEFAULT_IMAGE)
VERSION ?= 1.2.0
HAWTIO_ONLINE_VERSION ?= 2.2.0
HAWTIO_ONLINE_IMAGE_NAME ?= quay.io/${ORG}/online
-HAWTIO_ONLINE_GATEWAY_VERSION ?= 2.1.0
+HAWTIO_ONLINE_GATEWAY_VERSION ?= 2.2.0
HAWTIO_ONLINE_GATEWAY_IMAGE_NAME ?= quay.io/${ORG}/online-gateway
DEBUG ?= false
LAST_RELEASED_IMAGE_NAME := hawtio-operator
diff --git a/bundle/manifests/hawt.io_hawtios.yaml b/bundle/manifests/hawt.io_hawtios.yaml
index b2be4d4da4..707163b7e8 100644
--- a/bundle/manifests/hawt.io_hawtios.yaml
+++ b/bundle/manifests/hawt.io_hawtios.yaml
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
- controller-gen.kubebuilder.io/version: v0.6.1
+ controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: hawtios.hawt.io
spec:
@@ -237,6 +237,27 @@ spec:
resources:
description: The Hawtio console compute resources
properties:
+ claims:
+ description: "Claims lists the names of resources, defined in
+ spec.resourceClaims, that are used by this container. \n This
+ is an alpha field and requires enabling the DynamicResourceAllocation
+ feature gate. \n This field is immutable. It can only be set
+ for containers."
+ items:
+ description: ResourceClaim references one entry in PodSpec.ResourceClaims.
+ properties:
+ name:
+ description: Name must match the name of one entry in pod.spec.resourceClaims
+ of the Pod where this field is used. It makes that resource
+ available inside a container.
+ type: string
+ required:
+ - name
+ type: object
+ type: array
+ x-kubernetes-list-map-keys:
+ - name
+ x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
@@ -257,7 +278,8 @@ spec:
description: 'Requests describes the minimum amount of compute
resources required. If Requests is omitted for a container,
it defaults to Limits if that is explicitly specified, otherwise
- to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
+ to an implementation-defined value. Requests cannot exceed Limits.
+ More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
route:
@@ -566,6 +588,27 @@ spec:
resources:
description: The Hawtio console compute resources
properties:
+ claims:
+ description: "Claims lists the names of resources, defined in
+ spec.resourceClaims, that are used by this container. \n This
+ is an alpha field and requires enabling the DynamicResourceAllocation
+ feature gate. \n This field is immutable. It can only be set
+ for containers."
+ items:
+ description: ResourceClaim references one entry in PodSpec.ResourceClaims.
+ properties:
+ name:
+ description: Name must match the name of one entry in pod.spec.resourceClaims
+ of the Pod where this field is used. It makes that resource
+ available inside a container.
+ type: string
+ required:
+ - name
+ type: object
+ type: array
+ x-kubernetes-list-map-keys:
+ - name
+ x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
@@ -586,7 +629,8 @@ spec:
description: 'Requests describes the minimum amount of compute
resources required. If Requests is omitted for a container,
it defaults to Limits if that is explicitly specified, otherwise
- to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
+ to an implementation-defined value. Requests cannot exceed Limits.
+ More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
route:
diff --git a/bundle/manifests/hawtio-operator.clusterserviceversion.yaml b/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
index 3f06d69bb7..cde3705442 100644
--- a/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/hawtio-operator.clusterserviceversion.yaml
@@ -61,7 +61,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/hawtio/operator:1.2.0
- createdAt: "2024-10-21T15:26:24Z"
+ createdAt: "2024-12-02T17:22:48Z"
description: Hawtio eases the discovery and management of Java applications deployed
on OpenShift.
olm.skipRange: '>=1.0.0 <1.0.2'