Difference between revisions of "User: Bgrenon"

From Genesys Documentation
Jump to: navigation, search
Line 1: Line 1:
 
{{NoteFormat|Content on this page is reserved for development and testing only; any content below should not be considered final or accurate for the purposes of Genesys Documentation.|3}}
 
{{NoteFormat|Content on this page is reserved for development and testing only; any content below should not be considered final or accurate for the purposes of Genesys Documentation.|3}}
  
<ul class="nav nav-tabs mb-3" id="myTabs" role="tablist">
+
<tabber>
  <li class="nav-item"><btn id="tab1Label" data-toggle="tab" class="nav-link active" role="tab" aria-controls="tab1" aria-selected="true">#tab1|Updated in last 7 days</btn></li>
+
Updated in last 7 days=
  <li><btn id="btn2Label" data-toggle="tab" class="nav-link" role="tab" aria-controls="tab2" aria-selected="false">#tab2|Updated in last 30 days</btn></li>
 
  <li><btn id="btn3Label" data-toggle="tab" class="nav-link" role="tab" aria-controls="tab3" aria-selected="false">#tab3|Latest containers per component</btn></li>
 
</ul>
 
 
 
<div class="tab-content">
 
  <div id="tab1" class="tab-pane fade show active" role="tabpanel" aria-labelledby="tab1Label">
 
This table lists any Genesys Multicloud CX private edition release note from the last 7 days.
 
 
{{#cargo_query:
 
{{#cargo_query:
tables=ComponentRN,Component
+
tables=ArticleCloudRN__ComponentId,ArticleCloudRN,Component,ComponentRN__ComponentId,ComponentRN,DeploymentType
|join on=ComponentRN.ComponentId HOLDS Component.Id
+
|join on=ArticleCloudRN__ComponentId._value=Component.Id,ArticleCloudRN__ComponentId._rowID=ArticleCloudRN._ID,ArticleCloudRN__ComponentId._value = ComponentRN__ComponentId._value,ComponentRN__ComponentId._rowID=ComponentRN._ID,ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
|fields=ComponentRN.ComponentId
+
|fields=Component.Name=Service,CONCAT('[[',ArticleCloudRN._pageName,'#',DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y'),'|',DATE_FORMAT(MAX(PrivateEditionReleaseDate),'%M %d, %Y'),']]')=Release Date,MAX(ReleaseNumber)=ReleaseNumber,CONCAT('[[File:',Image,'|80px]]')=Supported Cloud,Highlight=Highlights,ComponentId,MAX(ReleaseDate)=ReleaseDate,ReleaseNumber=Release,Component.IpName=IpName,Containers
|group by=ComponentRN.ComponentId
+
|where=DATEDIFF(ReleaseDate,NOW()) >= -7 AND ComponentRN._pageNamespace="0" AND ArticleCloudRN._pageNamespace="0" AND ArticleCloudRN._pageName LIKE "%{{#explode:{{FULLPAGENAME}}|/|2}}%" AND PrivateEditionReleaseDate IS NOT NULL AND Component.IpName IS NOT NULL
 +
|having=MAX(ReleaseNumber)
 +
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Released on</th><th>Release Number</th><th>Helm updates</th><th>Container updates</th></tr>
 +
|outro=</table>
 
|format=template
 
|format=template
|template=GetMaxPrivateEditionReleaseDate
+
|template=LatestContainers
 
|named args=yes
 
|named args=yes
|order by=Component.Name
+
|group by=ComponentRN.ComponentId
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Release</th><th>Released On</th><th>Helm</th><th>Containers</th></tr>
 
|outro=</table>
 
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -7
 
 
}}
 
}}
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
+
|-|
  </div>
+
Updated in last 30 days=
  <div id="tab2" class="tab-pane fade" role="tabpanel" aria-labelledby="tab2Label">
 
This table lists any Genesys Multicloud CX private edition release note from the last 30 days.
 
 
{{#cargo_query:
 
{{#cargo_query:
tables=ComponentRN,Component
+
tables=ArticleCloudRN__ComponentId,ArticleCloudRN,Component,ComponentRN__ComponentId,ComponentRN,DeploymentType
|join on=ComponentRN.ComponentId HOLDS Component.Id
+
|join on=ArticleCloudRN__ComponentId._value=Component.Id,ArticleCloudRN__ComponentId._rowID=ArticleCloudRN._ID,ArticleCloudRN__ComponentId._value = ComponentRN__ComponentId._value,ComponentRN__ComponentId._rowID=ComponentRN._ID,ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
|fields=ComponentRN.ComponentId
+
|fields=Component.Name=Service,CONCAT('[[',ArticleCloudRN._pageName,'#',DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y'),'|',DATE_FORMAT(MAX(PrivateEditionReleaseDate),'%M %d, %Y'),']]')=Release Date,MAX(ReleaseNumber)=ReleaseNumber,CONCAT('[[File:',Image,'|80px]]')=Supported Cloud,Highlight=Highlights,ComponentId,MAX(ReleaseDate)=ReleaseDate,ReleaseNumber=Release,Component.IpName=IpName,Containers
|group by=ComponentRN.ComponentId
+
|where=DATEDIFF(ReleaseDate,NOW()) >= -30 AND ComponentRN._pageNamespace="0" AND ArticleCloudRN._pageNamespace="0" AND ArticleCloudRN._pageName LIKE "%{{#explode:{{FULLPAGENAME}}|/|2}}%" AND PrivateEditionReleaseDate IS NOT NULL AND Component.IpName IS NOT NULL
 +
|having=MAX(ReleaseNumber)
 +
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Released on</th><th>Release Number</th><th>Helm updates</th><th>Container updates</th></tr>
 +
|outro=</table>
 
|format=template
 
|format=template
|template=GetMaxPrivateEditionReleaseDate
+
|template=LatestContainers
 
|named args=yes
 
|named args=yes
|order by=Component.Name
+
|group by=ComponentRN.ComponentId
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Release</th><th>Released On</th><th>Helm</th><th>Containers</th></tr>
 
|outro=</table>
 
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" AND DATEDIFF(PrivateEditionReleaseDate,NOW()) >= -30
 
 
}}
 
}}
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
+
|-|
  </div>
+
Latest containers per component=
<div id="tab3" class="tab-pane fade" role="tabpanel" aria-labelledby="tab3Label">
 
This table lists the most current release note for each Genesys Multicloud CX private edition service.
 
 
{{#cargo_query:
 
{{#cargo_query:
tables=ComponentRN,Component
+
tables=ArticleCloudRN__ComponentId,ArticleCloudRN,Component,ComponentRN__ComponentId,ComponentRN,DeploymentType
|join on=ComponentRN.ComponentId HOLDS Component.Id
+
|join on=ArticleCloudRN__ComponentId._value=Component.Id,ArticleCloudRN__ComponentId._rowID=ArticleCloudRN._ID,ArticleCloudRN__ComponentId._value = ComponentRN__ComponentId._value,ComponentRN__ComponentId._rowID=ComponentRN._ID,ComponentRN.DeploymentTypeId HOLDS DeploymentType.Id
|fields=ComponentRN.ComponentId
+
|fields=Component.Name=Service,CONCAT('[[',ArticleCloudRN._pageName,'#',DATE_FORMAT(MAX(ReleaseDate),'%M %d, %Y'),'|',DATE_FORMAT(MAX(PrivateEditionReleaseDate),'%M %d, %Y'),']]')=Release Date,MAX(ReleaseNumber)=ReleaseNumber,CONCAT('[[File:',Image,'|80px]]')=Supported Cloud,Highlight=Highlights,ComponentId,MAX(ReleaseDate)=ReleaseDate,ReleaseNumber=Release,Component.IpName=IpName,Containers
|group by=ComponentRN.ComponentId
+
|where=ComponentRN._pageNamespace="0" AND ArticleCloudRN._pageNamespace="0" AND ArticleCloudRN._pageName LIKE "%{{#explode:{{FULLPAGENAME}}|/|2}}%" AND PrivateEditionReleaseDate IS NOT NULL AND Component.IpName IS NOT NULL
 +
|having=MAX(ReleaseNumber)
 +
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Released on</th><th>Release Number</th><th>Helm updates</th><th>Container updates</th></tr>
 +
|outro=</table>
 
|format=template
 
|format=template
|template=GetMaxPrivateEditionReleaseDate
+
|template=LatestContainers
 
|named args=yes
 
|named args=yes
|order by=Component.Name
+
|group by=ComponentRN.ComponentId
|intro=<table class="wikitable sortable"><tr><th>Service</th><th>Release</th><th>Released On</th><th>Helm</th><th>Containers</th></tr>
+
}}
|outro=</table>
+
</tabber>
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0"
+
 
 +
<!--
 +
 
 +
Updated in last 7 days=
 +
{{#cargo_query:
 +
tables=RNElements,ComponentRN
 +
|join on=RNElements.Version=ComponentRN.ReleaseNumber
 +
|fields=IpName,DATE_FORMAT((ReleaseDate),'%M %d, %Y')=ReleaseDate,Version,Container
 +
|where=DATEDIFF(ReleaseDate,NOW()) >= -7 AND ComponentRN._pageNamespace="0" AND PrivateEditionReleaseDate IS NOT NULL
 +
|limit=500
 +
|format=dynamic table
 +
|merge similar cells=yes
 +
}}
 +
|-|
 +
Updated in last 30 days=
 +
{{#cargo_query:
 +
tables=RNElements,ComponentRN
 +
|join on=RNElements.Version=ComponentRN.ReleaseNumber
 +
|fields=IpName,DATE_FORMAT((ReleaseDate),'%M %d, %Y')=ReleaseDate,Version,Container
 +
|where=DATEDIFF(ReleaseDate,NOW()) >= -30 AND ComponentRN._pageNamespace="0" AND PrivateEditionReleaseDate IS NOT NULL
 +
|limit=500
 +
|format=dynamic table
 
}}
 
}}
<nowiki>*</nowiki>The helm charts and containers for this service are provided by a parent service. Check the containers page for that parent service for the latest details.
+
 
  </div>
+
-->
</div>
 

Revision as of 19:30, May 5, 2022

Warning
Content on this page is reserved for development and testing only; any content below should not be considered final or accurate for the purposes of Genesys Documentation.

No results

No results

ServiceReleased onRelease NumberHelm updatesContainer updates
2021-10-29 100.0.003.1501

100.0.003.1501

100.0.003.1501

2021-09-15 100.0.100.0010

100.0.100.0010

  • voice-ors-100.0.1000002.tgz

100.0.100.0010

  • voice-ors-100.0.1000002.tgz
2022-04-07 9.0.003.10

9.0.003.10

9.0.003.10

2022-02-11 100.0.005.1200

100.0.005.1200

  • ixn-100.0.003+16.tgz

100.0.005.1200

  • ixn-100.0.003+16.tgz
2021-06-30 9.0.000.61

9.0.000.61

9.0.000.61

2021-06-30 9.0.000.05

9.0.000.05

  • voice-sipfe-9.0.06.tgz

9.0.000.05

  • voice-sipfe-9.0.06.tgz
2021-10-18 100.0.000.0006

100.0.000.0006

100.0.000.0006

2021-10-29 100.0.003.1597

100.0.003.1597

100.0.003.1597

2021-10-29 100.0.076.1437

100.0.076.1437

100.0.076.1437

2022-02-08 100.0.100.1400

100.0.100.1400

  • gsp-100.0.100+0900.tgz

100.0.100.1400

  • gsp-100.0.100+0900.tgz
2021-09-14 9.0.000.04

9.0.000.04

  • gca-monitoring-100.0.100+1200.tgz
  • gca-100.0.100+1200.tgz

9.0.000.04

  • gca-monitoring-100.0.100+1200.tgz
  • gca-100.0.100+1200.tgz
2021-09-15 100.0.100.0003

100.0.100.0003

  • voice-alertrules-100.0.1000001.tgz
  • voice-registrar-100.0.1000001.tgz

100.0.100.0003

  • voice-alertrules-100.0.1000001.tgz
  • voice-registrar-100.0.1000001.tgz
2022-07-25 100.0.100.0010

100.0.100.0010

100.0.100.0010

2022-07-25 100.0.100.0015

100.0.100.0015

100.0.100.0015

2021-10-04 9.0.000.70

9.0.000.70

  • gauth-0.1.77.tgz

9.0.000.70

  • gauth-0.1.77.tgz
2021-09-16 100.0.100.0015

100.0.100.0015

  • tenant-monitor-100.0.1000015.tgz
  • tenant-100.0.1000015.tgz

100.0.100.0015

  • tenant-monitor-100.0.1000015.tgz
  • tenant-100.0.1000015.tgz
2022-04-07 9.0.001.00

9.0.001.00

9.0.001.00

2022-06-23 100.0.100.0204

100.0.100.0204

  • gvp-rs-100.0.1000038.tgz

100.0.100.0204

  • gvp-rs-100.0.1000038.tgz
2022-03-03 100.0.112.9013

100.0.112.9013

100.0.112.9013

2021-09-16 9.0.000.86

9.0.000.86

  • wwe-nginx-9.0.4.tgz

9.0.000.86

  • wwe-nginx-9.0.4.tgz
2021-09-15 9.0.000.10

9.0.000.10

  • voice-agent-9.0.10.tgz

9.0.000.10

  • voice-agent-9.0.10.tgz
2022-03-28 100.0.100.0008

100.0.100.0008

100.0.100.0008

2021-10-21 9.0.000.89

9.0.000.89

  • pureengage-helm-staging-local.jfrog.io/webrtc-service-100.0.003+0000.tgz

9.0.000.89

  • pureengage-helm-staging-local.jfrog.io/webrtc-service-100.0.003+0000.tgz
2022-03-08 9.0.000.09

9.0.000.09

9.0.000.09

2022-05-02 100.0.029.0005

100.0.029.0005

100.0.029.0005

2021-06-30 9.0.000.70

9.0.000.70

9.0.000.70

2021-09-10 9.5.000.87

9.5.000.87

  • ucsx-addtenant-100.0.0930015.tgz
  • ucsx-100.0.0930015.tgz

9.5.000.87

  • ucsx-addtenant-100.0.0930015.tgz
  • ucsx-100.0.0930015.tgz
2021-09-30 9.0.124.04

9.0.124.04

  • designer-100.0.122+1401.tgz
  • designer-das-100.0.111+0801.tgz

9.0.124.04

  • designer-100.0.122+1401.tgz
  • designer-das-100.0.111+0801.tgz
2021-09-15 100.0.100.0012

100.0.100.0012

  • voice-sip-100.0.1000002.tgz

100.0.100.0012

  • voice-sip-100.0.1000002.tgz
2022-02-02 9.0.019.01

9.0.019.01

9.0.019.01

2022-06-30 9.0.000.16

9.0.000.16

  • gvp-configserver-100.0.1000017.tgz

9.0.000.16

  • gvp-configserver-100.0.1000017.tgz
2021-09-30 9.0.048.65

9.0.048.65

  • gvp-mcp-100.0.1000040.tgz

9.0.048.65

  • gvp-mcp-100.0.1000040.tgz
2022-02-22 9.0.000.52

9.0.000.52

  • gvp-sd-100.0.1000021.tgz

9.0.000.52

  • gvp-sd-100.0.1000021.tgz
2022-06-23 100.0.100.0207

100.0.100.0207

  • gvp-rm-100.0.1000082.tgz

100.0.100.0207

  • gvp-rm-100.0.1000082.tgz
2022-06-28 9.0.000.98

9.0.000.98

9.0.000.98

2021-09-09 100.0.000.0069

100.0.000.0069

  • ges-100.0.000+0021.tgz

100.0.000.0069

  • ges-100.0.000+0021.tgz
2021-08-31 100.0.001.0008

100.0.001.0008

100.0.001.0008

2022-05-24 100.0.004.0009

100.0.004.0009

100.0.004.0009


Retrieved from "https://all.docs.genesys.com/User:Bgrenon (2024-05-04 13:09:35)"