You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/07/23 16:58:48 UTC

[sling-org-apache-sling-app-cms] branch master updated: Updating release information for 1.0.4

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new a90447f  Updating release information for 1.0.4
a90447f is described below

commit a90447ffd6a8ef52db8f0d77bf894ca6e8da0835
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Fri Jul 23 12:58:37 2021 -0400

    Updating release information for 1.0.4
---
 README.md                       |  2 +-
 docker/cms/Dockerfile           |  2 +-
 docs/email-configuration.md     |  9 +++++++--
 docs/releases.md                | 11 ++++++++++-
 vagrant/src/install-slingcms.sh |  2 +-
 5 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 35f4a8f..c2f6040 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Try out Sling CMS on [Gitpod](https://www.gitpod.io/) for free for up to 50 hour
  * [Releases](docs/releases.md)
  * [Users](docs/users.md)
 
-### [Download Latest Version](https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.feature/1.0.2/org.apache.sling.cms.feature-1.0.2.jar)
+### [Download Latest Version](https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.feature/1.0.4/org.apache.sling.cms.feature-1.0.4.jar)
 ### [Report an Issue](https://issues.apache.org/jira)
 
 ## Contributing
diff --git a/docker/cms/Dockerfile b/docker/cms/Dockerfile
index 7d1cb95..f9972b4 100644
--- a/docker/cms/Dockerfile
+++ b/docker/cms/Dockerfile
@@ -17,7 +17,7 @@ FROM adoptopenjdk:11-jre-openj9
 ARG ADDITIONAL_FEATURE_COORDINATE=
 ARG CMS_GROUP_ID=org.apache.sling
 ARG CMS_ARTIFACT_ID=org.apache.sling.cms.feature
-ARG CMS_VERSION=1.0.3-SNAPSHOT
+ARG CMS_VERSION=1.0.4
 ARG LAUNCHER_VERSION=1.1.16
 ARG FM_SEED_CLASSIFIER=slingcms-composite-seed
 ARG RUNMODE=standalone
diff --git a/docs/email-configuration.md b/docs/email-configuration.md
index f9401da..f9416a8 100644
--- a/docs/email-configuration.md
+++ b/docs/email-configuration.md
@@ -16,9 +16,14 @@ Apache Sling CMS uses [Apache Sling Commons Messing Mail](https://github.com/apa
 
 ## Crypto Configuration
 
-The Reference project includes base configurations for [Apache Sling Commons Crypto](https://sling.apache.org/documentation/bundles/commons-crypto.html), however you must still configure the [Apache Sling Commons Crypto “File Password Provider”](http://localhost:8080/system/console/configMgr/org.apache.sling.commons.crypto.internal.FilePasswordProvider).
+Apache Sling Commons Messing Mail uses [Apache Sling Commons Crypto](https://sling.apache.org/documentation/bundles/commons-crypto.html).
 
-The _Names_ for the configuration should be _default_ and the _Path_ should be the filesystem path to a file containing the password.
+To configure Commons Crypto, you should provide the following configurations:
+
+- org.apache.sling.commons.crypto.internal.FilePasswordProvider~[somename]
+- org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomIvGeneratorRegistrar~[somename]
+- org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomSaltGeneratorRegistrar~d[somename]
+- org.apache.sling.commons.crypto.jasypt.internal.JasyptStandardPBEStringCryptoService~[somename]
 
 ## SMTP Configuration
 
diff --git a/docs/releases.md b/docs/releases.md
index a102dcf..9c23e9c 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -13,12 +13,21 @@
 # Releases
 
 
-## 1.0.2 - CURRENT VERSION
+## 1.0.4 - CURRENT VERSION
+
+Enhancements to the forms capabilities, support for logged in sites, support for content fragments and support for different instance types. Major build process update to use the Sling Feature Model instead of the Sling Provisioning Model.
+
+ * [View Release](https://github.com/apache/sling-org-apache-sling-app-cms/releases/org.apache.sling.cms-1.0.4)
+ * [API JavaDoc](http://javadoc.io/doc/org.apache.sling/org.apache.sling.cms.api/1.0.4)
+
+
+## 1.0.2
 
 Enhancements to the forms capabilities, support for logged in sites, support for content fragments and support for different instance types. Major build process update to use the Sling Feature Model instead of the Sling Provisioning Model.
 
  * [View Release](https://github.com/apache/sling-org-apache-sling-app-cms/releases/org.apache.sling.cms-1.0.2)
  * [API JavaDoc](http://javadoc.io/doc/org.apache.sling/org.apache.sling.cms.api/1.0.2)
+ * [Documentation](https://github.com/apache/sling-org-apache-sling-app-cms/tree/28837086739c63ca3efca5339cab887ae48775fb)
 
 ## 0.16.2
 
diff --git a/vagrant/src/install-slingcms.sh b/vagrant/src/install-slingcms.sh
index a28c132..22e6eae 100644
--- a/vagrant/src/install-slingcms.sh
+++ b/vagrant/src/install-slingcms.sh
@@ -29,7 +29,7 @@ adduser sling
 echo "Created Sling user..."
 
 mkdir -p /opt/slingcms
-curl https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.feature/1.0.2/org.apache.sling.cms.feature-1.0.2.jar --output /opt/slingcms/org.apache.sling.cms.jar
+curl https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.feature/1.0.4/org.apache.sling.cms.feature-1.0.4.jar --output /opt/slingcms/org.apache.sling.cms.jar
 cp /vagrant_data/start.sh /vagrant_data/stop.sh /opt/slingcms
 chmod +x /opt/slingcms/*.sh
 chown -R sling:sling /opt/slingcms