Nikos Katirtzis

Results 8 issues of Nikos Katirtzis

### :pencil: Description Replaces Travis with GitHub Actions. ⚠️ requires the following [Secrets](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets) to be available on the repo: - `PYPI_API_TOKEN` - `TEST_PYPI_API_TOKEN` ### :link: Related Issues #125

Hi @pm3310 👋 It may worth replacing travis with GitHub Actions. Actions are pretty mature now and they don't require additional accounts, another UI, etc. I've given them a try...

**Is your feature request related to a problem? Please describe.** To improve developer experience we are integrating the controller with our Continuous Delivery platform. Since any failures are only logged...

## What does this PR do? - [x] Adds new functionality - [ ] Alters existing functionality - [ ] Fixes a bug - [ ] Improves documentation or testing...

**Is your feature request related to a problem? Please describe.** A common use case for CPU stress is for testing CPU-based autoscaling. Right now the controller only supports 100% of...

The Kubernetes 1.22 release brought a set of backwards incompatible changes. One that affects this project is the [removal of deprecated beta APIs](https://kubernetes.io/blog/2021/08/04/kubernetes-1-22-release-announcement/#removal-of-several-deprecated-beta-apis). **Is your feature request related to a...

In addition to building/pushing the Docker image to DockerHub it'd be good to automate deploys of Maven artifacts. We can use GitHub Actions and deploy the artifact on tag push.

**Describe the feature** Currently, releases are manual. This includes the CHANGELOG entries which are updated before/after each release. We could use a [GitHub Action for semantic releases](https://github.com/cycjimmy/semantic-release-action). [Example](https://github.com/ExpediaGroup/insights-explorer/blob/main/.github/workflows/release.yaml) from another...