- While here install example config file and some actual documentation
Changes: https://github.com/statsite/statsite/blob/master/CHANGELOG.md
PR: 230365
Submitted by: Nathan <ndowens@yahoo.com> (based on)
Approved by: maintainer timeout (2 weeks)
- Move from SF to GitHub
- Update WWW
- Pacify portlint
- Unbreak on amd64, "Philippe Maechler" <pmaechler-ml@glattnet.ch> notified us
via ports@ that the produced config files work fine
- Add LICENSE_FILE
- py-keyring: remove unused dependecency (per setup.py)
- Switch to using GitHub (i.e. caconical source)
- Take over maintainership
- ChangeLog:
- Features:
* Implementation is now using ADAL and not request-oauthlib. This allows
more AD scenarios (like federated)
* Add additionalInfo parsing for CloudError
* Implement new LRO options of Autorest
* Improve MSI for VM token polling algorithm
* Allow ADAL 0.5.0 to 2.0.0 excluded as valid ADAL dependency
* MSIAuthentication now uses IMDS endpoint if available
* MSIAuthentication can be used in any environment that defines
MSI_ENDPOINT env variable
* CloudError now includes the "innererror" attribute to match OData v4
* Introduces ARMPolling implementation of Azure Resource Management LRO.
* Improve MSIAuthentication to support User Assigned Identity
* Add support for WebApp/Functions in MSIAuthentication classes
* Add parse_resource_id(), resource_id(), validate_resource_id() to
parse ARM ids
* Retry strategy now reachs 24 seconds (instead of 12 seconds)
* Add Managed Service Integrated (MSI) authentication
* Add "timeout" to ServicePrincipalCredentials and UserPasswordCredentials
* Threads created by AzureOperationPoller have now a name prefixed by
"AzureOperationPoller" to help identify them
* Add cloud definitions for public Azure, German Azure, China Azure and
Azure Gov
* Add get_cloud_from_metadata_endpoint to automatically create a Cloud
object from an ARM endpoint
* Add cloud_environment to all Credentials objects (except
AdalAuthentication)
* Add proxies parameters to ServicePrincipal and UserPassword credentials
class
* Add automatic Azure provider registration if needed
- Breaking changes:
These breaking changes applies to ServicePrincipalCredentials,
UserPassCredentials, AADTokenCredentials
* Remove "auth_uri" attribute and parameter. This was unused.
* Remove "state" attribute. This was unused.
* Remove "client" attribute. This was exposed by mistake and should have
been internal. No replacement is possible.
* Remove "token_uri" attribute and parameter. Use "cloud_environment"
and "tenant" to impact the login url now.
* Remove token caching based on "keyring". Token caching should be
implemented using ADAL now. This implies:
o Remove the "keyring" parameter
o Remove the "clear_cached_token" method
o Remove the "retrieve_session" method
This update separates Java Gateway componentes from the Zabbix Server port,
creating an additional slave port for each version.
This way is possible to deploy a Java Gateway without the need to install
Zabbix Server components.
In the current state there wasn't an rcfile for the Java Gateway. [1]
PR: 217777
Reported by: Juan Garcia <juan@ish.com.au> [1]
Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542