{"id":19259259,"url":"https://github.com/concourse/bosh-io-release-resource","last_synced_at":"2025-08-29T17:13:05.438Z","repository":{"id":29429542,"uuid":"32965425","full_name":"concourse/bosh-io-release-resource","owner":"concourse","description":"tracks BOSH releases published on https://bosh.io","archived":false,"fork":false,"pushed_at":"2025-03-26T18:27:36.000Z","size":413,"stargazers_count":7,"open_issues_count":1,"forks_count":19,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-26T19:32:55.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/concourse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-27T03:14:25.000Z","updated_at":"2025-03-19T20:06:49.000Z","dependencies_parsed_at":"2025-03-26T19:38:24.884Z","dependency_job_id":null,"html_url":"https://github.com/concourse/bosh-io-release-resource","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concourse%2Fbosh-io-release-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concourse%2Fbosh-io-release-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concourse%2Fbosh-io-release-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concourse%2Fbosh-io-release-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/concourse","download_url":"https://codeload.github.com/concourse/bosh-io-release-resource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250090687,"owners_count":21373232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T19:15:52.470Z","updated_at":"2025-08-29T17:13:05.413Z","avatar_url":"https://github.com/concourse.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bosh.io release resource\n\nTracks the versions of a release on [bosh.io](https://bosh.io).\n\n\u003ca href=\"https://ci.concourse-ci.org/teams/main/pipelines/resource/jobs/build?vars.type=%22bosh-io-release%22\"\u003e\n  \u003cimg src=\"https://ci.concourse-ci.org/api/v1/teams/main/pipelines/resource/jobs/build/badge?vars.type=%22bosh-io-release%22\" alt=\"Build Status\"\u003e\n\u003c/a\u003e\n\nFor example, to automatically consume releases of\n[Concourse](https://github.com/concourse/concourse):\n\n```yaml\nresources:\n- name: concourse\n  type: bosh-io-release\n  source:\n    repository: concourse/concourse-bosh-release\n```\n\n\n## Source Configuration\n\n* `repository`: *Required.* The GitHub repository of the release, i.e.\n`username/reponame`.\n* `regexp`: *Optional* A regular expression matching the version(s) to fetch, i.e.\n`13.*`.\n\n\n## Behavior\n\n### `check`: Check for new versions of the release.\n\nDetects new versions of the release that have been published to [bosh.io](https://bosh.io). If no version is specified, `check` returns the latest version, otherwise `check` returns all versions from the version specified on.\n\nNote that there may be a delay between the final release appearing on\nGitHub, and it appearing in bosh.io.\n\n\n### `in`: Fetch a version of the release.\n\nFetches a given release, placing the following in the destination:\n\n* `version`: The version number of the release.\n* `url`: A URL that can be used to download the release tarball.\n* `sha1`: The sha1 of the release tarball.\n* `sha256`: The sha256 of the release tarball.\n* `release.tgz`: The release tarball, if the `tarball` param is `true`.\n\n#### Parameters\n\n* `tarball`: *Optional.* Default `true`. Fetch the release tarball.\n\n## Development\n\n### Prerequisites\n\n* docker is *required* - version 17.06.x is tested; earlier versions may also\n  work.\n\n### Running the tests\n\nThe tests have been embedded with the `Dockerfile`; ensuring that the testing\nenvironment is consistent across any `docker` enabled platform. When the docker\nimage builds, the test are run inside the docker container, on failure they\nwill stop the build.\n\nRun the tests with the following command:\n\n```sh\ndocker build -t bosh-io-release-resource --target tests .\n```\n\n### Contributing\n\nPlease make all pull requests to the `master` branch and ensure tests pass\nlocally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcourse%2Fbosh-io-release-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconcourse%2Fbosh-io-release-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcourse%2Fbosh-io-release-resource/lists"}