Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS-7633] Update docs for Alfresco Outlook Integration 2.9.3 #1463

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions microsoft-outlook/2.9/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ transform-outlook

> **Note:** Alfresco customers can request Quay.io credentials by logging a ticket at [Alfresco Support](https://support.alfresco.com/){:target="_blank"}. These credentials are required to pull private (Enterprise-only) Docker images from Quay.io.

> **Note:** Make sure that you request credentials for Alfresco Content Services and Alfresco Outlook Integration, so that you can use the additional `transform-outlook-1.1.x` Docker image. Version 1.1.0 of the Outlook T-Engine can also be used for the previous Outlook Integration releases (version 2.8.x).
> **Note:** Make sure that you request credentials for Alfresco Content Services and Alfresco Outlook Integration, so that you can use the additional `transform-outlook-*` Docker image.

> **Note:** It is recommended that you familiarize yourself with the concepts of [containerized deployment]({% link content-services/latest/install/containers/index.md %}) before working with Docker.

Expand Down Expand Up @@ -187,7 +187,7 @@ If you wish to use a Tomcat application server, you can use the WAR bundle to in

2. Rename the WAR file from `transform-outlook-webapp-${version}.war` to `transform-outlook.war`.

You'll find the file, `transform-outlook-webapp-1.1.0.war`, in the distribution zip.
You'll find the file, `transform-outlook-webapp-1.2.1.war`, in the distribution zip.

3. Copy the WAR file into your `<TOMCAT_HOME>/webapps` folder.

Expand Down Expand Up @@ -221,7 +221,7 @@ To deploy the Outlook Integration T-Engine with the Transform Service, you'll ne

```yaml
transform-outlook:
image: quay.io/alfresco/transform-outlook:1.1.0
image: quay.io/alfresco/transform-outlook:1.2.1
mem_limit: 2g
environment:
JAVA_OPTS: " -Xms256m -Xmx512m"
Expand Down
8 changes: 4 additions & 4 deletions microsoft-outlook/2.9/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The following are the supported platforms for Outlook Integration 2.9:

| Version | Notes |
| ------- | ----- |
| Alfresco Content Services 7.3.x | *Partial support.* Only basic authentication is supported.<br>*Optional.* Use with Outlook Integration T-Engine v1.1.0 |
| Alfresco Content Services 7.2.x | *Optional.* Use with Outlook Integration T-Engine v1.1.0 |
| Alfresco Content Services 7.1.x | *Optional.* Use with Outlook Integration T-Engine v1.1.0 |
| Alfresco Content Services 7.0.x | *Optional.* Use with Outlook Integration T-Engine v1.1.0 |
| Alfresco Content Services 7.3.x | *Partial support.* Only basic authentication is supported.<br>*Optional.* Use with Outlook Integration T-Engine v1.2.1 |
| Alfresco Content Services 7.2.x | *Optional.* Use with Outlook Integration T-Engine v1.2.1 |
| Alfresco Content Services 7.1.x | *Optional.* Use with Outlook Integration T-Engine v1.2.1 |
| Alfresco Content Services 7.0.x | *Optional.* Use with Outlook Integration T-Engine v1.2.1 |
| | |
| **Application servers** | |
| Apache Tomcat | Check the supported Tomcat version based on your Content Services version |
Expand Down