Commit Graph

135 Commits

Author SHA1 Message Date
Luigi Operoso 38eaa0fc55
chore: bump version to v0.8.0-beta (#814)
- add dependabot
- add codespell
- update operator version in helm chart
2023-04-18 00:01:07 +02:00
github-actions[bot] 605669de0d
Auto-generated docs update (#793)
Co-authored-by: brokenpip3 <brokenpip3@users.noreply.github.com>
2023-03-23 22:24:54 +01:00
github-actions[bot] c39eaa95b7
Auto-updated docs (#790)
Co-authored-by: prryb <prryb@users.noreply.github.com>
2023-01-19 14:22:39 +01:00
github-actions[bot] 7a72939de8
Auto-updated docs (#789)
Co-authored-by: prryb <prryb@users.noreply.github.com>
2023-01-16 07:32:41 +01:00
Luigi Operoso 60b8ee56de
fix(operator): Attempt to fix all the major issues present atm against the newest jenkins lts version (#784)
* fix(seed): fix #742, workaround #698
Original fix proposal: https://github.com/jenkinsci/kubernetes-operator/issues/742#issuecomment-1304398590

* fix(install-plugin.sh): fix #758, #739
* the fix was original attempted here:
  https://github.com/jenkinsci/kubernetes-operator/pull/764 but was not
  working correctly due to 2-3 additional changes which needed to be
  done
* removed the openshift check because the env is not mention anywhere
  and also the new jenkins-plugin-cli does not a specific command for
  openshift. Finally this does not make any sense in general, the only
  problem in ocp will be the user id that will be mapped to a random uid
  but that's another story. The command to install the plugins should
  remain the same across different k8s flavours.

* fix(doc/test): fix /usr/bin/tini in any doc and validation

* fix(jenkins): remove AdminWhitelistRule to avoid jvm stack trace, see: https://www.jenkins.io/doc/book/security/controller-isolation/jep-235/#api-compatibility

* fix(seed): fix seed img built on a previous jvm, fix #761

* fix(plugin): update the base plugin to work with the newest version of
jenkins:lts

* fix(run): fix #778

* fix(backup): add a trap to remove the tmp dir if the tar fail, also fix: #770

* test(chart): update chart values for testing, will revert before merge

* fix(configmap): leftover

* fix(tests): fix seed job test

* fix(e2e)

* fix(e2e): helm

* fix(operator): update the temporary img to reflect latests changes

* Fix Helm e2e tests

* add trap in case of unwanted exit and make shellcheck happy

* chore(plugin): update git ver to 5.0.0

* fix(backup): always force delete the backup directory

* chore(operator): update the temporary img to reflect latest changes

* chore(jenkins): upgrade jenkins latest lts
2023-01-12 17:29:30 +01:00
github-actions[bot] 6e03948b09
Auto-updated docs (#788)
Co-authored-by: prryb <prryb@users.noreply.github.com>
2023-01-09 22:07:47 +01:00
Peter Becich fbe70f11ca
update image tag for `virtuslab/jenkins-operator-backup-pvc` (#781)
https://hub.docker.com/r/virtuslab/jenkins-operator-backup-pvc/tags
2023-01-08 19:45:01 +01:00
github-actions[bot] 410c403452
Auto-updated docs (#787)
Co-authored-by: prryb <prryb@users.noreply.github.com>
2023-01-08 19:41:34 +01:00
github-actions[bot] 49bdf518de
Auto-updated docs (#724)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2022-02-28 16:22:06 +01:00
github-actions[bot] d3b1fd8172
Auto-updated docs (#717)
Co-authored-by: MKajzik <MKajzik@users.noreply.github.com>
2022-02-28 16:17:05 +01:00
github-actions[bot] 445d48ab54
Auto-updated docs (#681)
Co-authored-by: SylwiaBrant <SylwiaBrant@users.noreply.github.com>
2021-12-08 13:35:21 +01:00
github-actions[bot] 93072ae7b3
Auto-updated docs (#676)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-11-08 17:13:17 +01:00
github-actions[bot] 75826d5367
Auto-updated docs (#671)
Co-authored-by: KorusMateusz <KorusMateusz@users.noreply.github.com>
2021-10-20 14:09:17 +02:00
github-actions[bot] b3a4a6ca80
Auto-updated docs (#665)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-10-08 09:04:22 +02:00
github-actions[bot] 2663555170
Auto-updated docs (#664)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-10-08 08:40:13 +02:00
github-actions[bot] 14b0018a7f
Auto-updated docs (#663)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-10-06 16:06:10 +02:00
github-actions[bot] 266c2aa50d
Auto-updated docs (#660)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-10-01 13:53:57 +02:00
github-actions[bot] 768d1ac617
Auto-updated docs (#655)
Co-authored-by: SylwiaBrant <SylwiaBrant@users.noreply.github.com>
2021-10-01 10:44:14 +02:00
Mateusz Korus 4aa34157c3 Merge master (#620)
* Fix workflow for autogenerating docs (#592)

* Use grep -c flag in check for changes step to fix case when more than 1 website file was modified

* Configure bot for labelling new issues as needing triage (#597)

* Configure bot for managing stale issues (#598)

* Docs: explanation what is backed up and why (#599)

* Explanation what's backed up and why

* Auto-updated docs (#600)

Co-authored-by: prryb <prryb@users.noreply.github.com>

* Docs: clarification of description of get latest command in backup (#601)

* Auto-updated docs (#602)

Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>

* Bump seedjobs agent image version to 4.9-1 (#604)

* Add GitLFS pull after checkout behaviour to SeedJob GroovyScript Template (#483)

Add GitLFS pull after checkout behaviour to support also repositories which are relying on Git LFS

Close #482

* Docs: minor fixes (#608)

* Link to project's DockerHub in README's section on nightly builds, add paragraph about nightly builds in installation docs

* Fix repositoryURL in sample seedJob configuration with SSH auth

* Slightly expand on #348

* Fix formatting in docs on Jenkins' customization, update plugin versions

* Add notes on Jenkins home Volume in Helm chart values.yaml and docs (#589)

* Auto-updated docs (#610)

Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>

* Add an issue template for documentation (#613)

* Docs: add info on restricted volumeMounts other than jenkins-home(#612)

* Update note in installation docs

* Update Helm chart default values.yaml

* Update schema

* Auto-updated docs (#616)

Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>

* Auto-updated docs (#617)

Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>

* Helm Chart: Remove empty priorityClassName from Jenkins template (#618)

Also bump Helm Chart version to v0.5.2

* Fix bad identation in chart/index.yaml (#619)

Co-authored-by: Szymon Fugas <sz.fugas@gmail.com>
Co-authored-by: Piotr Ryba <55996264+prryb@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: prryb <prryb@users.noreply.github.com>
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
Co-authored-by: Cosnita Radu Viorel <radu.cosnita@gmail.com>
Co-authored-by: Morten Birkelund <mbi@salecto.com>
Co-authored-by: Ernestas <ernetas@gmail.com>
2021-08-30 08:21:52 +02:00
github-actions[bot] de02559c68
Auto-updated docs (#641)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-08-20 16:24:01 +02:00
Sig00rd a1d98a73e7
Regenerate docs (#638)
* Update last modified dates

* Regenerate docs
2021-08-19 18:09:37 +02:00
github-actions[bot] 4657ed6d65
Auto-updated docs (#633)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-08-18 18:36:30 +02:00
github-actions[bot] 39ec91da29
Auto-updated docs (#630)
Co-authored-by: prryb <prryb@users.noreply.github.com>
2021-08-16 10:56:48 +02:00
github-actions[bot] b82fc7c764
Auto-updated docs (#616)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-08-06 10:03:57 +02:00
github-actions[bot] 17dba087b8
Auto-updated docs (#610)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-08-02 16:22:29 +02:00
github-actions[bot] bd32624fe1
Auto-updated docs (#602)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-07-21 09:54:59 +02:00
github-actions[bot] 7ce9d1f077
Auto-updated docs (#600)
Co-authored-by: prryb <prryb@users.noreply.github.com>
2021-07-20 14:56:36 +02:00
github-actions[bot] 63370a55cc
Auto-updated docs (#583) 2021-06-16 14:20:45 +02:00
Szymon Fugas ec6e288673
Regerate docs (#577)
Co-authored-by: Sig00rd <sfugas@virtuslab.com>
2021-06-11 15:44:14 +02:00
Mateusz Korus 27213fdc48 Regenerate docs 2021-06-10 16:26:11 +02:00
Mateusz Korus 46ee392a7c Generate website - 0.5.0 history 2021-06-10 10:53:40 +02:00
Mateusz Korus 20b1bb7169 Generate website - 0.6.0 release 2021-06-10 10:49:11 +02:00
Mateusz Korus 30723cf6f8 Remove preview of installation from generated docs 2021-05-17 13:21:22 +02:00
Piotr Ryba a7fb199f98
Regenerate docs (#558) 2021-05-05 12:08:01 +02:00
Mateusz Korus 57bb20bd41
Docs hotfix (#545)
* Fixed docs' styles and makefile goalFixed docs' styles and makefile goal

* Fix makefile
2021-04-16 14:57:58 +02:00
Sylwia Brant d8e05db017 Update docs 2021-04-14 15:09:11 +02:00
github-actions[bot] b69d1d4a23
Auto-updated docs (#509)
Co-authored-by: tomaszsek <tomaszsek@users.noreply.github.com>
2021-02-04 10:38:18 +01:00
github-actions[bot] 3157b29373
Auto-updated docs (#500) 2021-01-23 14:08:43 +01:00
Tomasz Sęk 0c253e7753
Generate website - 0.5.0 release 2021-01-18 16:09:45 +01:00
Sylwia Brant 3e504e1ac0 Change footer website copyrights
Divided licenses for source and website content in the footer into Apache License Version 2 and Creative Commons Attribution-ShareAlike 4.0.
2020-12-01 13:34:04 +01:00
Sylwia Brant 3d3934c3d4 #473 Fix website copyright
Changed footers on all pages to comply with Jenkins trademark attribution rules.
2020-11-25 12:57:00 +01:00
Sylwia Brant 89c4fc860f Fix docs
Added service description and fixed displayed tags.
2020-10-05 12:56:02 +02:00
Sylwia Brant 25074bdbb8 Fixed docs
Added helm installation section in Installation Guide.
2020-10-05 12:26:10 +02:00
Sylwia Brant 21f5444371 Updated links and versions of plugins.
Added Operator's restart commands to developer guide installation.
2020-10-01 15:39:40 +02:00
Tomasz Sęk 0d58add55f
Remove configuration-as-code-support plugin from website 2020-05-13 09:36:24 +02:00
Vibhav Bobade b0139762b1 Update agent image used in SeedJobs
jenkins/jnlp-slave:alpine is deprecated and replaced with
jenkins/inbound-agent:alpine.
2020-05-07 19:39:02 +05:30
Tomasz Sęk ae945fbd63
Update PVC image tag in website 2020-05-03 14:32:46 +02:00
Tomasz Sęk d43c341f39
Regenerate website 2020-04-29 16:03:41 +02:00
Oleksandr Kovalchuk cbb329666a
Change loggingLevel to level in generated documentation 2020-04-15 15:57:57 +03:00
Tomasz Sęk e9581915ff
Generate website - 0.4.0 release 2020-04-13 20:24:56 +02:00