1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Commit Graph

22 Commits

Author SHA1 Message Date
Evan Tahler
d1ff8dd8b4 [Github Actions] Rename docker secrets and parameterize docker user (#13297)
* Rename docker secrets and parameterize docker user

* Apply suggestions from code review

Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>

Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
2022-05-27 18:48:26 -07:00
a-honcharenko
570770c10b A honcharenko/multiarch build 801 (#12570)
* added multiarch image publishing/modified dockerfiles

* added new ami

* changed version to test

* rollback version

* check version test

* env vars temp fix

* apt-utils error fix

* disabled failed test

* remove excluded tests

* Excluded :airbyte-db:lib:test

* Excluded :airbyte-db:lib:test

* static jdk version for test

* ok test

* ok test

* ok test

* test vars

* quemu issue fix

* Returned version vars

* Scripts update

* Version vars change

* Comment fix

* Added comments, minor changes and comments in dockerfiles

* Uncomment line to push images
2022-05-11 20:07:13 +03:00
Parker Mossman
197806102e make sure VERSION is up to date after bumpversion (#11945) 2022-04-12 15:36:43 -07:00
Augustin
2d8f66f9e1 🐛 octavia-cli: specific release job for octavia (#11517) 2022-03-30 20:47:56 +02:00
Augustin
b42639a0e7 rollback build and publish of octavia (#11518) 2022-03-29 15:45:04 -07:00
Augustin
9d46ef83ba 🐙 octavia-cli: bump and publish with same version as Airbyte core (#11464) 2022-03-29 19:22:04 +02:00
Davin Chia
65fb3db36e Update release script to accommodate new env vars. (#8831)
* Exact match to avoid pulling out other version related env vars.
2021-12-16 15:44:23 +08:00
Benoit Moriceau
42b378fe37 Revert "Revert "Bmoric/remove docker compose for build (#7500)" (#7698)" (#7746)
This reverts commit 797d11a8d7.

Restore the removal of the docker compose file
2021-11-08 14:16:21 -08:00
Benoit Moriceau
797d11a8d7 Revert "Bmoric/remove docker compose for build (#7500)" (#7698)
This reverts commit 4e17fa21a5.
2021-11-05 18:55:15 -07:00
Benoit Moriceau
4e17fa21a5 Bmoric/remove docker compose for build (#7500)
This making the build using a gradle plugin instead of using docker-compose build.
It aims to make the build to be more incremental as described in #7306

Building the docker image don't rely on docker-compose anymore.
The docker build step is isolated into a dedicated folder (in order to make sure that gradle plugin don't recompute the build of the docker container)
Gradle is responsible for copying the files that docker needs to build its image.
That removes the need of having a dockerignore file.
This might not be effective until #7539 is solved.
2021-11-05 11:58:23 -07:00
Davin Chia
9f2394dc66 🐛 Release bash script use proper eval. (#5827) 2021-09-03 12:47:52 +08:00
Subodh Kant Chaturvedi
30b3eb9a2e docker login should be part of release script (#5819) 2021-09-03 12:10:33 +08:00
Subodh Kant Chaturvedi
3260a48ddc introduce a github action for open source release (#5732)
* introduce a github action for open source release

* add more-secrets environment

* PR body should contain the changelog

* update script

* add new lines
2021-09-01 00:11:20 +05:30
Charles
b52bdc27ec Bump version: 0.28.1-alpha → 0.28.2-alpha (#5056) 2021-07-28 11:01:16 -07:00
Davin Chia
b6fe893c3e Publish jars on release. (#5046)
- Modify gradle script to add publishing task to all subprojects that we want to publish.
- Modify release script to publish jars on release.
2021-07-28 18:44:36 +08:00
Charles
76adc25820 Split Platform and Connector Builds (#4514) 2021-07-15 10:49:15 -07:00
LiRen Tu
825d4be21a Update release script (#4327) 2021-06-24 18:05:53 -07:00
Charles
6fc99a8a52 push migrate app as part of airbyte core (#1748) 2021-01-21 14:05:53 -08:00
Jared Rhizor
6ef6f46382 use bumpversion for releasing (#1398)
* add support for bumpversion

* use separate bump versions

* temporarily disable building artifacts for testing

* Bump version: 0.8.0-alpha → 0.8.1-alpha

* remove sed call

* Bump version: 0.8.1-alpha → 0.8.2-alpha

* update message at end of script

* re-enable building artifacts

* manually revert bumping

* improve instructions

* fix

* after writing the PR desc this should just be in docs
2020-12-18 11:02:41 -08:00
Charles
c3d27bd212 hotfix: run normalization AFTER source and destination are closed (release v0.7.1-alpha) (#1263) 2020-12-09 10:59:05 -08:00
Jared Rhizor
8a10251b29 add gradle to version release script (#429) 2020-09-23 15:33:00 -07:00
Jared Rhizor
32ceb77b1c add script for releasing a version of airbyte (#409)
* add alpha flag to docker version

* add deploy script

* actually push tag

* rename to release_version.sh

* never .. only ...
2020-09-22 22:51:44 -07:00