Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
p²
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BeryJu.org
p²
Commits
d59f7fec
Commit
d59f7fec
authored
Jul 19, 2019
by
Jens Langhammer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new release: 0.7.0-rc8
parent
d6738b56
Pipeline
#3955
passed with stages
in 31 minutes and 4 seconds
Changes
9
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
14 deletions
+14
-14
.bumpversion.cfg
.bumpversion.cfg
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
install/helm/p2/Chart.yaml
install/helm/p2/Chart.yaml
+2
-2
install/helm/p2/values.yaml
install/helm/p2/values.yaml
+1
-1
install/install.sh
install/install.sh
+1
-1
install/k3s-helm.yaml
install/k3s-helm.yaml
+1
-1
p2/__init__.py
p2/__init__.py
+1
-1
p2/ui/nginx.conf
p2/ui/nginx.conf
+1
-1
tier0/internal/version.go
tier0/internal/version.go
+1
-1
No files found.
.bumpversion.cfg
View file @
d59f7fec
[bumpversion]
current_version = 0.7.0-rc
7
current_version = 0.7.0-rc
8
tag = True
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-?)(?P<release>.*)
...
...
.gitlab-ci.yml
View file @
d59f7fec
...
...
@@ -29,7 +29,7 @@ create-base-image:
before_script
:
-
echo "{\"auths\":{\"docker.beryju.org\":{\"auth\":\"$DOCKER_AUTH\"}}}" > /kaniko/.docker/config.json
script
:
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.base --destination docker.beryju.org/p2/base:latest --destination docker.beryju.org/p2/base:0.7.0-rc
7
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.base --destination docker.beryju.org/p2/base:latest --destination docker.beryju.org/p2/base:0.7.0-rc
8
stage
:
build-base-image
only
:
refs
:
...
...
@@ -43,7 +43,7 @@ build-dev-image:
before_script
:
-
echo "{\"auths\":{\"docker.beryju.org\":{\"auth\":\"$DOCKER_AUTH\"}}}" > /kaniko/.docker/config.json
script
:
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.dev --destination docker.beryju.org/p2/dev:latest --destination docker.beryju.org/p2/dev:0.7.0-rc
7
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.dev --destination docker.beryju.org/p2/dev:latest --destination docker.beryju.org/p2/dev:0.7.0-rc
8
stage
:
build-dev-image
only
:
refs
:
...
...
@@ -112,7 +112,7 @@ build-p2-server:
before_script
:
-
echo "{\"auths\":{\"docker.beryju.org\":{\"auth\":\"$DOCKER_AUTH\"}}}" > /kaniko/.docker/config.json
script
:
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination docker.beryju.org/p2/server:latest --destination docker.beryju.org/p2/server:0.7.0-rc
7
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination docker.beryju.org/p2/server:latest --destination docker.beryju.org/p2/server:0.7.0-rc
8
only
:
-
tags
-
/^version/.*$/
...
...
@@ -124,7 +124,7 @@ build-p2-static:
before_script
:
-
echo "{\"auths\":{\"docker.beryju.org\":{\"auth\":\"$DOCKER_AUTH\"}}}" > /kaniko/.docker/config.json
script
:
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.static --destination docker.beryju.org/p2/static:latest --destination docker.beryju.org/p2/static:0.7.0-rc
7
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile.static --destination docker.beryju.org/p2/static:latest --destination docker.beryju.org/p2/static:0.7.0-rc
8
only
:
-
tags
-
/^version/.*$/
...
...
@@ -140,7 +140,7 @@ build-p2-tier0:
before_script
:
-
echo "{\"auths\":{\"docker.beryju.org\":{\"auth\":\"$DOCKER_AUTH\"}}}" > /kaniko/.docker/config.json
script
:
-
/kaniko/executor --context $CI_PROJECT_DIR/tier0 --dockerfile $CI_PROJECT_DIR/tier0/Dockerfile --destination docker.beryju.org/p2/tier0:latest --destination docker.beryju.org/p2/tier0:0.7.0-rc
7
-
/kaniko/executor --context $CI_PROJECT_DIR/tier0 --dockerfile $CI_PROJECT_DIR/tier0/Dockerfile --destination docker.beryju.org/p2/tier0:latest --destination docker.beryju.org/p2/tier0:0.7.0-rc
8
only
:
-
tags
-
/^version/.*$/
...
...
install/helm/p2/Chart.yaml
View file @
d59f7fec
apiVersion
:
v1
appVersion
:
"
0.7.0-rc
7
"
appVersion
:
"
0.7.0-rc
8
"
description
:
A Helm chart for p2.
name
:
p2
version
:
0.7.0-rc
7
version
:
0.7.0-rc
8
icon
:
https://p2.beryju.org/images/logo.png
install/helm/p2/values.yaml
View file @
d59f7fec
# Default values for p2.
image
:
tag
:
0.7.0-rc
7
tag
:
0.7.0-rc
8
config
:
# Optionally specify fixed secret_key, otherwise generated automatically
...
...
install/install.sh
View file @
d59f7fec
...
...
@@ -9,7 +9,7 @@
# - LE_MAIL: Optional; Let's Encrypt E-Mail. If this is not set, Let's Encrypt is not enabled.
K3S_VERSION
=
"0.6.1"
P2_VERSION
=
"0.7.0-rc
7
"
P2_VERSION
=
"0.7.0-rc
8
"
export
INSTALL_K3S_EXEC
=
"--docker --no-deploy traefik"
if
[
"
$EUID
"
-ne
0
]
;
then
...
...
install/k3s-helm.yaml
View file @
d59f7fec
...
...
@@ -5,7 +5,7 @@ metadata:
name
:
p2
namespace
:
kube-system
spec
:
chart
:
https://docker.beryju.org/chartrepo/p2/charts/p2-0.7.0-rc
7
.tgz
chart
:
https://docker.beryju.org/chartrepo/p2/charts/p2-0.7.0-rc
8
.tgz
targetNamespace
:
p2
valuesContent
:
|-
deployment:
...
...
p2/__init__.py
View file @
d59f7fec
"""p2 version header"""
__version__
=
'0.7.0-rc
7
'
__version__
=
'0.7.0-rc
8
'
p2/ui/nginx.conf
View file @
d59f7fec
...
...
@@ -39,7 +39,7 @@ http {
gzip
on
;
gzip_types
application/javascript
image/*
text/css
;
gunzip
on
;
add_header
X-p2-Version
0
.7.0-rc
7
;
add_header
X-p2-Version
0
.7.0-rc
8
;
add_header
Vary
X-p2-Version
;
root
/static/
;
...
...
tier0/internal/version.go
View file @
d59f7fec
package
internal
const
Version
=
"0.7.0-rc
7
"
const
Version
=
"0.7.0-rc
8
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment