Skip to content

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy Baukema committed Sep 23, 2014
1 parent 48f79a8 commit 3d0f793
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/release_notes/4.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# OpenConext EngineBlock v4.2.0 Release Notes #

Ansible support / OpenConext cleanup release.

Changed many settings:
* phpSettings.sendmail_from is now "OpenConext EngineBlock <[email protected]>"
* Removed deprecated settings for attribute manipulation
* Removed deprecated settings for OpenConext-static
* Introduced new setting: dynamicAssets, which defaults to false expecting Assetic compiled assets.
* Renamed "surfconext.termsOfUse" to "openconext.termsOfUse"
* Removed Shindig configuration
* Set serviceRegistry.caching.backend.options.lifetime to 1 by default
* Set the default api.vovalidate.baseUrl to "https://api.demo.openconext.org"
* Set the default api.vovalidate.key to "oauth_key"
* Set the default api.vovalidate.secret to "oauth_secret"
* Removed support for encryption.key.public and encryption.key.private
* Added support for encryption.default.publicFile and encryption.default.privateFile

Added:
* Lazy certificate parsing, only parse a certificate when it is to be used.
* Improved error handling for bin/janus_client.php

Removed:
* tests/runAllTests.sh (we only have unit tests)
15 changes: 15 additions & 0 deletions docs/release_notes/4.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SURFnet SURFconext EngineBlock v4.2.1 Release Notes #

Removed the unused concept of environments in favor of local configuration files.

Changed the following settings:
* encryption.keys.default.publicFile defaults to "/etc/openconext/engineblock.crt"
* encryption.keys.default.privateFile defaults to "/etc/openconext/engineblock.key"
* auth.simplesamlphp.idp.cert is removed in favor of auth.simplesamlphp.idp.certificate

Added:
* Improvements for error reporting on non-200 response from OpenConext API VO Validation.

Removed:
* Environment IDs (production / staging / test / demo)
* etc/profile.d/openconext-engineblock.sh
12 changes: 12 additions & 0 deletions docs/release_notes/4.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SURFnet SURFconext EngineBlock v4.2.2 Release Notes #

Removed deprecated tools.

Removed:
* bin/checkdeps.php
* bin/convert_filters.php
* bin/graph-composer.phar
* bin/parsevalidations.php
* bin/deploy/deployToSurfconextTest.sh
* bin/deploy/README.md
* languages/README-DEVS.md
8 changes: 8 additions & 0 deletions docs/release_notes/4.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SURFnet SURFconext EngineBlock v4.2.3 Release Notes #

Ansible work.

Changed:
* Made patch 16 idempotent
* Ansible role
* Configuration migration tool
5 changes: 5 additions & 0 deletions docs/release_notes/4.2.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SURFnet SURFconext EngineBlock v4.2.4 Release Notes #

Bugfix to /proxy/certificate.

* Fixed /proxy/certificate
17 changes: 17 additions & 0 deletions docs/release_notes/4.2.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SURFnet SURFconext EngineBlock v4.2.5 Release Notes #

Better configuration defaults

Changed configuration settings:
* ldap.useSsl default to false
* ldap.userName defaults to "cn=engineblock,dc=surfconext,dc=nl"
* Unset unused ldap.accountDomainName
* ldap.baseDn defaults to "dc=surfconext,dc=nl"
* email.sendWelcomeMail defaults to false
* auth.simplesamlphp.idp.certificate defaults to "/etc/openconext/engineblock.crt"

Added:
* Fixed adding the VO in an attribute

Removed:
* Inconsistently applied and unnecessary file licensing headers (Issue #76, PR #78)
26 changes: 26 additions & 0 deletions docs/release_notes/4.2.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# SURFnet SURFconext EngineBlock v4.2.6 Release Notes #

Better logging defaults and removal of deprecated functionality.

Changed configuration settings:
* logs.syslog-queue.writerParams.targetLog.syslog.writerParams.application defaults to "EBLOG"
* Added a Priority filter to queued syslog filter with priority 7

Removed:
* engine-internal along with
* /cron/deprovision
* /social/*
* Composer dependencies:
* apache/shindig
* behat/behat
* behat/mink
* behat/mink-extension
* behat/mink-goutte-driver

Upgraded:
* Composer
* Assetic
* Pimple DI container (2.0 => 2.1.1)
* SimpleSAMLphp saml2 (0.4.1 => 0.4.2)
* Symfony/process (2.4.2 => 2.5.4)
* Zend Framework 1 (1.12.9 => 1.12.9)

0 comments on commit 3d0f793

Please sign in to comment.