Skip to content

Commit

Permalink
Merge pull request #209 from JohnStrunk/r3.1
Browse files Browse the repository at this point in the history
Prep for release v3.1
  • Loading branch information
mergify[bot] authored Aug 1, 2022
2 parents 31d60ad + 6779d82 commit 67e5cba
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ This project follows [Semantic Versioning](https://semver.org/)

## [Unreleased]

## [3.1.0] - 2022-08-01

### Added

- Ability to control TopologySpreadConstraints via Helm chart

### Changed

- Upgrade quay.io/brancz/kube-rbac-proxy to v0.13.0
- Upgrade operator-sdk to 1.21.0
- Upgrade operator-sdk to 1.22.0

## [3.0.0] - 2022-04-01

Expand Down Expand Up @@ -83,7 +89,8 @@ This project follows [Semantic Versioning](https://semver.org/)
- Label selectors to control which PVCs are selected for snapshotting
- Retention policies based on snapshot age or count

[unreleased]: https://github.com/backube/snapscheduler/compare/v3.0.0...HEAD
[unreleased]: https://github.com/backube/snapscheduler/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/backube/snapscheduler/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/backube/snapscheduler/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/backube/snapscheduler/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/backube/snapscheduler/compare/v1.2.0...v2.0.0
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/snapscheduler.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/backube/snapscheduler
support: https://github.com/backube/snapscheduler
name: snapscheduler.v3.0.0
name: snapscheduler.v3.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/backube/snapscheduler:3.0.0
image: quay.io/backube/snapscheduler:3.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -391,4 +391,4 @@ spec:
provider:
name: Backube
url: https://github.com/backube
version: 3.0.0
version: 3.1.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/backube/snapscheduler
newTag: 3.0.0
newTag: 3.1.0
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Kubernetes version compatibility:
| 2.0 | 1.17 -- 1.23 | `v1beta1` |
| 2.1 | 1.17 -- 1.23 | `v1beta1` |
| 3.0 | 1.20 -- 1.24+ | `v1` |
| 3.1 | 1.20 -- 1.24+ | `v1` |
| master | 1.20 -- 1.24+ | `v1` |

## Contents
Expand Down
4 changes: 3 additions & 1 deletion helm/snapscheduler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ maintainers:
url: https://github.com/JohnStrunk
icon: https://raw.githubusercontent.com/backube/snapscheduler/master/docs/media/snapscheduler.svg?sanitize=true
# This is the version number of the application being deployed.
appVersion: "3.0.0"
appVersion: "3.1.0"
annotations:
# https://artifacthub.io/docs/topics/annotations/helm/
# Changelog for current chart & app version
# Supported kinds: added, changed, deprecated, removed, fixed, security
artifacthub.io/changes: |
- kind: added
description: Added ability to control TopologySpreadConstraints
- kind: changed
description: Upgrade operator-sdk to 1.22.0
- kind: security
Expand Down

0 comments on commit 67e5cba

Please sign in to comment.