Jochen Schalanda
7944608218
CI: Fix GitHub Actions warnings for ::set-output
( #2897 )
...
> The `set-output` command is deprecated and will be disabled soon.
> Please upgrade to using Environment Files.
> For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-11-07 19:08:17 +04:00
Jochen Schalanda
5b3478fdc3
Bump Maven to version 3.8.6 and reduce noise ( #2882 )
...
* Bump Maven wrapper to Maven 3.8.6
Using the official [Maven Wrapper](https://maven.apache.org/wrapper/ ) which was forked from the 3rd party Maven Wrapper plugin.
* Use Maven wrapper in GitHub workflows
* Reduce Maven-related noise in build jobs
```
-B,--batch-mode Run in non-interactive (batch)
mode (disables output color)
-ntp,--no-transfer-progress Do not display transfer progress
```
2022-11-07 15:18:50 +04:00
Jochen Schalanda
62f35e3e29
Upgrade to Java 17 (Azul Zulu) ( #2879 )
...
* Feature: Upgrade to Java 17 (Azul Zulu)
Java/OpenJDK 13 has reached end of life (and end of security support)
more than 2.5 years ago: https://endoflife.date/java
This change set updates the build, CI pipeline, and Docker image of Kafka UI to Java 17 (LTS).
* Add back maven-compile-plugin to kafka-ui-e2e-checks
2022-11-07 14:57:59 +04:00
dependabot[bot]
119c7d0107
Bump docker/setup-buildx-action from 1 to 2 ( #1945 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 13:38:55 +04:00
dependabot[bot]
33eb50a397
Bump docker/build-push-action from 2 to 3 ( #1943 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 13:38:23 +04:00
dependabot[bot]
9e661b4aa6
Bump docker/login-action from 1 to 2 ( #2273 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 13:34:12 +04:00
dependabot[bot]
eb21e7f974
Bump docker/setup-qemu-action from 1 to 2 ( #1956 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 12:02:55 +04:00
dependabot[bot]
1e3561ea28
Bump actions/checkout from 2 to 3 ( #1706 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-12 01:05:30 +04:00
dependabot[bot]
34db4ccab6
Bump actions/cache from 2 to 3.0.1 ( #1795 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3.0.1 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 16:50:40 +04:00
Ruslan Ibragimov
ce345ce561
Additionally tag images with github sha as the version and as master ( #1585 )
2022-02-11 15:40:38 +03:00
Ruslan Ibragimov
6ab0e40685
Fix maven warnings about dynamic versioning ( #1559 )
2022-02-07 13:40:43 +03:00
Ruslan Ibragimov
79442a7e82
Change the way of release workflow ( #1434 )
...
* use version placeholders in pom.xml files
* add release drafter config and workflow
* update master workflow
* update release workflow
* update branch-deploy.yml workflow
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
2022-01-21 10:47:48 +03:00
Ruslan Ibragimov
9ee1a28c8b
Feature/deploy public env from branch ( #1256 )
...
* Add input param to branch deploy workflow.
public: yes/no
defualt: no
The param will be responsible for publically availability of a
deployment.
* Remove passing the GITHUB_TOKEN secret to infra repo script. It's not needed.
* Add password input param to branch-deploy.yml
2021-12-15 22:56:49 +03:00
Ruslan Ibragimov
56d0b0d5f6
provide github token to infra repo ( #1214 )
...
Co-authored-by: Ruslan Ibragimov <ruibragimov@provectus.com>
2021-12-09 16:52:00 +03:00
azatsafin
5e1e87140a
change_git_credentials_2shared_account ( #1122 )
...
Co-authored-by: Azat Safin <azsafin@provectus.com>
2021-11-22 15:27:30 +03:00
azatsafin
7bd2a6c41c
Start use auto-updated deployment ( #1091 )
...
This commit are changing:
- Stop auto-update in edu account
- Start updates in kafka-ui
based on commits to master
2021-11-16 12:58:19 +03:00
RustamGimadiev
01f04d38d4
add platforms for docker build step
2021-11-13 00:40:39 +03:00
Rustam Gimadiev
dcc2f2596a
Move demo env to Frankfurt
2021-08-25 21:32:51 +03:00
Rustam Gimadiev
a793c1f8fa
docker tag renaming ( #330 )
2021-03-29 14:24:30 +03:00