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

fix(deps): update uportal-libs.version to v5.15.1 #199

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jasig.portal:uPortal-spring 5.12.0 -> 5.15.1 age adoption passing confidence
org.jasig.portal:uPortal-api-search 5.12.0 -> 5.15.1 age adoption passing confidence

Release Notes

uPortal-Project/uPortal (org.jasig.portal:uPortal-spring)

v5.15.1

Compare Source

v5.15.0

Compare Source

What's Changed

Full Changelog: uPortal-Project/uPortal@v5.14.0...v5.15.0

v5.14.0

Compare Source

Changes Affecting Deployments

  • new properties, HTTP Security Headers in security.properties
    ##

Tomcat HTTP Security Headers

##

antiClickJackingEnabled: X-Frame-Options header

sec.anti.click.jacking.enabled=false

X-Frame-Options: deny, sameorigin, allow-from

sec.anti.click.jacking.options=sameorigin

If allow-from is selected above, add URI

sec.anti.click.jacking.uri=

Content-Security-Policy: default-src, script-src, style-src, img-src

See more details at: https://content-security-policy.com/

sec.content.sec.policy.enabled=false
sec.content.sec.policy=default-src 'self'

Strict-Transport-Security: max-age=###; includeSubDomains; preload

sec.hsts.enabled=false
sec.hsts.maxage.seconds=31536000
sec.hsts.include.subdomains=true
sec.hsts.preload=false

X-Content-Type-Options: "nosniff" will be used if enabled is set to true

sec.x.content.type.enabled=false

Referrer-Policy available directives to pass include:

See more details at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy

sec.referrer.policy.enabled=false
sec.referrer.policy=no-referrer
```

What's Changed

Full Changelog: uPortal-Project/uPortal@v5.13.1...v5.14.0

v5.13.1

Compare Source

What's Changed

Fixes
Chores

Full Changelog: uPortal-Project/uPortal@v5.13.0...v5.13.1

v5.13.0

Compare Source

Changes Affecting Deployments

  • new table, UP_PORTLET_LIST for PortletList.java in uPortal-api-rest module
  • new table, UP_PORTLET_LIST_ITEM for PortletListItem.java in uPortal-api-rest module
  • new property, events.analytics.log.level in portal.properties
    ##

Configure which analytics events (e.g. link clicks) are saved based on the the following:

- NONE - no events are recorded

- AUTHENTICATED - only record events from known users

- ALL - record events from all users, including guest/anonymous users

#events.analytics.log.level:NONE
```
  • new property, org.apereo.portal.events.LoginEvent.captureUserIpAddresses in portal.properties
    ##

Configure Login Events (raw) to capture user IP addresses. This is not included in aggregation.

N.B. This raises privacy concerns and should only be enabled after very careful consideration.

org.apereo.portal.events.LoginEvent.captureUserIpAddresses=false
```

What's Changed

Features
Fixes
Documentation
Chores

Full Changelog: uPortal-Project/uPortal@v5.12.0...v5.13.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update uportal-libs.version to v5.13.0 Update uportal-libs.version to v5.13.0 Dec 17, 2022
@renovate renovate bot changed the title Update uportal-libs.version to v5.13.0 fix(deps): update uportal-libs.version to v5.13.0 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/uportal-libs.version branch from 93a26ad to cbc00ab Compare December 21, 2022 02:40
@renovate renovate bot changed the title fix(deps): update uportal-libs.version to v5.13.0 fix(deps): update uportal-libs.version to v5.13.1 Dec 21, 2022
@renovate renovate bot force-pushed the renovate/uportal-libs.version branch from cbc00ab to 73414da Compare February 21, 2023 10:40
@renovate renovate bot changed the title fix(deps): update uportal-libs.version to v5.13.1 fix(deps): update uportal-libs.version to v5.14.0 Feb 21, 2023
@renovate renovate bot changed the title fix(deps): update uportal-libs.version to v5.14.0 fix(deps): update uportal-libs.version to v5.14.0 - autoclosed Apr 20, 2023
@renovate renovate bot closed this Apr 20, 2023
@renovate renovate bot deleted the renovate/uportal-libs.version branch April 20, 2023 02:55
@renovate renovate bot changed the title fix(deps): update uportal-libs.version to v5.14.0 - autoclosed fix(deps): update uportal-libs.version to v5.14.0 Apr 20, 2023
@renovate renovate bot reopened this Apr 20, 2023
@renovate renovate bot restored the renovate/uportal-libs.version branch April 20, 2023 08:33
@renovate renovate bot force-pushed the renovate/uportal-libs.version branch from 73414da to b946597 Compare June 19, 2023 23:47
@renovate renovate bot changed the title fix(deps): update uportal-libs.version to v5.14.0 fix(deps): update uportal-libs.version to v5.15.0 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/uportal-libs.version branch from b946597 to cd15547 Compare August 2, 2023 21:05
@renovate renovate bot changed the title fix(deps): update uportal-libs.version to v5.15.0 fix(deps): update uportal-libs.version to v5.15.1 Aug 2, 2023
@ChristianMurphy ChristianMurphy merged commit 57a00b8 into master Aug 2, 2023
7 checks passed
@ChristianMurphy ChristianMurphy deleted the renovate/uportal-libs.version branch August 2, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant