Commit Graph

88 Commits

Author SHA1 Message Date
Bitnami Bot
ee9947a4dc 2.47-r0 release
Jenkins 2.47 contains several changes. Notable changes from 2.46 include:
  - Update Groovy to 2.4.8 to address memory leak issue
  - Windows service restart did not retain build queue
  - Exceptions during Jenkins cleanup step should not block restart
  - Upgrade remoting to version 3.5
  - Remoting 3.5: Remoting clients now accept lowercase (HTTP 2) headers sent by reverse proxies
  - Remoting 3.5: Add option to specify the remoting protocol to use on the client
  - Remoting 3.5: Stability improvements
  - Developer: Snapshot builds of plugins that had dependencies on other snapshot builds were not having their version numbers compared correctly
2017-02-20 10:13:01 +00:00
Bitnami Bot
e779f5ac3a 2.46-r0 release
Jenkins 2.46 contains several changes. Notable changes from 2.45 include:
  - Failure to serialize a single Action could cause an entire REST export response to fail. Upgraded to Stapler 1.250 with a fix.
  - Do not fail to write a log file just because something deleted the parent directory.
  - Use extensible BUILD_NOW_TEXT for parameterized jobs.
  - Display an informative message, rather than a Groovy exception, when View#getItems fails.
  - Don't consider a project to be parameterized if no parameters are defined.
  - Don't add all group names as HTTP headers on "access denied" pages.
  - Ensure that PluginManager#dynamicLoad runs as SYSTEM.
  - Add Usage Statistics section to the global configuration to make it easier to find.
  - Allow groovy CLI command via SSH CLI.
2017-02-15 19:48:56 +00:00
Sameer Naik
63dc3133c6 Merge branch 'entrypoint-disambiguation 2017-02-14 16:32:21 +05:30
Sameer Naik
eb2587771c entrypoint: remove references to entrypoint.sh from base image 2017-02-13 17:48:03 +05:30
Sameer Naik
20a1f3f769 config: move default config var to Dockerfile 2017-02-13 17:48:01 +05:30
Bitnami Bot
6d046bd14a 2.45-r1 release
Downgraded Tomcat version for increased stability
2017-02-09 12:20:20 +00:00
davidbhlm-github
5b6cae8332 Merge pull request #31 from davidbhlm-github/master
2.45-r0 release
2017-02-08 13:58:25 +01:00
davidbhlm-github
bb8385ba16 2.45-r0 release
This release fixes several issues:
  - Delete obsolete pinning UI.
  - Don't try to set Agent Port when it is enforced, breaking form submission.
  - Use project-specific validation URL for SCM Trigger, so H is handled correctly in preview.
  - Fix completely wrong Basque translation.
2017-02-08 13:52:48 +01:00
Bitnami Bot
8bee93b811 2.44-r0 release
This release contains important security fixes:
  - Use of AES ECB block cipher mode without IV for encrypting secrets (SECURITY-304 / CVE-2017-2598)
  - Items could be created with same name as existing item (SECURITY-321 / CVE-2017-2599)
  - Node monitor data could be viewed by low privilege users (SECURITY-343 / CVE-2017-2600)
  - Possible cross-site scripting vulnerability in jQuery bundled with timeline widget (SECURITY-349 / CVE-2011-4969)
  - Persisted cross-site scripting vulnerability in parameter names and descriptions (SECURITY-353 / CVE-2017-2601)
  - Outdated jbcrypt version bundled with Jenkins (SECURITY-354 / CVE-2015-0886)
  - Pipeline metadata files not blacklisted in agent-to-master security subsystem (SECURITY-358 / CVE-2017-2602)
  - User data leak in disconnected agents' config.xml API (SECURITY-362 / CVE-2017-2603)
  - Low privilege users were able to act on administrative monitors (SECURITY-371 / CVE-2017-2604)
  - Re-key admin monitor leaves behind unencrypted credentials in upgraded installations (SECURITY-376 / CVE-2017-2605)
  - Internal API allowed access to item names that should not be visible (SECURITY-380 / CVE-2017-2606)
  - Persisted cross-site scripting vulnerability in console notes (SECURITY-382 / CVE-2017-2607)
  - XStream remote code execution vulnerability (SECURITY-383 / CVE-2017-2608)
  - Information disclosure vulnerability in search suggestions (SECURITY-385 / CVE-2017-2609)
  - Persisted cross-site scripting vulnerability in search suggestions (SECURITY-388 / CVE-2017-2610)
  - Insufficient permission check for periodic processes (SECURITY-389 / CVE-2017-2611)
  - Low privilege users were able to override JDK download credentials (SECURITY-392 / CVE-2017-2612)
  - User creation CSRF using GET by admins (SECURITY-406 / CVE-2017-2613)
2017-02-02 18:20:26 +00:00
Bitnami Bot
5a7739d161 2.43-r0 release
This release prints stack traces in logical order, with the most important part on top.
2017-01-31 13:47:14 +00:00
Bitnami Bot
de91ecff14 2.42-r0 release
* This release fixes an issue with the configureHost function. Now the function will check if Jenkins is properly deployed before try to configure the new host
* Jenkins 2.42 contains several enhancements and bug fixes. Notable changes from 2.39 include:
  - IllegalStateException from Winstone when making certain requests with access logging enabled
  - Restore option value for setting build result to unstable when loading shell and batch build steps from disk
  - Autocomplete admin-only links in search suggestions only when admin
  - Improve agent protocol descriptions
  - Improve description for Enable Security option and administrative monitor when security is off
  - Enable the JNLP4 agent protocol by default
  - Support displaying of warnings from the Update Site in the Plugin Manager and in administrative monitors
  - Do not print warnings about undefined parameters when hudson.model.ParametersAction.keepUndefinedParameters property is set to false
  - Increase the JENKINS_HOME disk space threshold from 1Gb to 10Gb left. The warning will be shown only if more than 90% of the disk is utilized
  - Plugin Manager: Redirect back to the Advanced Tab when saving the Update Site URL
  - Prevent the ClassNotFoundException: javax.servlet.ServletException error when invoking shell tasks on remote agents
  - Jobs were hanging during process termination on the Solaris 11 Intel platform
  - Fix handling of the POST flag in ManagementLinks within the Manage Jenkins page
  - Require POST in the Reload from disk management link
2017-01-27 14:45:14 +00:00
Sameer Naik
bb9ba17dce Merge branch 'update-gitignore' 2017-01-11 12:25:42 +05:30
Sameer Naik
074b870793 git: ignore /local/ directory 2017-01-11 11:37:32 +05:30
Sameer Naik
d90e67d944 Merge branch 'compose-service-name' 2017-01-11 11:09:00 +05:30
Sameer Naik
9c4b7b042d compose: set application name as the service name 2017-01-11 10:30:36 +05:30
Sameer Naik
0accb14f02 Merge branch 'revision-2.33-r2' 2016-12-28 22:40:19 +05:30
Sameer Naik
abfca5e1d9 bump image version to 2.33-r2 2016-12-28 21:43:12 +05:30
Sameer Naik
5fb91124ca Merge branch 'baseimage-minideb-jessie-r8' 2016-12-28 19:15:05 +05:30
Sameer Naik
6f413c4eed switch to gcr.io/stacksmith-images/minideb:jessie-r8 2016-12-28 18:22:00 +05:30
Sameer Naik
49dd498b72 Merge branch 'revision-2.33-r1' 2016-12-23 13:58:45 +05:30
Sameer Naik
2294e1d098 bump image version to 2.33-r1 2016-12-23 12:57:28 +05:30
Sameer Naik
2b4377699f Merge branch 'circleci-test-infra' 2016-12-22 18:57:05 +05:30
Sameer Naik
5cf1beb58d updated circle.yml spec to use scripts from bitnami/test-infra repo 2016-12-22 15:54:53 +05:30
Sameer Naik
9ede0a250f switch to gcr.io/stacksmith-images/minideb:jessie-r7 2016-12-22 15:54:53 +05:30
dgonzalezruiz
177b3d0ffb Bumped image version 2016-11-25 10:46:15 +01:00
dgonzalezruiz
83769b02ca Updated jenkins module version 2016-11-25 10:45:31 +01:00
Sameer Naik
0b6f325df7 Merge branch 'add-tldr' 2016-11-23 18:33:39 +05:30
Sameer Naik
ac0d26da23 adds tldr section to readme 2016-11-23 17:51:20 +05:30
Juan Ariza Toledano
d817269ba8 Merge pull request #23 from bitnami/update_jenkins_232
Updated Jenkins to version 2.32
2016-11-17 11:37:48 +01:00
Juan Ariza Toledano
10f69ad431 Updated Jenkins to version 2.32 2016-11-17 10:32:20 +00:00
Juan Ariza Toledano
9bac4350cc Merge pull request #22 from bitnami/update_jenkins_230
Update Jenkins to verison 2.30
2016-11-08 17:04:01 +01:00
Juan Ariza
9cac0f25e9 Update Jenkins to verison 2.30 2016-11-08 17:00:16 +01:00
jotadrilo
72f7d79e86 Merge pull request #21 from jotadrilo/update-jenkins
bump version to '2.28-r0'
2016-11-04 16:29:51 +01:00
jdrios
7a3cbdec86 bump Jenkins version to 2.28 2016-11-04 16:23:52 +01:00
Sameer Naik
60d5ca9ed7 Merge branch 'switch-to-minideb' 2016-11-02 20:44:10 +05:30
Sameer Naik
dc17f379df bump image version to 2.26-r1 2016-11-02 19:53:42 +05:30
Sameer Naik
ec15850b22 switch to gcr.io/stacksmith-images/minideb:jessie-r2 2016-10-28 16:23:27 +05:30
Sameer Naik
de6bba1a9a switch to gcr.io/stacksmith-images/minideb:jessie-r1 2016-10-28 16:23:27 +05:30
Sameer Naik
c621f11a66 switch to gcr.io/stacksmith-images/minideb:jessie-r0 2016-10-28 16:23:27 +05:30
Francisco Ortiz
d4515f258a Merge pull request #20 from bitnami/2.26
Updated Jenkins to 2.26
2016-10-28 11:16:48 +02:00
Fran
c16af57d92 Updated Jenkins to 2.26 2016-10-28 11:11:07 +02:00
Sameer Naik
0f27d4eebd Merge pull request #18 from bitnami/carrodher-patch-1
Fix indentation to show numbered list
2016-10-19 19:09:57 +05:30
Carlos Rodríguez
4b463241ae Fix indentation to show numbered list 2016-10-19 14:05:43 +02:00
Sameer Naik
089b8b1dfc Merge pull request #17 from sameersbn/ci-fixes
Ci fixes
2016-10-17 13:40:21 +05:30
Sameer Naik
a6649823a8 ci: enforce stricter tagging rules 2016-10-17 13:25:06 +05:30
Sameer Naik
1f342f8ac0 ci: quote variables in bash conditional statements 2016-10-17 13:25:06 +05:30
Sameer Naik
7b6259ac97 Merge pull request #16 from prydonius/fix-circle-tag-regex
Fix CircleCI tag regex
2016-10-17 12:30:28 +05:30
Adnan Abdulhussein
28cbc6fef0 Set origin for GCR releases 2016-10-14 15:21:23 -07:00
Adnan Abdulhussein
5af0ad663d Fix CircleCI tag regex 2016-10-14 11:30:58 -07:00
Sameer Naik
e2f777c2b3 Merge pull request #15 from sameersbn/ci-spec-update
Ci spec update
2016-10-14 11:16:43 +05:30