Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.2](v1.0.1...v1.0.2) (2022-03-16)

### Bug Fixes

* add workarounds for limitations with sonarqube and aqua sec ([389e6ff](389e6ff))

### Documentation

* add version shield ([a0494a9](a0494a9))
* **README:** update usage in a Jenkinsfile ([39d7a7d](39d7a7d))
  • Loading branch information
semantic-release-bot committed Mar 16, 2022
1 parent 389e6ff commit 0fcca09
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [1.0.2](https://github.com/SimonGolms/ods-jenkins-agent-nodejs/compare/v1.0.1...v1.0.2) (2022-03-16)


### Bug Fixes

* add workarounds for limitations with sonarqube and aqua sec ([389e6ff](https://github.com/SimonGolms/ods-jenkins-agent-nodejs/commit/389e6ffb123f49e63f496d7d6bdccc025fcfdcc4))


### Documentation

* add version shield ([a0494a9](https://github.com/SimonGolms/ods-jenkins-agent-nodejs/commit/a0494a9d460f30de25072981b01294a7c6d1e043))
* **README:** update usage in a Jenkinsfile ([39d7a7d](https://github.com/SimonGolms/ods-jenkins-agent-nodejs/commit/39d7a7d4a195726045f6bc4bf0b731da11cd54be))

### [1.0.1](https://github.com/SimonGolms/ods-jenkins-agent-nodejs/compare/v1.0.0...v1.0.1) (2022-03-15)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL base.name="opendevstackorg/ods-jenkins-agent-base-ubi8:4.x" \
name="ods-jenkins-agent-nodejs-ubi8" \
release="1" \
summary="Provides the latest release of Jenkins Agent Node.js Universal Base Image 8." \
version="1.0.1"
version="1.0.2"

ARG APP_DNS
ARG AQUASEC_SCANNERCLI_URL
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenDevStack 4.x - Jenkins Agent Node.js

[![Version](https://img.shields.io/badge/version-1.0.1-blue.svg)](https://github.com/SimonGolms/ods-jenkins-agent-nodejs/releases)
[![Version](https://img.shields.io/badge/version-1.0.2-blue.svg)](https://github.com/SimonGolms/ods-jenkins-agent-nodejs/releases)
[![License: Apache-2.0](https://img.shields.io/github/license/simongolms/ods-jenkins-agent-nodejs)](https://github.com/simongolms/ods-jenkins-agent-nodejs/blob/master/LICENSE)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/simongolms/ods-jenkins-agent-nodejs/graphs/commit-activity)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg)](https://conventionalcommits.org)
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agent-nodejs-16-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ objects:
name: jenkins-agent-nodejs-16:latest
source:
git:
ref: main
ref: v1.0.2
uri: https://github.com/simongolms/ods-jenkins-agent-nodejs.git
type: Git
strategy:
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agent-nodejs-current-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ objects:
name: jenkins-agent-nodejs-current:latest
source:
git:
ref: main
ref: v1.0.2
uri: https://github.com/simongolms/ods-jenkins-agent-nodejs.git
type: Git
strategy:
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agent-nodejs-lts-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ objects:
name: jenkins-agent-nodejs-lts:latest
source:
git:
ref: main
ref: v1.0.2
uri: https://github.com/simongolms/ods-jenkins-agent-nodejs.git
type: Git
strategy:
Expand Down

0 comments on commit 0fcca09

Please sign in to comment.