Skip to content

Commit 64b5f5a

Browse files
Revert version to 2.0.0
1 parent f0e4787 commit 64b5f5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildrpm/ui-plugins-container-image.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
%{!?registry: %global registry container-registry.oracle.com/olcne}
1010
%global app_name ui-plugins
11-
%global app_version 2.1.0
12-
%global oracle_release_version 1
11+
%global app_version 2.0.0
12+
%global oracle_release_version 5
1313
%global _buildhost build-ol%{?oraclelinux}-%{?_arch}.oracle.com
1414
%global plugins_dest build-plugins
1515

@@ -49,7 +49,7 @@ podman save -o %{app_name}.tar %{docker_tag}
4949
/usr/local/share/olcne/%{app_name}.tar
5050

5151
%changelog
52-
* Sat Jun 07 2025 Murali Annamneni <[email protected]> - 2.1.0-1
52+
* Sat Jun 07 2025 Murali Annamneni <[email protected]> - 2.0.0-5
5353
- Update app-catalog to 0.6.1
5454
- Add prometheus-0.6.0 plugin
5555
- Add cert-manager-0.1.0 plugin

olm/jenkins/ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@Library('olcne-pipeline') _
22
import com.oracle.olcne.pipeline.BranchPattern
33

4-
String version = '2.1.0'
4+
String version = '2.0.0'
55
String imgTag = "v" + version
66

77
olcnePipeline(

0 commit comments

Comments
 (0)