Skip to content

Commit

Permalink
Update templates to latest LTS DBR (#1715)
Browse files Browse the repository at this point in the history
## Changes

This updates the templates to use the latest DBR 15 LTS version.

- [x] DB Connect 15.4 must be released + validated before this can go
out
  • Loading branch information
lennartkats-db authored Aug 30, 2024
1 parent 2e000f1 commit ed4a458
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libs/template/templates/dbt-sql/library/versions.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "latest_lts_dbr_version" -}}
13.3.x-scala2.12
15.4.x-scala2.12
{{- end}}

{{define "latest_lts_db_connect_version_spec" -}}
>=13.3,<13.4
>=15.4,<15.5
{{- end}}
4 changes: 2 additions & 2 deletions libs/template/templates/default-python/library/versions.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "latest_lts_dbr_version" -}}
13.3.x-scala2.12
15.4.x-scala2.12
{{- end}}

{{define "latest_lts_db_connect_version_spec" -}}
>=13.3,<13.4
>=15.4,<15.5
{{- end}}
4 changes: 2 additions & 2 deletions libs/template/templates/default-sql/library/versions.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "latest_lts_dbr_version" -}}
13.3.x-scala2.12
15.4.x-scala2.12
{{- end}}

{{define "latest_lts_db_connect_version_spec" -}}
>=13.3,<13.4
>=15.4,<15.5
{{- end}}

0 comments on commit ed4a458

Please sign in to comment.