Emily Rockman
19393a8080
build git from source ( #11991 )
2025-09-08 14:00:28 -04:00
Quigley Malcolm
9bc7333e19
Fix Dockerfile used for dockerized release image ( #11937 )
...
* Update version for libpq-dev in Dockerfile
The previous version we had for libpq-dev stopped being listed. As such
we need to change to installing a version that is still listed. Hence
we now install version 13.22-0+deb11u1
* Fix `FromAsCasing` warning in Docker file
Our docker file was raising the warning
`FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 27)`
because we were using `FROM` and `as`, and docker wants those words
to have the same casing. As such, the `as` instances have become `AS`.
* Add changie doc
2025-08-19 12:49:55 -05:00
Emily Rockman
3e80ad7cc7
move pin ( #11629 )
2025-05-19 07:07:58 -05:00
Emily Rockman
88ada4aa31
bump libpq-dev ( #11373 )
2025-03-07 12:22:09 -06:00
Emily Rockman
cb323ef78c
ADAP-1183: Use the new location for dbt-postgres ( #11234 )
...
* use the new location for dbt-postgres
* Update docker/README.md
2025-01-27 10:35:14 -06:00
Gerda Shank
f5f0735d00
Bump libpq-dev to 13.18-0+deb11u1 in docker/Dockerfile ( #11029 )
2024-11-21 17:24:53 -05:00
Emily Rockman
555ff8091f
update dep for psycopg ( #10633 )
2024-08-29 09:44:49 -05:00
Michelle Ark
fe28d9e115
Revert "revert python version for docker images" ( #9687 )
2024-04-17 10:37:49 -04:00
Mike Alfare
ee74a60082
Simplify docker release process in the release pipeline ( #9928 )
...
* simplify dockerfile, eliminate references to adapter repos as they will be handled in those repos
* keep dbt-postgres target for historical releases of dbt-postgres
* update third party image to pip install conditionally
2024-04-15 17:26:01 -04:00
Github Build Bot
fe33dcc3d6
Bumping version to 1.8.0b2 and generate changelog
2024-04-03 14:57:18 +00:00
Mike Alfare
02d7727365
Fix Docker release process for dbt-postgres ( #9828 )
...
* revert to the 1.7 approach, 1.8 will be handled in the new repo
2024-03-28 13:18:59 -04:00
Github Build Bot
ef1cb97755
Bumping version to 1.8.0b1 and generate changelog
2024-02-28 23:12:49 +00:00
Mike Alfare
07726b0047
Update artifacts left over from migrating dbt-postgres, dbt-common, and dbt-tests-adapter ( #9527 )
...
* update docker file to remove &subdirectory=plugins/postgres from git path
* remove extra proto file generation scripts which are no longer necessary in this repo
2024-02-07 10:58:18 -05:00
colin-rogers-dbt
15dcb9a19d
Remove dbt-postgres and dbt-tests-adapter from dbt-core ( #9492 )
...
* delete dbt-tests-adapter and dbt-postgres from dbt-core
* update non-code files to reflect change
* add changie
* update build-dist.sh
* update tox.ini
* fix build-dist.sh
* move adapter tests into /functional dir
* remove adapter unit tests
* update code comments and README.md
2024-02-05 12:28:57 -08:00
FishtownBuildBot
efa6339e18
Cleanup main after cutting new 1.7.latest branch ( #8840 )
2023-10-12 16:46:37 +01:00
Github Build Bot
462df8395e
Bumping version to 1.7.0rc1 and generate changelog
2023-10-12 12:53:26 +00:00
Github Build Bot
da779ac77c
Bumping version to 1.7.0b2 and generate changelog
2023-09-01 12:51:37 +00:00
Jaime Martínez Rincón
424f3d218a
Improve docker image README ( #8212 )
...
* Improve docker image README
- Fix unnecessary/missing newline escapes
- Remove double whitespace between parameters
- 2-space indent for extra lines in image build commands
* Add changelog entry for #8212
2023-08-18 14:14:59 -05:00
Github Build Bot
7ad971f720
Bumping version to 1.7.0b1 and generate changelog
2023-08-17 19:25:44 +00:00
Matthew McKnight
f485c13035
revert python version for docker images ( #8445 )
...
* revert python version for docker images
* add comment to not update python version, update changelog
2023-08-17 14:18:28 -05:00
Michelle Ark
6d8b6459eb
bumpversion 1.7.0a1 ( #8111 )
2023-07-17 18:10:29 -04:00
Alex Rosenfeld
30def98ed9
Remove volume declaration ( #8069 )
...
* Remove volume declaration
* Changelog entry
---------
Co-authored-by: Doug Beatty <doug.beatty@dbtlabs.com >
2023-07-12 10:39:24 -04:00
Github Build Bot
307a618ea8
Bumping version to 1.6.0b8 and generate changelog
2023-06-30 18:36:40 +00:00
Github Build Bot
cb754fd97b
Bumping version to 1.6.0b7 and generate changelog
2023-06-28 15:11:49 +00:00
Github Build Bot
b07ff7aebd
Bumping version to 1.6.0b6 and generate changelog
2023-06-23 20:31:02 +00:00
Github Build Bot
1c93c9bb58
Bumping version to 1.6.0b5 and generate changelog
2023-06-22 19:27:29 +00:00
Github Build Bot
7068688181
Bumping version to 1.6.0b4 and generate changelog
2023-06-13 20:54:08 +00:00
Github Build Bot
cb64682d33
Bumping version to 1.6.0b3 and generate changelog
2023-06-08 20:15:20 +00:00
Github Build Bot
a3d40e0abf
Bumping version to 1.6.0b2 and generate changelog
2023-05-25 15:06:24 +00:00
Github Build Bot
41c0797d7a
Bumping version to 1.6.0b1 and generate changelog
2023-05-12 17:04:26 +00:00
github-actions[bot]
ba40d07ea3
[create-pull-request] automated change ( #7377 )
...
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
Co-authored-by: Mike Alfare <mike.alfare@dbtlabs.com >
2023-04-18 11:15:45 -04:00
FishtownBuildBot
a88f640395
Cleanup main after cutting new 1.5.latest branch ( #7354 )
...
* Bumping version to 1.5.0rc1
* Clean up changelog on main
* fixing linter issues
---------
Co-authored-by: Mike Alfare <mike.alfare@dbtlabs.com >
2023-04-13 23:18:12 -04:00
dependabot[bot]
eaedbd3187
Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye in /docker ( #7196 )
...
* Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye in /docker
Bumps python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add automated changelog yaml from template for bot PR
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
2023-04-04 09:31:43 -04:00
Github Build Bot
618499b379
Bumping version to 1.5.0b5 and generate changelog
2023-03-30 16:21:36 +00:00
Github Build Bot
6db899eddd
Bumping version to 1.5.0b4 and generate changelog
2023-03-16 14:52:41 +00:00
dependabot[bot]
6cbf66db58
Bump python from 3.10.7-slim-bullseye to 3.11.1-slim-bullseye in /docker ( #6424 )
...
* Bump python from 3.10.7-slim-bullseye to 3.11.1-slim-bullseye in /docker
Bumps python from 3.10.7-slim-bullseye to 3.11.1-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add automated changelog yaml from template for bot PR
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
2023-03-14 23:05:25 -04:00
Github Build Bot
0683c59dcd
Bumping version to 1.5.0b3 and generate changelog
2023-03-02 17:31:25 +00:00
Github Build Bot
edd8059eb3
Bumping version to 1.5.0b2 and generate changelog
2023-03-01 00:14:39 +00:00
Github Build Bot
7617eece3a
Bumping version to 1.5.0b1 and generate changelog
2023-02-17 18:08:59 +00:00
github-actions[bot]
d74ae19523
Bumping version to 1.5.0a1 and generate changelog ( #6593 )
...
* Bumping version to 1.5.0a1 and generate CHANGELOG
* make relevvant changelog updates
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com >
2023-01-12 12:59:28 -06:00
github-actions[bot]
05dc0212e7
Bumping version to 1.4.0b1 and generate changelog ( #6440 )
...
* Bumping version to 1.4.0b1 and generate CHANGELOG
* Updating date
* Updating date
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com >
2022-12-13 20:18:11 -05:00
Josh Devlin
8478262580
Update docker README ( #6423 )
2022-12-13 11:12:34 -05:00
leahwicz
987764858b
Revert "Bump python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye in /docker ( #6180 )" ( #6281 )
...
This reverts commit 8e28f5906e .
2022-11-17 09:14:22 -05:00
dependabot[bot]
8e28f5906e
Bump python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye in /docker ( #6180 )
...
* Bump python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye in /docker
Bumps python from 3.10.7-slim-bullseye to 3.11.0-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add automated changelog yaml from template for bot PR
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
2022-11-02 08:40:51 -07:00
github-actions[bot]
c2ab2971b0
Bumping version to 1.4.0a1 and generate changelog ( #5965 )
...
* Bumping version to 1.4.0a1 and generate CHANGELOG
* Updating Changelog files
* Removed Changelog entry for alpha
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
Co-authored-by: Leah Antkiewicz <leah.antkiewicz@fishtownanalytics.com >
2022-09-29 09:14:39 -04:00
dependabot[bot]
1db48b3cca
Bump python from 3.10.6-slim-bullseye to 3.10.7-slim-bullseye in /docker ( #5805 )
...
* Bump python from 3.10.6-slim-bullseye to 3.10.7-slim-bullseye in /docker
Bumps python from 3.10.6-slim-bullseye to 3.10.7-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add automated changelog yaml from template for bot PR
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
2022-09-12 10:58:24 -07:00
github-actions[bot]
5f59ff1254
Bumping version to 1.3.0b2 and generate changelog ( #5724 )
...
* Bumping version to 1.3.0b2 and generate CHANGELOG
* Remove newlines
* Remove newline
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com >
2022-08-29 11:11:35 -04:00
dependabot[bot]
f8f21ee707
Bump python from 3.10.5-slim-bullseye to 3.10.6-slim-bullseye in /docker ( #5623 )
...
* Bump python from 3.10.5-slim-bullseye to 3.10.6-slim-bullseye in /docker
Bumps python from 3.10.5-slim-bullseye to 3.10.6-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add automated changelog yaml from template for bot PR
* Update Dependency-20220808-132327.yaml
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
Co-authored-by: Chenyu Li <chenyu.li@dbtlabs.com >
2022-08-24 11:20:00 -07:00
github-actions[bot]
7bd861a351
Bumping version to 1.3.0b1 and generate changelog ( #5582 )
...
* Bumping version to 1.3.0b1 and generate CHANGELOG
* Update Docker versions for adapters
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com >
2022-07-29 11:59:12 -04:00
github-actions[bot]
f988f76fcc
Bumping version to 1.3.0a1 ( #5463 )
...
* Bumping version to 1.3.0a1
* Remove whitespace
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com >
Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com >
2022-07-12 14:17:06 -04:00