Revisions of gitlab-runner

TB Adm's avatar TB Adm (tbadm) committed (revision 5)
- Update to version 17.5.1:
  * Revert "Update CHANGELOG for v17.5.0"
  * Update CHANGELOG for v17.5.1
  * Update CHANGELOG for v17.5.0
  * Merge branch 'hhoerl/switch-default-for-git-urls-without-token'
  * Merge branch 'fix-home-directory-finding-error' into 'main'
  * Bump version to 17.5.1
  * Bump version to v17.6.0
  * Update CHANGELOG for v17.5.0
  * Add taskscaler state storage options
  * Add comment to help future users
  * Documented Podman with Runner K8s executor
  * Merge branch 'remove-trailing-slash' into 'main'
  * Remove github.com/tevino/abool in favor of atomic.Bool
  * Document fault tolerance feature
  * docs: set admin access for rancher desktop
  * Update gocloud.dev for AWS client-side rate limiting fix
  * Wait for k8s pods to become attachable as part of poll period
  * Rephrase description for FF_GIT_URLS_WITHOUT_TOKENS
  * Run git credential setup tests as part of the shell integration tests
  * Refactor URL helpers
  * Don't use a generic helper to get the default shell's name
  * Adapt git cred helper for all shells
  * Ensure we catch invalid URLs
  * Adapt testcase for FF_GIT_URLS_WITHOUT_TOKENS
  * Make git command setup more succinct
  * Remove URL helpers' dependency on the Build
  * Configure the git credential helper for the local repo
  * Use the FF for not exposing the job token in URLs in the abstract shell
  * Introduce FF for not exposing the job token in URLs
TB Adm's avatar TB Adm (tbadm) committed (revision 4)
- Update to version 17.4.0:
  * Update CHANGELOG for v17.4.0
  * Merge branch 'docker-test-mac-address-config' into 'main'
  * Merge branch 'sh-fix-issue-38016' into 'main'
  * Update CHANGELOG for v17.4.0
  * Fix docker+machine download url
  * Remove the GitLab Hosted Runners as an example of security risks with DIND
  * Change designation of Fleeting plugin for Azure from BETA to generally available
  * fleeting.md: fix bin path
  * Resolve "`gitlab-runner start` throws "FATAL: Failed to start gitlab-runner: exit status 134" when started prior to being logged in"
  * docs(kubernetes): mention AWS ASG Zone rebalancing
  * Use latest docs docker image and linting configuration docs
  * Add planning issue template
  * Prevent script dump on job cancellation through UI
  * Add troubleshooting step to resolve install error on Apple M1 to the Install GitLab Runner on macOS
  * Revise install Step 3a in the Install GitLab Runner on macOS doc
  * Revise install step 2 in the Install GitLab Runner on macOS doc
  * Runner instance generally available
  * Change the intro section in the Install GitLab Runner on macOS doc
  * Fix tests panic
  * Go mod tidy
  * Add more akeyless tests and refactor accordingly
  * Small akeyless fixes and refactoring
  * Add akeyless dependencies
  * Adding mock generated from go generate
  * Removing auto genrated mock file
  * Support fetching the akeyless token
  * Adding go:generate mockery
  * Removing build constraint to mock file
  * Adding build constraint to mock file
TB Adm's avatar TB Adm (tbadm) committed (revision 3)
- Update to version 16.11.1:
  * Update CHANGELOG for v16.11.1
  * Update CHANGELOG for v16.11.0
  * Merge branch 'ajwalker/fleeting-ssh-connection-hang' into 'main'
  * Merge branch 'ajwalker/remove-license-scanning-template' into 'main'
  * Merge branch '37485-ci_job_status' into 'main'
  * Merge branch 'ajwalker/fix-fleeting-plugin-installation-windows' into 'main'
  * Merge branch 'ajwalker/upgrade-fleeting-artifact' into 'main'
  * Merge branch 'ajwalker/buildlogger-write-race' into 'main'
  * Bump version to v16.12.0
  * Update CHANGELOG for v16.11.0
  * Taskscaler and fleeting now use logrus logger
  * Bump Go version to 1.21.9
  * Fix log timestamps fixed format
  * Add Jfrog Artifactory Secretes engine as External Secrets option in Hashicorp Vault
  * Optimize buildlogger masking options
  * Add timestamps to logs behind feature flag
  * Refactor logging so that each stream has its own masker
  * Refactor SSH Client to pass stdout/stderr on run, rather than connect
  * Remove Improved URL Masking feature flag
  * Detach masking from trace buffer
  * Give up on the trace finalUpdate if it keeps on failing
  * Add autoscaler instance_ready_command option
  * Runner: Updates docs-lint image for new SVG use
  * docs: Remove period in the middle of a sentence
  * Remove extra square brackets in podman section
  * Fix test coverage report job
  * Update github.com/docker/docker
  * Update google.golang.org/protobuf
  * Update github.com/hashicorp/vault/api
TB Adm's avatar TB Adm (tbadm) committed (revision 2)
- Update to version 16.10.0:
  * Update CHANGELOG for v16.10.0
  * Merge branch 'avonbertoldi/revert-unit-file-change' into 'main'
  * Bump version to v16.11.0
  * Update CHANGELOG for v16.10.0
  * Build is now canceled if autoscaled instance disappears
  * Update windows support section
  * Add target to compile all test
  * Upgrade fleeting library
  * Document connection_max_age parameter
  * Remove broken link to Kubernetes docs' emptyDir
  * Document how to troubleshoot Docker Machine issues
  * Apply 1 suggestion(s) to 1 file(s)
  * Bump docker+machine version to v0.16.2-gitlab.25
  * Runner: updates last two redirecting links
  * Update plugin status, link timeline/epic
  * Fix typo (Telsa -> Tesla)
  * Enabling Vale for badges
  * Add support for cgroup_parent setting on Docker executor
  * [Experimental] Define monitoring threshold for job queue duration
  * Finishes link fixes in Runner docs
  * Enable feature cancel_gracefully
  * Apply 2 suggestion(s) to 1 file(s)
  * Fix Experimental -> Beta references
  * Add runner token to header
  * Updating SaaS to be .com
  * service_linux.go: Remove non-existent syslog.target from service file syslog.target was removed more than a decade ago - https://github.com/systemd/systemd/blob/6aa8d43ade72e24c9426e604f7fc4b7582b9db7c/NEWS#L72-L73
  * Really silence error when execing on container that does not exists
  * Update CHANGELOG for v16.9.0
  * Update runner sizes
TB Adm's avatar TB Adm (tbadm) committed (revision 1)
- Update to version 16.9.0:
  * Update CHANGELOG for v16.9.0
  * Retry package cloud push on HTTP error 520
  * Fix warning event integration test
  * Fix rpm gpg sign command invocation
  * Add missing `syscall.EPIPE` network error to retry
  * Apply kubernetes retry limits docs suggestions
  * Fix kubernetes exec import
  * Fix lint job for kubernetes/index.md
  * Fix verify stable resources job by adding release artifacts to docker jobs
  * Apply 1 suggestion(s) to 1 file(s)
  * Apply 1 suggestion(s) to 1 file(s)
  * Correctly use volume driver for all volumes.
  * Fix `retry_limits` docs example
  * Fix `retry_limits` config.go docs
  * Re-apply Kubernetes docs for retry limits
  * Add tests for RetryRequestLimit, RetryRequestLimits and fix edge cases
  * Add configuratble retry limits
  * Fix service resource overwrites in kubernetes executor
  * Kubernetes: updating the diff with review suggestions
  * Docs: updating kubernetes docs with service overwrite section
  * Kubernetes allow explicit cpu/memory service resources overwrites
Displaying all 5 revisions
openSUSE Build Service is sponsored by