Skip to content

Commit c8cafcd

Browse files
Bumping version to 1.11.9 and generate changelog
1 parent 9b39f55 commit c8cafcd

8 files changed

Lines changed: 45 additions & 32 deletions

.changes/1.11.9.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## dbt-core 1.11.9 - May 06, 2026
2+
3+
### Fixes
4+
5+
- Fix `static_analysis: off` being interpreted as boolean `false` instead of string `"off"` in manifest.json ([#12015](https://github.com/dbt-labs/dbt-core/issues/12015))
6+
- Fix state:modified not detecting .yml property changes for resource_type:function ([#12547](https://github.com/dbt-labs/dbt-core/issues/12547))
7+
8+
### Under the Hood
9+
10+
- Update jsonschemas for more accurate deprecation warnings: macro.config should not warn ([#12670](https://github.com/dbt-labs/dbt-core/issues/12670))
11+
12+
### Dependencies
13+
14+
- Bump libpq-dev in Docker image from 13.23-0+deb11u1 to 13.23-0+deb11u2 to fix build failure due to superseded package version ([#NA](https://github.com/dbt-labs/dbt-core/issues/NA))
15+
- Bump libpq-dev in Docker image from 13.23-0+deb11u2 to 13.23-0+deb11u3 to fix build failure due to superseded package version ([#NA](https://github.com/dbt-labs/dbt-core/issues/NA))
16+
17+
### Contributors
18+
- [@Thrasi](https://github.com/Thrasi) ([#12547](https://github.com/dbt-labs/dbt-core/issues/12547))
19+
- [@b-per](https://github.com/b-per) ([#12015](https://github.com/dbt-labs/dbt-core/issues/12015))
20+
- [@michelleark](https://github.com/michelleark) ([#12670](https://github.com/dbt-labs/dbt-core/issues/12670))
21+
- [@tauhid621](https://github.com/tauhid621) ([#NA](https://github.com/dbt-labs/dbt-core/issues/NA), [#NA](https://github.com/dbt-labs/dbt-core/issues/NA))

.changes/unreleased/Dependencies-20260409-120000.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Dependencies-20260506-120000.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixes-20260219-120000.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixes-20260304-140229.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20260318-120715.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry)
77

8+
## dbt-core 1.11.9 - May 06, 2026
9+
10+
### Fixes
11+
12+
- Fix `static_analysis: off` being interpreted as boolean `false` instead of string `"off"` in manifest.json ([#12015](https://github.com/dbt-labs/dbt-core/issues/12015))
13+
- Fix state:modified not detecting .yml property changes for resource_type:function ([#12547](https://github.com/dbt-labs/dbt-core/issues/12547))
14+
15+
### Under the Hood
16+
17+
- Update jsonschemas for more accurate deprecation warnings: macro.config should not warn ([#12670](https://github.com/dbt-labs/dbt-core/issues/12670))
18+
19+
### Dependencies
20+
21+
- Bump libpq-dev in Docker image from 13.23-0+deb11u1 to 13.23-0+deb11u2 to fix build failure due to superseded package version ([#NA](https://github.com/dbt-labs/dbt-core/issues/NA))
22+
- Bump libpq-dev in Docker image from 13.23-0+deb11u2 to 13.23-0+deb11u3 to fix build failure due to superseded package version ([#NA](https://github.com/dbt-labs/dbt-core/issues/NA))
23+
24+
### Contributors
25+
- [@Thrasi](https://github.com/Thrasi) ([#12547](https://github.com/dbt-labs/dbt-core/issues/12547))
26+
- [@b-per](https://github.com/b-per) ([#12015](https://github.com/dbt-labs/dbt-core/issues/12015))
27+
- [@michelleark](https://github.com/michelleark) ([#12670](https://github.com/dbt-labs/dbt-core/issues/12670))
28+
- [@tauhid621](https://github.com/tauhid621) ([#NA](https://github.com/dbt-labs/dbt-core/issues/NA), [#NA](https://github.com/dbt-labs/dbt-core/issues/NA))
29+
30+
831
## dbt-core 1.11.8 - April 08, 2026
932

1033
### Fixes
@@ -45,7 +68,6 @@
4568
- [@michelleark](https://github.com/michelleark) ([#12694](https://github.com/dbt-labs/dbt-core/issues/12694), [#554](https://github.com/dbt-labs/dbt-core/issues/554), [#12329](https://github.com/dbt-labs/dbt-core/issues/12329))
4669
- [@rrittsteiger](https://github.com/rrittsteiger) ([#12662](https://github.com/dbt-labs/dbt-core/issues/12662))
4770

48-
4971
## dbt-core 1.11.7 - March 04, 2026
5072

5173
### Fixes

core/dbt/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.11.8"
1+
version = "1.11.9"

0 commit comments

Comments
 (0)