Skip to content

Commit

Permalink
chore: upgrade to Ontrack 4.8.35
Browse files Browse the repository at this point in the history
* #1162 [next-ui] Auto versioning audit
* #1168 Rich templating for notifications
* #1169 "Most recent" branch source for auto versioning
* #1171 Mail notifications not enabled even when spring.mail.host is set
* #1172 Option to get a title in the promotionRun.changelog templating source
* #1173 Slack rendering for the strong templating filter does not work
* #1174 GitHub change log does not display anything in the Next UI
* #1175 [next-ui] The change log displays the commits in the wrong order
* #1176 [next-ui] GitHub issues do not display their summary
* #1177 Notifications with custom templates are not identified correctly
* #1181 [next-ui] Missing framework/decorations/stash.BitBucketProjectDecorator file
* #1182 Predefined promotion levels descriptions are overridden when updated a second time
* #1183 [next-ui] Selected dashboard and permalink
* #1184 [next-ui] Use the build display name in the "branch statuses" widget for both promotions and validations
* #1185 [next-ui] In the "project promotions" widget, use the build display name for both last build and dependencies
* #1187 [next-ui] In the list of validations in the build page, add a tooltip for the icon next to the auto versioning data
* #1188 [next-ui] In the build page window title, include the build release if available
* #1189 SCM change log to filter projects by qualifier
* #1190 [next-ui] Rendering of entities must use the display name by default
* #1192 [next-ui] Put the "Next UI" button in the toolbar when the option is enabled
* #1196 [next-ui] Layout of the properties is broken
* #1197 [next-ui] Make the section titles smaller
* #1198 [next-ui] Branch links not working because downstreamLinks undefined
* #1199 [next-ui] Build links not working because usingQualified not defined
* #1201 [next-ui] Change log commit date from Bitbucket is not parsed correctly
* #1202 [next-ui] The SCM change log titles must be aligned with the depth of the change log
* #1203 [next-ui] Change log commits overflow their section
* #1204 [next-ui] Auto refresh of the auto versioning audit page
* #1205 [next-ui] Auto refresh of the auto versioning audit entry
* #1206 [next-ui] Layout issues in the Next UI change log for the commits
* #1207 SCM deep change log must be skipped when links are not present in either boundary
* #1208 [next-ui] The charts on the promotion page keep refreshing in a never ending loop
* #1209 SCM change log to support resursive change logs based on using all qualified links
* #1210 [next-ui] Chart not rendered inside a dashboard
* #1211 [next-ui] Missing validation data types renderers
* #1212 [next-ui] Client side error when displaying the build page
* #1213 [next-ui] In the SCM change log, show issue links as a pop over
* #1214 In Bitbucket Server SCM implementation, the commits must be paginated in order to be all collected
* #1216 [next-ui] Truncate the project & branch names from the left in branch & build links
* #1217 GitLab configuration not possible through UI
* #1219 [next-ui] In the build graph, when the same version is used by different qualifiers, this does not show on the graph because the edges are not distinct
* #1220 [next-ui] The build graph must have its own page
* #1221 Auto versioning must not target disabled branches
* #1222 [next-ui] In the Av audit entry, display the error details in a scrollable view
* #1223 [next-ui] In the branch links, on the link node, do not display the promotions and other items
* #542 Spring Boot 1.5.x upgrade + associated dependencies
  • Loading branch information
dcoraboeuf committed Mar 11, 2024
1 parent f9facdd commit 48c40ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ontrack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.11.1
version: 0.11.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "4.8.14"
appVersion: "4.8.35"

dependencies:
- name: postgresql
Expand Down

0 comments on commit 48c40ed

Please sign in to comment.