Skip to content

Commit

Permalink
15.1.0.Dev01
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Jul 4, 2024
1 parent b6815d0 commit b8255fb
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 52 deletions.
1 change: 1 addition & 0 deletions _bin/update_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ update_version ()
}

update_version "stable"
update_version "unstable"
update_version "old.\"14.0\""
update_version "old.\"13.0\""
update_version "old.\"12.1\""
Expand Down
102 changes: 50 additions & 52 deletions _data/ispn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stable:
minor_version: 15.0
version: 15.0.5.Final
maven_latest: 15.0.5.Final
release_date: 2024/06/18
release_date: 2024/06/17
fixed_issues: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12310799&version=12428952
codename: I'm Still Standing
whats_new: RESP endpoint enhancement, Memcached binary protocol and authentication, Vector kNN queries, etc
Expand Down Expand Up @@ -54,51 +54,49 @@ stable:
configdocs: https://docs.jboss.org/infinispan/15.0/configdocs/
jmxdocs: https://docs.jboss.org/infinispan/15.0/apidocs/jmxComponents.html
# Please remove or comment out the following 'unstable' version section if this is not applicable at the moment.
#unstable:
# minor_version: 15.1
# version: 15.1.0.Dev01
# maven_latest: 15.1.0.Dev01
# release_date: 2024/02/16
# fixed_issues: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12310799&version=12423676
# codename: N/A
# whats_new: RESP endpoint enhancement, Memcached binary protocol and authentication, Vector kNN queries, etc
# download:
# server: https://downloads.jboss.org/infinispan/15.1.0.Dev01/infinispan-server-15.1.0.Dev01.zip
# wfmodules: https://downloads.jboss.org/infinispan/15.1.0.Dev01/infinispan-wildfly-modules-15.1.0.Dev01.zip
# docker: quay.io/infinispan/server:15.1
# docker_native: quay.io/infinispan/server-native:15.1.0.Dev01-1
# docker_cli: quay.io/infinispan/cli:15.1.0.Dev01
# docs:
# cli: /docs/dev/titles/cli/cli.html
# config: /docs/dev/titles/configuring/configuring.html
# contributing: /docs/dev/titles/contributing/contributing.html
# dev: /docs/dev/titles/developing/developing.html
# embedded: /docs/dev/titles/embedding/embedding.html
# encoding: /docs/dev/titles/encoding/encoding.html
# helmchart: /docs/helm-chart/main/helm-chart.html
# hibernate: /docs/dev/titles/hibernate/hibernate.html
# home: /docs/dev/index.html
# hotrod: /docs/dev/titles/hotrod_java/hotrod_java.html
# memcached: /docs/dev/titles/memcached/memcached.html
# projects: /docs/dev/titles/getting_started/getting_started.html#mvn_archetypes
# query: /docs/dev/titles/query/query.html
# quickstart: /docs/dev/titles/getting_started/getting_started.html#quick_start
# operator: /docs/infinispan-operator/main/operator.html
# resp: /docs/dev/titles/resp/resp-endpoint.html
# rest: /docs/dev/titles/rest/rest.html
# security: /docs/dev/titles/security/security.html
# server: /docs/dev/titles/server/server.html
# serverimage: https://github.com/infinispan/infinispan-images/tree/main
# spring: /docs/dev/titles/spring/spring.html
# start: /docs/dev/titles/getting_started/getting_started.html
# starter: /docs/dev/titles/spring_boot/starter.html
# tuning: /docs/dev/titles/tuning/tuning.html
# upgrade: /docs/dev/titles/upgrading/upgrading.html
# xsite: /docs/dev/titles/xsite/xsite.html
# javadocs: https://docs.jboss.org/infinispan/15.1/apidocs/
# configdocs: https://docs.jboss.org/infinispan/15.1/configdocs/
# jmxdocs: https://docs.jboss.org/infinispan/15.1/apidocs/jmxComponents.html

unstable:
minor_version: 15.1
version: 15.1.0.Dev01
maven_latest: 15.1.0.Dev01
release_date: 2024/07/03
fixed_issues: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12310799&version=12428562
codename: N/A
whats_new: RESP endpoint enhancement, Memcached binary protocol and authentication, Vector kNN queries, etc
download:
server: https://downloads.jboss.org/infinispan/15.1.0.Dev01/infinispan-server-15.1.0.Dev01.zip
docker: quay.io/infinispan/server:15.1
docker_native: quay.io/infinispan/server-native:15.1.0.Dev01-1
docker_cli: quay.io/infinispan/cli:15.1.0.Dev01-1
docs:
cli: /docs/dev/titles/cli/cli.html
config: /docs/dev/titles/configuring/configuring.html
contributing: /docs/dev/titles/contributing/contributing.html
dev: /docs/dev/titles/developing/developing.html
embedded: /docs/dev/titles/embedding/embedding.html
encoding: /docs/dev/titles/encoding/encoding.html
helmchart: /docs/helm-chart/main/helm-chart.html
hibernate: /docs/dev/titles/hibernate/hibernate.html
home: /docs/dev/index.html
hotrod: /docs/dev/titles/hotrod_java/hotrod_java.html
memcached: /docs/dev/titles/memcached/memcached.html
projects: /docs/dev/titles/getting_started/getting_started.html#mvn_archetypes
query: /docs/dev/titles/query/query.html
quickstart: /docs/dev/titles/getting_started/getting_started.html#quick_start
operator: /docs/infinispan-operator/main/operator.html
resp: /docs/dev/titles/resp/resp-endpoint.html
rest: /docs/dev/titles/rest/rest.html
security: /docs/dev/titles/security/security.html
server: /docs/dev/titles/server/server.html
serverimage: https://github.com/infinispan/infinispan-images/tree/main
spring: /docs/dev/titles/spring/spring.html
start: /docs/dev/titles/getting_started/getting_started.html
starter: /docs/dev/titles/spring_boot/starter.html
tuning: /docs/dev/titles/tuning/tuning.html
upgrade: /docs/dev/titles/upgrading/upgrading.html
xsite: /docs/dev/titles/xsite/xsite.html
javadocs: https://docs.jboss.org/infinispan/15.1/apidocs/
configdocs: https://docs.jboss.org/infinispan/15.1/configdocs/
jmxdocs: https://docs.jboss.org/infinispan/15.1/apidocs/jmxComponents.html
# # Older releases
# ## Leaving out the docs: element means that docs won't be displayed for this version.
# ## Leaving out any section of the docs, e.g., the user guide, will mean that the latest version will be used.
Expand All @@ -109,7 +107,7 @@ old:
minor_version: 14.0
version: 14.0.29.Final
maven_latest: 14.0.29.Final
release_date: 2024/06/13
release_date: 2024/06/12
fixed_issues: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12310799&version=12427267
codename: Flying Saucer
whats_new: New client API, Micrometer stats, RESP endpoint, new indexing annotations, config wizard, multimap duplicates, Java 11 baseline, Jakarta EE, etc.
Expand Down Expand Up @@ -711,11 +709,11 @@ hotrod:
maven_artifact_id: infinispan-client-hotrod
version: 15.0.5.Final
# Uncomment this section if an unstable Java Hot Rod client is available
#java_unstable:
# title: Java (Dev)
# text: clients/java.html
# maven_artifact_id: infinispan-client-hotrod
# version: 15.1.0.Dev01
java_unstable:
title: Java (Dev)
text: clients/java.html
maven_artifact_id: infinispan-client-hotrod
version: 15.1.0.Dev01
cpp:
title: C++ Client
version: 9.1.0.Final
Expand Down

0 comments on commit b8255fb

Please sign in to comment.