Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into config/docker-release
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/release.yml
  • Loading branch information
mikealfare committed May 2, 2024
2 parents 0d0a074 + 3c90ecb commit 41ef500
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 92 deletions.
3 changes: 3 additions & 0 deletions .changes/0.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.8](https://github.com/dbt-labs/dbt-postgres/blob/1.8.latest/CHANGELOG.md)
9 changes: 0 additions & 9 deletions .changes/1.0.8-b3.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changes/1.8.0-b2.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240328-133507.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Dependencies-20240403-135902.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Security-20240327-193942.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.8.0/Under the Hood-20240226-225642.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20240323-160222.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240423-180916.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240425-133401.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ on:
- prod
- test
default: prod
sha:
description: "The last commit sha in the release"
ref:
description: "The ref (sha or branch name) to use"
type: string
default: "main"
required: true
only_docker:
description: "Only release Docker image, skip GitHub & PyPI"
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
persist-credentials: false
ref: "${{ inputs.ref }}"

- name: "Setup `hatch`"
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
Expand Down
27 changes: 3 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-postgres 1.8.0-b2 - April 03, 2024

### Under the Hood

* Add unit test for transaction semantics.

### Dependencies

* add "no-binary" install option
* Add `dbt-core` as a dependency to preserve backwards compatibility for installation

### Security

* Pin `black>=24.3` in `pyproject.toml`

## dbt-postgres 1.0.8-b3 - April 16, 2024

### Fixes

* Determine `psycopg2` based on `platform_system` (Linux or other), remove usage of `DBT_PSYCOPG2_NAME` environment variable

### Under the Hood

* Update dependabot configuration to cover GHA
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.8](https://github.com/dbt-labs/dbt-postgres/blob/1.8.latest/CHANGELOG.md)
2 changes: 1 addition & 1 deletion dbt/adapters/postgres/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0b4"
version = "1.9.0a1"

0 comments on commit 41ef500

Please sign in to comment.