Skip to content

Releases: magf/pxf

6.99.16: ci(release): enable clobber on asset upload

Choose a tag to compare

@magf magf released this 12 Aug 10:30
Overwrite existing release assets to prevent upload failures
when pxf-cli and pxf-server already exist as duplicates
across versions 6 and 7

6.99.15: Enable packaging for pxf-fdw7 (#10)

Choose a tag to compare

@magf magf released this 12 Aug 09:33
cb8972f
* ci: create pxf-fdw7 deb package

- enable package workflow for version 7
- uncomment deb-packages-pxf7 matrix entry in Release CI

* build(deb): remove dh-python dependency

No Python code is being packaged;
dh-python helpers are not invoked

* ci(package): improve observability for skipped packaging jobs

- Add `[SKIPPED]` prefix to the job name when `skip_package` is true
- Generate a Markdown report in `$GITHUB_STEP_SUMMARY` to provide clear context in the Actions UI
- Emit a `::notice` workflow annotation to highlight skipped matrix configurations

* ci(package): bump tests/install/deb v44 to v45

Update actions/download-artifact v4 to v8 - Node 24 support

* ci(build): move 24.04 prod build from nightly to PR only

There's no point in repeating the nightly build on not changed prod image

* fix(ci): use nightly matrix only on schedule trigger, skip package job on schedule

Invert build matrix condition: schedule -> nightly, everything else -> PR/release.
Add if: github.event_name != 'schedule' to package job so nightly runs only test

Task: CI-6141

6.99.14: Enable packaging for pxf-fdw7

Choose a tag to compare

@magf magf released this 12 Aug 05:11
bf5ec44
* ci: create pxf-fdw7 deb package

- enable package workflow for version 7
- uncomment deb-packages-pxf7 matrix entry in Release CI

* build(deb): remove dh-python dependency

No Python code is being packaged;
dh-python helpers are not invoked

* ci(package): improve observability for skipped packaging jobs

- Add `[SKIPPED]` prefix to the job name when `skip_package` is true
- Generate a Markdown report in `$GITHUB_STEP_SUMMARY` to provide clear context in the Actions UI
- Emit a `::notice` workflow annotation to highlight skipped matrix configurations

* ci(package): bump tests/install/deb v44 to v45

Update actions/download-artifact v4 to v8 - Node 24 support

* ci(build): move 24.04 prod build from nightly to PR only

There's no point in repeating the nightly build on not changed prod image

Task: GG-682

6.9913

Choose a tag to compare

@magf magf released this 23 Jun 10:40

Test refactored Release workflow with new composite action upload-pkgs-to-release pinned to v45 tag

6.99.12

Choose a tag to compare

@magf magf released this 19 Jun 11:40
refactor(release): rename package_dir to artifact_prefix, bump action…

6.99.11

Choose a tag to compare

@magf magf released this 16 Jun 14:29

What's Changed

Full Changelog: 6.99.99...6.99.11

6.99.10

Choose a tag to compare

@magf magf released this 16 Jun 05:11
8581c8b
ADBDEV-9488: Add option to run regression test with PXF SSL (HTTPS) a…

tag 6.99.9

Choose a tag to compare

@magf magf released this 12 Dec 11:14
Tagger: Maxim Gajdaj <maxim.gajdaj@gmail.com>

tag 6.99.9
Tagger: Maxim Gajdaj <maxim.gajdaj@gmail.com>

tag 6.99.9
Tagger: Maxim Gajdaj <maxim.gajdaj@gmail.com>

tag 6.99.9
Tagger: Maxim Gajdaj <maxim.gajdaj@gmail.com>

Release 6.99.9
Update Release trigger to released
Added actions: read for Release workflow
Retarget Release workflow to fix/tag-then-release-race
Fix deb package type detection