File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed
paperboy-project-generator Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @neoskop/paperboy-cli" ,
3- "version" : " 2.6.1 " ,
3+ "version" : " 2.6.2 " ,
44 "description" : " " ,
55 "repository" : " https://github.com/neoskop/paperboy" ,
66 "homepage" : " https://neolabs.io" ,
1616 },
1717 "author" : " Neoskop GmbH" ,
1818 "dependencies" : {
19- "@neoskop/paperboy" : " 2.6.1 " ,
19+ "@neoskop/paperboy" : " 2.6.2 " ,
2020 "chalk" : " 4.1.0" ,
2121 "commander" : " 5.0.0" ,
2222 "inquirer" : " 7.3.3" ,
Original file line number Diff line number Diff line change 1818 enabled "2.0.x"
1919 kuler "^2.0.0"
2020
21- " @neoskop/paperboy@2.6.1 " :
22- version "2.6.1 "
23- resolved "https://registry.yarnpkg.com/@neoskop/paperboy/-/paperboy-2.6.1 .tgz#99fbe77c661bb2cd1fcfe09928470cf425e2b2dc "
24- integrity sha512-gqace4g5j7qrbvR1uSGsgiyp1d0YgF/VquaVd72oRLW6PlNwzEGESQ4uLJk9QnFZCijbbG7Nw82eUwaZcjrW7Q ==
21+ " @neoskop/paperboy@2.6.2 " :
22+ version "2.6.2 "
23+ resolved "https://registry.yarnpkg.com/@neoskop/paperboy/-/paperboy-2.6.2 .tgz#b4aaf2cd00b7629c0f70822cc06b34ab9e492c1e "
24+ integrity sha512-2p7dvf0oDJ2ZZVOS+aRuQt5Medkyta4hR7rbkuInzFDD5YFyrI/DjjLSaPOvxIlMnMOpM6XV9ohRvlE08LajbA ==
2525 dependencies :
2626 " @types/amqplib" " 0.5.13"
2727 " @types/async-lock" " 1.1.2"
Original file line number Diff line number Diff line change 11{
22 "name" : " @neoskop/paperboy" ,
3- "version" : " 2.6.1 " ,
3+ "version" : " 2.6.2 " ,
44 "description" : " " ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 11FROM node:14.6.0-buster-slim
22
3- ENV PAPERBOY_VERSION=2.6.1
3+ ENV PAPERBOY_VERSION=2.6.2
44
55RUN apt-get update -qq && \
66 apt-get install -y -qq nginx supervisor && \
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : paperboy
33description : A Helm chart to deploy the paperboy push service and optionally a queue
44type : application
5- version : 2.6.1
6- appVersion : 2.6.1
5+ version : 2.6.2
6+ appVersion : 2.6.2
77home : http://paperboy.sh
88sources :
99 - https://github.com/neoskop/paperboy
Original file line number Diff line number Diff line change 11image :
22 repository : neoskop/paperboy-push-service
3- tag : 2.6.1
3+ tag : 2.6.2
44 pullPolicy : IfNotPresent
55resources :
66 requests :
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >de.neoskop.magnolia</groupId >
66 <artifactId >paperboy</artifactId >
7- <version >2.6.1 </version >
7+ <version >2.6.2 </version >
88 <packaging >jar</packaging >
99 <name >Paperboy Magnolia Module</name >
1010
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-paperboy" ,
3- "version" : " 2.6.1 " ,
3+ "version" : " 2.6.2 " ,
44 "description" : " " ,
55 "files" : [
66 " generators"
Original file line number Diff line number Diff line change 11{
22 "name" : " @neoskop/paperboy-push-service" ,
3- "version" : " 2.6.1 " ,
3+ "version" : " 2.6.2 " ,
44 "description" : " " ,
55 "author" : " " ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ docker push neoskop/paperboy:$version
7070docker push neoskop/paperboy:latest
7171
7272cd ../paperboy-helm
73- yq w -i . /Chart.yaml version $version
74- yq w -i . /Chart.yaml appVersion $version
75- yq w -i ./values.yaml image.tag $version
73+ yq eval -i " .version= \" $version \" " . /Chart.yaml
74+ yq eval -i " .appVersion= \" $version \" " . /Chart.yaml
75+ yq eval -i " . image.tag= \" $version \" " ./values.yaml
7676
7777cd ../
7878git add .
You can’t perform that action at this time.
0 commit comments