Skip to content

Releases: saidsef/alpine-jenkins-dockerfile

v2023.06

05 Jun 07:19
7251198
Compare
Choose a tag to compare
Bump helm/kind-action from 1.5.0 to 1.7.0 (#105)

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.5.0...v1.7.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2023.05

01 May 07:20
7251198
Compare
Choose a tag to compare
Bump helm/kind-action from 1.5.0 to 1.7.0 (#105)

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.5.0...v1.7.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2023.04

03 Apr 07:20
46b0b79
Compare
Choose a tag to compare
Update base image tag (#103)

* Update K8s deployment image tag to v2023.04

This update has the most recent plugins and up-to-date base image

* Update Kustomization to fix name image name

* Add jenkins deployment to promethues monitoring annotation

* Auto mount K8s namespaced object service account jenkins

This is required by Jenkins plugin for K8s, otherwise the plugin will not be able to create worker pods

Removed the override for service account auto mount, this is now managed my sa.yml [service account spec] file

* Removed initContainer in Jenkins deployment spec

This used to set folder permissions and that is not longer required

Set pod security context runAsNonRoot to true, also set per container allowPrivilegeEscalation to false, and remove capabilities add NET_BIND_SERVICE as its not required

* Removed Service prometheus ports spec as it has been moved to deployment statefulset spec

* Typo fix: gitlab ci release workflow correctly named event on workflow_run branch to branches

v2023.03

06 Mar 07:21
89707c5
Compare
Choose a tag to compare
Fixed Trivy connection error - continue on error (#97)

* Fixed Trivy connection error - continue on error

* Removed deprecated plugins

v2023.02

01 Feb 14:39
89707c5
Compare
Choose a tag to compare
Fixed Trivy connection error - continue on error (#97)

* Fixed Trivy connection error - continue on error

* Removed deprecated plugins

v2023.01

01 Jan 01:29
57f9e11
Compare
Choose a tag to compare
Updated CI Release workflow tagging (#95)

v2022.12: Bump helm/kind-action from 1.4.0 to 1.5.0 (#92)

04 Dec 17:32
72b106d
Compare
Choose a tag to compare
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2022.11: Bump helm/kind-action from 1.3.0 to 1.4.0 (#90)

07 Nov 07:27
3e6d0d4
Compare
Choose a tag to compare
* Bump helm/kind-action from 1.3.0 to 1.4.0

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update testing to validate K8s deployment

Signed-off-by: Said Sef <saidsef@gmail.com>

* Update ci workflow to use docker registry as cache

Signed-off-by: Said Sef <saidsef@gmail.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Said Sef <saidsef@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Said Sef <saidsef@gmail.com>

v2022.10: Bump helm/kind-action from 1.3.0 to 1.4.0 (#90)

03 Oct 07:37
3e6d0d4
Compare
Choose a tag to compare
* Bump helm/kind-action from 1.3.0 to 1.4.0

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update testing to validate K8s deployment

Signed-off-by: Said Sef <saidsef@gmail.com>

* Update ci workflow to use docker registry as cache

Signed-off-by: Said Sef <saidsef@gmail.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Said Sef <saidsef@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Said Sef <saidsef@gmail.com>

v2022.09

05 Sep 07:41
Compare
Choose a tag to compare
create base dir and add preview env dir for k8s deployments