Skip to content

Commit

Permalink
Build of r/15.x from Tue Nov 19 13:26:37 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
opencastproject committed Nov 19, 2024
1 parent fbc6555 commit 01031c0
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 20 deletions.
9 changes: 9 additions & 0 deletions r/15.x/admin/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@

<h1 id="changelog">Changelog</h1>
<h2 id="opencast-15">Opencast 15</h2>
<h3 id="opencast-1512">Opencast 15.12</h3>
<ul>
<li>[<a href="https://github.com/opencast/opencast/pull/6296">#6296</a>] -
Upgrade upload-artifacts from v3 to v4</li>
<li>[<a href="https://github.com/opencast/opencast/pull/6256">#6256</a>] -
Refix the CLA check</li>
<li>[<a href="https://github.com/opencast/opencast/pull/6156">#6156</a>] -
Fix non-themed subtitle publications</li>
</ul>
<h3 id="opencast-1511">Opencast 15.11</h3>
<ul>
<li>[<a href="https://github.com/opencast/opencast/pull/6238">#6238</a>] -
Expand Down
2 changes: 1 addition & 1 deletion r/15.x/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -800,5 +800,5 @@ <h2 id="release-documentation">Release Documentation</h2>
</html>
<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-11-17 23:20:09.467752+00:00
Build Date UTC : 2024-11-19 13:26:26.545755+00:00
-->
5 changes: 5 additions & 0 deletions r/15.x/admin/releasenotes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

var pageToc = [
{title: "Opencast 15: Release Notes", url: "#_top", children: [
{title: "Opencast 15.12", url: "#opencast-1512" },
{title: "Opencast 15.11", url: "#opencast-1511" },
{title: "Opencast 15.10", url: "#opencast-1510" },
{title: "Opencast 15.9", url: "#opencast-159" },
Expand Down Expand Up @@ -99,6 +100,10 @@


<h1 id="opencast-15-release-notes">Opencast 15: Release Notes</h1>
<h2 id="opencast-1512">Opencast 15.12</h2>
<p>This is the last release of Opencast 15.x.</p>
<p>It includes a bug fix related to the publication of subtitles for events without branding [<a href="https://github.com/opencast/opencast/pull/6156">#6156</a>].
The bug was introduced in Opencast 15.8.</p>
<h2 id="opencast-1511">Opencast 15.11</h2>
<p>This release includes a bug fix for the Tobira API ([<a href="https://github.com/opencast/opencast/pull/6157">#6157</a>]).</p>
<h2 id="opencast-1510">Opencast 15.10</h2>
Expand Down
2 changes: 1 addition & 1 deletion r/15.x/admin/search/search_index.json

Large diffs are not rendered by default.

Binary file modified r/15.x/admin/sitemap.xml.gz
Binary file not shown.
26 changes: 9 additions & 17 deletions r/15.x/commit
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
commit 42966ab05dc2dd187a307c32c9e8309609a57ac2
Author: Lars Kiesow <[email protected]>
Date: Mon Nov 18 00:19:38 2024 +0100
commit 1e074e446005378e338f13eb1909e208ad77dcec
Author: Arne Wilken <[email protected]>
Date: Tue Nov 19 14:25:57 2024 +0100

Upgrade upload-artifacts from v3 to v4 (#6296)

This PR updates the `upload-artifacts` workflow action from v3 to v4. v3
will be deprecated Dec 5, with brownouts occurring sooner. This PR
should not change behaviour in terms of uploaded builds.

This PR should go into `r/15.x` because the v3 will likely stop working
around Dec 5, and this will also prevent hte brownouts (Nov 14 and 21)
from causing unneccessary workflow failures.
Add releasenotes and changelog for 15.12 (#6316)

### Your pull request should…

* [x] have a concise title
* [ ] ~[close an accompanying
* [ ] [close an accompanying
issue](https://docs.opencast.org/develop/developer/#participate/development-process/#automatically-closing-issues-when-a-pr-is-merged)
if one exists~
if one exists
* [x] [be against the correct
branch](https://docs.opencast.org/develop/developer/development-process#acceptance-criteria-for-patches-in-different-versions)
* [ ] ~include migration scripts and documentation, if appropriate~
* [x] pass automated tests
* [ ] include migration scripts and documentation, if appropriate
* [ ] pass automated tests
* [x] have a clean commit history
* [x] [have proper commit messages (title and body) for all
commits](https://medium.com/@steveamaza/e028865e5791)
* [x] explain why it needs to be merged into the legacy branch, if it is
* [ ] explain why it needs to be merged into the legacy branch, if it is
targeting the legacy branch
2 changes: 1 addition & 1 deletion r/15.x/developer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,5 @@ <h1 id="opencast-development-guides">Opencast Development Guides</h1>
</html>
<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-11-17 23:20:10.970114+00:00
Build Date UTC : 2024-11-19 13:26:28.068519+00:00
-->
Binary file modified r/15.x/developer/sitemap.xml.gz
Binary file not shown.

0 comments on commit 01031c0

Please sign in to comment.