UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c8fcf7ea authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'release_engineer_automation' into 'main'

Gitlab Runner Release engineer automation

See merge request platform-one/big-bang/apps/developer-tools/gitlab-runner!45
parents 30f6fc7e 15b11cbf
No related branches found
Tags 0.36.0-bb.2
1 merge request!45Gitlab Runner Release engineer automation
Pipeline #671197 passed with warnings
......@@ -2,6 +2,11 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.36.0-bb.2] - 2022-01-31
### Changed
- Update Chart.yaml to follow new standardization for release automation
- Added renovate check to update new standardization
## [0.36.0-bb.1] - 2022-01-27
### Changed
- default metrics enabled to false
......
# gitlab-runner
![Version: 0.36.0-bb.1](https://img.shields.io/badge/Version-0.36.0--bb.1-informational?style=flat-square) ![AppVersion: 14.6.0](https://img.shields.io/badge/AppVersion-14.6.0-informational?style=flat-square)
![Version: 0.36.0-bb.2](https://img.shields.io/badge/Version-0.36.0--bb.2-informational?style=flat-square) ![AppVersion: 14.6.0](https://img.shields.io/badge/AppVersion-14.6.0-informational?style=flat-square)
GitLab Runner
......
apiVersion: v1
name: gitlab-runner
version: 0.36.0-bb.1
version: 0.36.0-bb.2
appVersion: 14.6.0
description: GitLab Runner
keywords:
......@@ -14,3 +14,6 @@ icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png
maintainers:
- name: GitLab Inc.
email: support@gitlab.com
annotations:
bigbang.dev/applicationVersions: |
- Gitlab Runner: 14.6.0
......@@ -22,6 +22,14 @@
],
"depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^chart/Chart\\.yaml$"],
"matchStrings": [
"- Gitlab Runner:\\s+(?<currentValue>.+)"
],
"depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
"datasourceTemplate": "docker"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment