Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@

<!-- TOWNCRIER -->

## 1.2.0 (2025-12-19) {: #1.2.0 }


#### Features {: #1.2.0-feature }

- Add HPA support for automatic scaling of Pulp components.
[#1544](https://github.com/pulp/pulp-operator/issues/1544)
- Add pod label support for Pulp components.
[#1553](https://github.com/pulp/pulp-operator/issues/1553)

---


## 1.1.1 (2025-10-21) {: #1.1.1 }


Expand Down
1 change: 0 additions & 1 deletion CHANGES/1544.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1553.feature

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.1.1
VERSION ?= 1.2.0
DATE := $(shell date '+%Y%m%d')
BUILD_VERSION := $(VERSION)-$(DATE)

Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/pulp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
containerImage: quay.io/pulp/pulp-operator:v1.0.0
createdAt: "2025-11-24T09:59:39Z"
createdAt: "2025-12-19T03:33:08Z"
description: Pulp is a platform for managing repositories of software packages
and making them available to a large number of consumers.
metadata.annotations.support: Community
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/pulp/pulp-operator
name: pulp-operator.v1.1.1
name: pulp-operator.v1.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1225,7 +1225,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/pulp/pulp-operator:v1.1.1
image: quay.io/pulp/pulp-operator:v1.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1483,4 +1483,4 @@ spec:
name: pulp-redis
- image: docker.io/library/postgres:13
name: pulp-postgres
version: 1.1.1
version: 1.2.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/pulp/pulp-operator
newTag: v1.1.1
newTag: v1.2.0
Loading