Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 11, 2024
1 parent a8cac4d commit a738489
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
14 changes: 7 additions & 7 deletions _versions/main/guides/_attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
:mandrel-flavor: jdk-21
:surefire-version: 3.3.1
:gradle-version: 8.9
:elasticsearch-version: 8.13.2
:elasticsearch-image: docker.io/elastic/elasticsearch:8.13.2
:opensearch-image: docker.io/opensearchproject/opensearch:2.13.0
:elasticsearch-version: 8.15.0
:elasticsearch-image: docker.io/elastic/elasticsearch:8.15.0
:opensearch-image: docker.io/opensearchproject/opensearch:2.16.0
:infinispan-version: ${infinispan.version}
:infinispan-protostream-version: ${infinispan.protostream.version}
:logstash-image: docker.io/elastic/logstash:8.13.2
:kibana-image: docker.io/elastic/kibana:8.13.2
:logstash-image: docker.io/elastic/logstash:8.15.0
:kibana-image: docker.io/elastic/kibana:8.15.0
:keycloak-docker-image: quay.io/keycloak/keycloak:25.0.0
:jandex-version: 3.2.2
:jandex-gradle-plugin-version: 1.0.0
Expand All @@ -27,8 +27,8 @@
:gcf-invoker-version: 1.3.0
// Cannot simply use the name 'hibernate-*-version' here as it somehow gets
// overridden to the full version, at least when building locally.
:hibernate-orm-version-major-minor: 6.5
:hibernate-search-version-major-minor: 7.1
:hibernate-orm-version-major-minor: 6.6
:hibernate-search-version-major-minor: 7.2
// .
:quarkus-home-url: https://quarkus.io
:quarkus-org-url: https://github.com/quarkusio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ as shown below.

[source,properties]
----
quarkus.hibernate-search-orm.elasticsearch.version=opensearch:2.13
quarkus.hibernate-search-orm.elasticsearch.version=opensearch:2.16
----

All other configuration options and APIs are exactly the same as with Elasticsearch.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ as shown below.

[source,properties]
----
quarkus.hibernate-search-standalone.elasticsearch.version=opensearch:2.13
quarkus.hibernate-search-standalone.elasticsearch.version=opensearch:2.16
----

All other configuration options and APIs are exactly the same as with Elasticsearch.
Expand Down
7 changes: 1 addition & 6 deletions _versions/main/guides/podman.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ The Homebrew package manager on Mac (*brew*) *should not be used to install Podm

On Linux, Podman is integrated as part of the operating system, and installed through the system's packager manager. As with Mac, and Windows, Podman Desktop can also be installed to supplement the Podman CLI. However, on Linux, Podman Desktop acts as a client to the native Podman integration, and does not manage the underlying Podman installation.

See https://podman-desktop.io/downloads/ for the latest version of Podman Desktop or pick the version that suits your operating system from the list below:

- https://podman-desktop.io/macos/[MacOS]
- https://podman-desktop.io/windows/[Windows]
- https://podman-desktop.io/linux/[Linux]

See https://podman-desktop.io/downloads/ for the latest version of Podman Desktop.

Additionally, if you are using Linux, see the Podman https://podman.io/docs/installation#installing-on-linux[Linux installation documentation] for instructions installing Podman to your specific Linux distribution.

Expand Down

0 comments on commit a738489

Please sign in to comment.