Skip to content

Commit becee3d

Browse files
committed
Bump version to 3.3.0
1 parent 212e83a commit becee3d

File tree

3 files changed

+40
-53
lines changed

3 files changed

+40
-53
lines changed

CHANGELOG.md

Lines changed: 35 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,18 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v3.3.0"></a>
6+
## v3.3.0 - 2024-12-11
47
### Features
58

9+
- Add support for S3 Nexus blobstore configuration ([#43](https://github.com/epam/edp-nexus-operator/issues/43))
610
- Add NexusCleanupPolicy Custom Resource ([#25](https://github.com/epam/edp-nexus-operator/issues/25))
711
- Add resources for integration tests ([#22](https://github.com/epam/edp-nexus-operator/issues/22))
812
- Add NexusScript execute property ([#21](https://github.com/epam/edp-nexus-operator/issues/21))
913
- Add NexusBlobStore custom resource ([#20](https://github.com/epam/edp-nexus-operator/issues/20))
10-
11-
### Bug Fixes
12-
13-
- Creation of the nexus repository with default values failed ([#24](https://github.com/epam/edp-nexus-operator/issues/24))
14-
- The repository type pypi hosted is not created ([#23](https://github.com/epam/edp-nexus-operator/issues/23))
15-
16-
### Routine
17-
18-
- Generate bundle for v3.1.0 OperatorHub ([#19](https://github.com/epam/edp-nexus-operator/issues/19))
19-
- Update current development version ([#19](https://github.com/epam/edp-nexus-operator/issues/19))
20-
21-
### Documentation
22-
23-
- Update README md file ([#132](https://github.com/epam/edp-nexus-operator/issues/132))
24-
25-
26-
<a name="v3.1.0"></a>
27-
## [v3.1.0] - 2024-01-11
28-
### Features
29-
3014
- Add NexusRepository validation ([#18](https://github.com/epam/edp-nexus-operator/issues/18))
3115
- Add NexusScript custom resource ([#17](https://github.com/epam/edp-nexus-operator/issues/17))
32-
33-
### Routine
34-
35-
- Update sonar properties for the project ([#17](https://github.com/epam/edp-nexus-operator/issues/17))
36-
- Generate bundle for OperatorHub ([#16](https://github.com/epam/edp-nexus-operator/issues/16))
37-
- Update current development version ([#16](https://github.com/epam/edp-nexus-operator/issues/16))
38-
39-
40-
<a name="v3.0.0"></a>
41-
## [v3.0.0] - 2023-12-11
42-
### Features
43-
4416
- Add NexusRepository custom resource ([#14](https://github.com/epam/edp-nexus-operator/issues/14))
4517
- Automate rekor uuid in release tag ([#13](https://github.com/epam/edp-nexus-operator/issues/13))
4618
- Add configuration for operator publishing ([#12](https://github.com/epam/edp-nexus-operator/issues/12))
@@ -50,32 +22,47 @@
5022

5123
### Bug Fixes
5224

25+
- Creation of the nexus repository with default values failed ([#24](https://github.com/epam/edp-nexus-operator/issues/24))
26+
- The repository type pypi hosted is not created ([#23](https://github.com/epam/edp-nexus-operator/issues/23))
5327
- Race condition in go-resty package v2.10.0 ([#15](https://github.com/epam/edp-nexus-operator/issues/15))
5428

55-
### Routine
56-
57-
- Upgrade golang.org/x/net to version 0.17.0 ([#11](https://github.com/epam/edp-nexus-operator/issues/11))
58-
- Upgrade pull request template ([#10](https://github.com/epam/edp-nexus-operator/issues/10))
59-
- Update current development version ([#6](https://github.com/epam/edp-nexus-operator/issues/6))
60-
61-
62-
<a name="v2.17.0"></a>
63-
## [v2.17.0] - 2023-09-20
6429
### Code Refactoring
6530

6631
- Remove deprecated edpName parameter ([#5](https://github.com/epam/edp-nexus-operator/issues/5))
6732

6833
### Routine
6934

35+
- Update Pull Request Template ([#10](https://github.com/epam/edp-nexus-operator/issues/10))
36+
- Update KubeRocketCI names and documentation links ([#37](https://github.com/epam/edp-nexus-operator/issues/37))
37+
- Bump to Go 1.22 ([#35](https://github.com/epam/edp-nexus-operator/issues/35))
38+
- Add codeowners file to the repo ([#31](https://github.com/epam/edp-nexus-operator/issues/31))
39+
- Migrate from gerrit to github pipelines ([#29](https://github.com/epam/edp-nexus-operator/issues/29))
40+
- Setup setup-envtest version instead latest ([#16](https://github.com/epam/edp-nexus-operator/issues/16))
41+
- Prepare bundle version 3.2.0 for OperatorHub ([#26](https://github.com/epam/edp-nexus-operator/issues/26))
42+
- Update current development version ([#26](https://github.com/epam/edp-nexus-operator/issues/26))
43+
- Generate bundle for v3.1.0 OperatorHub ([#19](https://github.com/epam/edp-nexus-operator/issues/19))
44+
- Update current development version ([#19](https://github.com/epam/edp-nexus-operator/issues/19))
45+
- Update sonar properties for the project ([#17](https://github.com/epam/edp-nexus-operator/issues/17))
46+
- Generate bundle for OperatorHub ([#16](https://github.com/epam/edp-nexus-operator/issues/16))
47+
- Update current development version ([#16](https://github.com/epam/edp-nexus-operator/issues/16))
48+
- Upgrade golang.org/x/net to version 0.17.0 ([#11](https://github.com/epam/edp-nexus-operator/issues/11))
49+
- Upgrade pull request template ([#10](https://github.com/epam/edp-nexus-operator/issues/10))
50+
- Update current development version ([#6](https://github.com/epam/edp-nexus-operator/issues/6))
7051
- Update groovy api script to receive get-nuget-token in version 3.59.0 ([#4](https://github.com/epam/edp-nexus-operator/issues/4))
7152
- Update current development version ([#3](https://github.com/epam/edp-nexus-operator/issues/3))
7253

54+
### Documentation
55+
56+
- Fix broken format in README md ([#39](https://github.com/epam/edp-nexus-operator/issues/39))
57+
- Fix README.md ([#28](https://github.com/epam/edp-nexus-operator/issues/28))
58+
- Add the Quick Start section to the README ([#28](https://github.com/epam/edp-nexus-operator/issues/28))
59+
- Update README md file ([#132](https://github.com/epam/edp-nexus-operator/issues/132))
60+
61+
### Reverts
62+
63+
- test
64+
- [EPMDEDP-2950] Implement roles creation in Nexus
65+
- [EPMDEDP-2963,2964] Outreach and NuGetApiKey
7366

74-
<a name="v2.16.0"></a>
75-
## [v2.16.0] - 2023-08-17
7667

77-
[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v3.1.0...HEAD
78-
[v3.1.0]: https://github.com/epam/edp-nexus-operator/compare/v3.0.0...v3.1.0
79-
[v3.0.0]: https://github.com/epam/edp-nexus-operator/compare/v2.17.0...v3.0.0
80-
[v2.17.0]: https://github.com/epam/edp-nexus-operator/compare/v2.16.0...v2.17.0
81-
[v2.16.0]: https://github.com/epam/edp-nexus-operator/compare/v2.15.0...v2.16.0
68+
[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v3.3.0...HEAD

deploy-templates/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Nexus Operator
33
home: https://docs.kuberocketci.io/
44
name: nexus-operator
55
type: application
6-
version: 3.3.0-SNAPSHOT
7-
appVersion: 3.3.0-SNAPSHOT
6+
version: 3.3.0
7+
appVersion: 3.3.0
88
icon: https://docs.kuberocketci.io/img/logo.svg
99
keywords:
1010
- edp
@@ -24,8 +24,8 @@ annotations:
2424
artifacthub.io/license: Apache-2.0
2525
artifacthub.io/operator: "true"
2626
artifacthub.io/images: |
27-
- name: nexus-operator:3.2.0
28-
image: epamedp/nexus-operator:3.2.0
27+
- name: nexus-operator:3.3.0
28+
image: epamedp/nexus-operator:3.3.0
2929
artifacthub.io/operatorCapabilities: Full Lifecycle
3030
artifacthub.io/crds: |
3131
- kind: Nexus

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nexus-operator
22

3-
![Version: 3.3.0-SNAPSHOT](https://img.shields.io/badge/Version-3.3.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-3.3.0--SNAPSHOT-informational?style=flat-square)
3+
![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square)
44

55
A Helm chart for KubeRocketCI Nexus Operator
66

0 commit comments

Comments
 (0)