Skip to content

Commit efc9c57

Browse files
akramopenshift-merge-robot
authored andcommitted
Build changelog based on commits and tags
1 parent 6469362 commit efc9c57

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

CHANGELOG.md

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
2+
## 1.0.19
3+
- convert any mvn/plugin repos from http to https to prevent mitm attacks
4+
5+
## 1.0.18
6+
- Adding a unit test asserting on the value of redirectUrl after adding a redirectUrl with a long path
7+
- Removing unnecessary import from debugging
8+
- Adding a Jenkins --prefix check and adding it to the OAuth redirectUrl that is created
9+
10+
## 1.0.17
11+
- Bug 1709575: account for the jenkins SA certificate differing from the oauth server's router certificate (where SSL handshake errors would then occur with jenkins SA certificate) by falling back to the JVM's default keystore
12+
- create Dockerfile to enable prow based PR jobs against v4.x clusters
13+
- Add adambkaplan as approver
14+
15+
## 1.0.16
16+
- get token/auth urls from provider payload, but if inaccessible, use old default
17+
- post 2.150.2 sec advisory new security realm req: inform security listeners we have authenticated
18+
19+
## 1.0.14
20+
- update api version to 4.0 standards
21+
22+
## 1.0.13
23+
- move off of oapi (getting removed in 4.0) to respective api groups
24+
25+
## 1.0.11
26+
27+
## 1.0.10
28+
29+
## 1.0.9
30+
- Add Jenkinsfile
31+
32+
## 1.0.8
33+
34+
## 1.0.7
35+
36+
## 1.0.6
37+
38+
## 1.0.5
39+
40+
## 1.0.4
41+
- Update README.md
42+
43+
## 1.0.3
44+
45+
## 1.0.2
46+
47+
## 1.0.1
48+
49+
## 1.0.0
50+
- Update README.md
51+
52+
## 0.12
53+
54+
## 0.11
55+
- Update README.md
56+
57+
## 0.10
58+
59+
## 0.9
60+
- persist security/user config changes to disk
61+
62+
## 0.8
63+
- fix exception dump on provider error
64+
- add run scripts permissions to edit/admin
65+
66+
## 0.7
67+
- more fixes around not defaulting to oauth if oauth well-known endpoint returns badly
68+
69+
## 0.6
70+
- more debug around whether to override oauth, do not override oauth if oauth provider returned is null
71+
72+
## 0.5
73+
74+
## 0.4
75+
- check it publically accessible redirect url accessible from within jenkins pod
76+
77+
## 0.3
78+
- jenkins: login switched from oauth back to deafult jenkins login
79+
- fix ctor trace string format
80+
81+
## 0.2
82+
- add new redirect prompt
83+
- doc/help updates; no more preferential treatment for 'admin'
84+
- convert polling interval to seconds
85+
- revert move off of password field (autofill was browser induced, goes away if browser incognito)
86+
- work around admin/password autofill for clientId, clientSecret when running outside OpenShift
87+
88+
## 0.1
89+
- small rework of enablement properties
90+
- fix release prepare:perform (trying to use svn)
91+
- more pom.xml changes for release publish (back off parent 2.x)
92+
- more pom.xml related changes for release publish
93+
- upgrade Parent POM for Jenkins Plugins, other changes, to alleviate release publishing pain
94+
- Implement an OpenShift OAuth2 Jenkins login provider

0 commit comments

Comments
 (0)