-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfeed.xml
122 lines (122 loc) · 6.01 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>GoCD</title>
<subtitle>Continuous Delivery</subtitle>
<id>https://preview.gocd.org/blog</id>
<link href="https://preview.gocd.org/blog"/>
<link href="https://preview.gocd.org/feed.xml" rel="self"/>
<updated>2023-02-13T00:00:00Z</updated>
<author>
<name>GoCD Team</name>
</author>
<entry>
<title>GoCD project status in 2023</title>
<link rel="alternate" href="https://preview.gocd.org/2023/02/13/gocd-project-status.html"/>
<id>https://preview.gocd.org/2023/02/13/gocd-project-status.html</id>
<published>2023-02-13T00:00:00Z</published>
<updated>2023-02-13T00:00:00Z</updated>
<author>
<name>Chad Wilson & Aravind SV</name>
</author>
<content type="html">What's happening with the GoCD project in 2023?</content>
</entry>
<entry>
<title>GoCD and the Log4j vulnerability - CVE-2021-44228</title>
<link rel="alternate" href="https://preview.gocd.org/2021/12/14/log4j-vulnerability.html"/>
<id>https://preview.gocd.org/2021/12/14/log4j-vulnerability.html</id>
<published>2021-12-14T00:00:00Z</published>
<updated>2021-12-14T00:00:00Z</updated>
<author>
<name>Aravind SV</name>
</author>
<content type="html">The linked GitHub discussion has more information.</content>
</entry>
<entry>
<title>Perform Backup for GoCD on Kubernetes</title>
<link rel="alternate" href="https://preview.gocd.org/2020/10/11/perform-backup-for-gocd-on-kubernetes.html"/>
<id>https://preview.gocd.org/2020/10/11/perform-backup-for-gocd-on-kubernetes.html</id>
<published>2020-10-11T00:00:00Z</published>
<updated>2020-10-11T00:00:00Z</updated>
<author>
<name>Guest post by Abilash Rajasekaran</name>
</author>
<content type="html">Perform Backup for GoCD on Kubernetes.</content>
</entry>
<entry>
<title>Restore Backup for GoCD on Kubernetes</title>
<link rel="alternate" href="https://preview.gocd.org/2020/10/11/restore-backup-for-gocd-on-kubernetes.html"/>
<id>https://preview.gocd.org/2020/10/11/restore-backup-for-gocd-on-kubernetes.html</id>
<published>2020-10-11T00:00:00Z</published>
<updated>2020-10-11T00:00:00Z</updated>
<author>
<name>Guest post by Abilash Rajasekaran</name>
</author>
<content type="html">Restore Backup for GoCD on Kubernetes.</content>
</entry>
<entry>
<title>GoCD on Kubernetes using Terraform</title>
<link rel="alternate" href="https://preview.gocd.org/2020/04/14/gocd-on-kubernetes-using-terraform.html"/>
<id>https://preview.gocd.org/2020/04/14/gocd-on-kubernetes-using-terraform.html</id>
<published>2020-04-14T00:00:00Z</published>
<updated>2020-04-14T00:00:00Z</updated>
<author>
<name>Guest post by Abilash Rajasekaran</name>
</author>
<content type="html">Use Terraform scripts to setup GoCD on Google Kubernetes Engine in minutes.</content>
</entry>
<entry>
<title>Configuring GoCD Agents in Kubernetes</title>
<link rel="alternate" href="https://preview.gocd.org/2019/09/17/configure-gocd-agents-kubernetes-static-elastic.html"/>
<id>https://preview.gocd.org/2019/09/17/configure-gocd-agents-kubernetes-static-elastic.html</id>
<published>2019-09-17T00:00:00Z</published>
<updated>2019-09-17T00:00:00Z</updated>
<author>
<name>Mohamed Najiullah</name>
</author>
<content type="html">If your pipelines involve creating a docker image and pushing it to a registry/repository, you can use the above steps to create an Artifact Store with that registry.</content>
</entry>
<entry>
<title>Configuring Google Container Registry (GCR) as an Artifact Store in GoCD</title>
<link rel="alternate" href="https://preview.gocd.org/2019/08/05/configure-container-registry-gcr-artifact-store-gocd.html"/>
<id>https://preview.gocd.org/2019/08/05/configure-container-registry-gcr-artifact-store-gocd.html</id>
<published>2019-08-05T00:00:00Z</published>
<updated>2019-08-05T00:00:00Z</updated>
<author>
<name>Mohamed Najiullah</name>
</author>
<content type="html">If your pipelines involve creating a docker image and pushing it to a registry/repository, you can use the above steps to create an Artifact Store with that registry.</content>
</entry>
<entry>
<title>Running Dockerized GoCD Containers as Non Root</title>
<link rel="alternate" href="https://preview.gocd.org/2019/06/25/GoCD-non-root-containers.html"/>
<id>https://preview.gocd.org/2019/06/25/GoCD-non-root-containers.html</id>
<published>2019-06-25T00:00:00Z</published>
<updated>2019-06-25T00:00:00Z</updated>
<author>
<name>GoCD Team</name>
</author>
<content type="html">To provide addition security against container(s) achieving escalated permissions on the host node, GoCD supports running container(s) using a Non root user.</content>
</entry>
<entry>
<title>Effect of Java licensing changes on GoCD</title>
<link rel="alternate" href="https://preview.gocd.org/2019/05/21/official-stance-on-java.html"/>
<id>https://preview.gocd.org/2019/05/21/official-stance-on-java.html</id>
<published>2019-05-21T00:00:00Z</published>
<updated>2019-05-21T00:00:00Z</updated>
<author>
<name>GoCD Team</name>
</author>
<content type="html">Due to Java licensing changes by Oracle, GoCD's support for Java is changing.</content>
</entry>
<entry>
<title>Installing and Configuring GoCD on GKE using Helm</title>
<link rel="alternate" href="https://preview.gocd.org/2019/05/14/installing-configuring-gocd-gke-using-helm.html"/>
<id>https://preview.gocd.org/2019/05/14/installing-configuring-gocd-gke-using-helm.html</id>
<published>2019-05-14T00:00:00Z</published>
<updated>2019-05-14T00:00:00Z</updated>
<author>
<name>Mohamed Najiullah</name>
</author>
<content type="html">Understand the steps needed to install and configure GoCD on GKE using Helm while looking at the possibility of migrating your CI/CD infrastructure to Kubernetes</content>
</entry>
</feed>