Skip to content

Commit

Permalink
Release 1.11.0 (#292)
Browse files Browse the repository at this point in the history
* Update change log
* Add back CI changes that were reverted
  • Loading branch information
bcwu authored Oct 13, 2022
1 parent c60a64a commit f595f69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags: ['*']
pull_request:
branches: [master]
permissions:
id-token: write
contents: write
jobs:
test:
strategy:
Expand Down Expand Up @@ -125,8 +128,7 @@ jobs:
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.DOCS_AWS_ID }}
aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET }}
role-to-assume: ${{ secrets.DOCS_AWS_ROLE }}
aws-region: us-east-1
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: make promote-docs-in-s3
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0] - 2022-10-12

### Added
- Add support for deployment on RStudio Cloud

### Changed
- rsconnect-python will now issue warnings if it detects environmental variables that overlap with stored credentials

## [1.10.0] - 2022-07-27

### Added
Expand Down

0 comments on commit f595f69

Please sign in to comment.